From e2b830d2c3955f629b7bfd79f20b687ecde7a2c7 Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 29 Nov 2003 23:47:33 +0000 Subject: [PATCH] Debianization. --- configure.in | 7 +++++-- debian/.cvsignore | 1 + debian/rules | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 1c8ca0a..10b5141 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ -dnl -*-fundamental-*- +dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.12 2003/09/24 22:45:57 mdw Exp $ +dnl $Id: configure.in,v 1.13 2003/11/29 23:40:17 mdw Exp $ dnl dnl Configuring the Common Files Distribution dnl @@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl----- Revision history --------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.13 2003/11/29 23:40:17 mdw +dnl Debianization. +dnl dnl Revision 1.12 2003/09/24 22:45:57 mdw dnl Support Automake's `aclocal' scheme. Deposit Autoconf fragments in dnl `aclocal's' repository. Apply heinous bodging to `txtlib' and diff --git a/debian/.cvsignore b/debian/.cvsignore index 77130a8..2404fee 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -1 +1,2 @@ files *.debhelper tmp +cfd diff --git a/debian/rules b/debian/rules index f005c81..47eb20d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #! /usr/bin/make -f +export DH_COMPAT = 4 + build: rm -rf build deb-build mkdir deb-build @@ -13,7 +15,7 @@ clean: install: build dh_clean - make -C deb-build install DESTDIR=`pwd`/debian/tmp + make -C deb-build install DESTDIR=`pwd`/debian/cfd binary-indep: install dh_testdir -i @@ -40,4 +42,3 @@ source: rm -rf deb-build/=deb= .PHONY: binary binary-arch binary-indep clean install source -EOF -- 2.11.0