]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake generating an info dir...
authorJoey Hess <joey@kitenet.net>
Wed, 8 Feb 2012 17:47:04 +0000 (13:47 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 8 Feb 2012 17:47:04 +0000 (13:47 -0400)
Debian/Debhelper/Buildsystem/makefile.pm
debian/changelog

index f38387bdc22c4a7a7aff94cba3094e4d41d20664..1eb4b5b50b14eaf81bbb7de4e4065c2fc2b56425 100644 (file)
@@ -101,7 +101,9 @@ sub test {
 sub install {
        my $this=shift;
        my $destdir=shift;
-       $this->make_first_existing_target(['install'], "DESTDIR=$destdir", @_);
+       $this->make_first_existing_target(['install'],
+               "DESTDIR=$destdir",
+               "AM_UPDATE_INFO_DIR=no", @_);
 }
 
 sub clean {
index 60c84c29d0585c298e62c0c20ebf75d4ef31e104..65643df0e4a13031ae21c36c024bd0ae0fd0ab77 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (9.20120116) UNRELEASED; urgency=low
+
+  * dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake
+    generating an info dir file. Closes: #634741
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 08 Feb 2012 13:46:13 -0400
+
 debhelper (9.20120115) unstable; urgency=low
 
   * Finalized v9 mode, which is the new recommended default.