]> andersk Git - nss_nonlocal.git/commitdiff
Use automake 1.10 and autoconf 2.61
authorAnders Kaseorg <andersk@mit.edu>
Tue, 29 Mar 2011 06:18:22 +0000 (02:18 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Wed, 30 Mar 2011 08:57:25 +0000 (04:57 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/rules

index 0fedf256c091eb38a402ec94b02a47ce56b8e84a..7b125921143f184a9289329881764a98999d4b33 100644 (file)
@@ -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 <andersk@mit.edu>  Tue, 29 Mar 2011 00:45:31 -0400
 
index 508f7f41016c87f0f356209e3f2306d205f8b8b6..7868536a965c93b7637773014a8889a2491e2244 100755 (executable)
@@ -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
This page took 0.154785 seconds and 5 git commands to generate.