summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-01 13:40:52 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-01 13:45:53 -0400
commit71e10953d25187a6528623dbd49901a89463426c (patch)
tree961d17313aefe50842c1df40837d81b488630d8a /debian
parenta432550b565cd01d4a67b8cb929f90fa29d299f7 (diff)
-a == -s
The -a flag now does the same thing as the -s flag, so debhelper users do not need to worry about using the -s flag when building a package that only builds for some architectures, and dh will also work in that situation. Closes: #540794
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c0fdd8bd..e45de8dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-debhelper (7.3.17) UNRELEASED; urgency=low
+debhelper (7.3.17) unstable; urgency=low
- * Optimise -s handling to avoid running dpkg-architecture if the package
- is arch all.
+ * Optimise -s handling to avoid running dpkg-architecture if a package
+ is arch all. This was, suprisingly, the only overhead of using the -s
+ flag with arch all/any packages.
+ * The -a flag now does the same thing as the -s flag, so debhelper users
+ do not need to worry about using the -s flag when building a package
+ that only builds for some architectures, and dh will also work in that
+ situation. Closes: #540794
- -- Joey Hess <joeyh@debian.org> Tue, 01 Sep 2009 13:19:55 -0400
+ -- Joey Hess <joeyh@debian.org> Tue, 01 Sep 2009 13:41:16 -0400
debhelper (7.3.16) unstable; urgency=low