]> andersk Git - nss_nonlocal.git/commitdiff
Autotoolfiscate.
authorAnders Kaseorg <andersk@mit.edu>
Mon, 28 Jul 2008 15:03:02 +0000 (11:03 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Tue, 29 Jul 2008 10:57:47 +0000 (06:57 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/control
debian/rules

index e15181b9c6fbff1c83925a7a9d804de7665389ae..eef6f44b76d183257e7e6cdb8fa7d57db5f0c27f 100644 (file)
@@ -3,7 +3,7 @@ Section: debathena/libs
 Priority: optional
 Maintainer: Debian-Athena Project <debathena@mit.edu>
 Standards-Version: 3.7.2
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), libtool, automake1.9, autoconf
 
 Package: libnss-nonlocal
 Architecture: any
index 76766f1fb3914cb82e95da3ece676f9cf238d103..c90fcf2aed27b8be414197504fc017650b16c0a5 100755 (executable)
@@ -1,6 +1,22 @@
 #!/usr/bin/make -f
 
+DEB_AUTO_UPDATE_AUTOCONF = 2.50
+DEB_AUTO_UPDATE_AUTOHEADER = 2.50
+DEB_AUTO_UPDATE_AUTOMAKE = 1.9
+DEB_AUTO_UPDATE_ACLOCAL = 1.9
+DEB_AUTO_UPDATE_LIBTOOL = pre
+
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_PREFIX = /
+
+debian/stamp-autotools-files: DEB_AUTO_UPDATE_AUTOMAKE += --foreign --add-missing
+
+debian/stamp-autotools-files: aclocal.m4
+aclocal.m4:
+       touch $@
 
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
+clean::
+       rm -f aclocal.m4 config.guess config.sub install-sh ltmain.sh \
+           configure config.h.in missing depcomp Makefile.in
This page took 0.108653 seconds and 5 git commands to generate.