diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-01 13:20:37 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-01 13:20:37 -0400 |
commit | a432550b565cd01d4a67b8cb929f90fa29d299f7 (patch) | |
tree | 3a27c356fe53a63adf506b20f8ad6cceac41e2a7 /debian | |
parent | 8fc9ed5241e752d51da71982116730e9c7287cb9 (diff) | |
download | debhelper-a432550b565cd01d4a67b8cb929f90fa29d299f7.tar.gz |
Optimise -s handling to avoid running dpkg-architecture if the package is arch all.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5b495fa8..c0fdd8bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (7.3.17) UNRELEASED; urgency=low + + * Optimise -s handling to avoid running dpkg-architecture if the package + is arch all. + + -- Joey Hess <joeyh@debian.org> Tue, 01 Sep 2009 13:19:55 -0400 + debhelper (7.3.16) unstable; urgency=low * dh_desktop: Clarify in man page why it's a no-op. |