Debianization.
authormdw <mdw>
Sat, 29 Nov 2003 23:47:33 +0000 (23:47 +0000)
committermdw <mdw>
Sat, 29 Nov 2003 23:47:33 +0000 (23:47 +0000)
configure.in
debian/.cvsignore
debian/rules

index 1c8ca0a..10b5141 100644 (file)
@@ -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
index 77130a8..2404fee 100644 (file)
@@ -1 +1,2 @@
 files *.debhelper tmp
+cfd
index f005c81..47eb20d 100755 (executable)
@@ -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