summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index f3649fc2..da145371 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -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.
diff --git a/debian/changelog b/debian/changelog
index 2cc711d6..e0035635 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.