From: Anders Kaseorg Date: Tue, 29 Mar 2011 06:18:22 +0000 (-0400) Subject: Use automake 1.10 and autoconf 2.61 X-Git-Tag: debian/2.0-0debathena1~3 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/a42814d118d2137ca952b61fa45b3d497c422989 Use automake 1.10 and autoconf 2.61 Signed-off-by: Anders Kaseorg --- diff --git a/debian/changelog b/debian/changelog index 0fedf25..7b12592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libnss-nonlocal (2.0-0debathena1) UNRELEASED; urgency=low using the magic local ‘nss-nonlocal-users’ user and group. * Create magic ‘nss-nonlocal-users’ user. * Remove obsolete exclusion of glibc-private dependency. + * Use automake 1.10 and autoconf 2.61. -- Anders Kaseorg Tue, 29 Mar 2011 00:45:31 -0400 diff --git a/debian/rules b/debian/rules index 508f7f4..7868536 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/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_AUTOCONF = 2.61 +DEB_AUTO_UPDATE_AUTOHEADER = 2.61 +DEB_AUTO_UPDATE_AUTOMAKE = 1.10 +DEB_AUTO_UPDATE_ACLOCAL = 1.10 DEB_AUTO_UPDATE_LIBTOOL = pre include /usr/share/cdbs/1/rules/debhelper.mk