]> git.donarmstrong.com Git - debhelper.git/commitdiff
Fix #572077 in one place I missed earlier. (See #576885)
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 8 Apr 2010 22:23:05 +0000 (18:23 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 8 Apr 2010 22:23:05 +0000 (18:23 -0400)
Debian/Debhelper/Dh_Getopt.pm
debian/changelog

index f3649fc21b7040ff74a448ba61fbde7800080a2c..da145371103506fc33f6adf92c46a8a645e56146 100644 (file)
@@ -238,7 +238,7 @@ sub parseopts {
                        warning("You asked that all arch in(dep) packages be built, but there are none of that type.");
                        exit(0);
                }
-               push @{$dh{DOPACKAGES}},getpackages();
+               push @{$dh{DOPACKAGES}},getpackages("both");
        }
 
        # Remove excluded packages from the list of packages to act on.
index 2cc711d62a785f13007d2d87f825b36db4ec11c4..e0035635e43a461f44b67fd3b2f49e8316b0b1d3 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.4.17) UNRELEASED; urgency=low
+
+  * Fix #572077 in one place I missed earlier. (See #576885)
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 08 Apr 2010 18:21:29 -0400
+
 debhelper (7.4.16) unstable; urgency=low
 
   * Updated French translation.