]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
releasing version 7.4.1
[debhelper.git] / debian / changelog
index c0fdd8bdcfdc0376ff6e2d8c870f83986f488bb4..04886fe2c604c244d3259a8c82a3e437bfdb60f4 100644 (file)
@@ -1,9 +1,26 @@
-debhelper (7.3.17) UNRELEASED; urgency=low
+debhelper (7.4.1) unstable; urgency=low
 
-  * Optimise -s handling to avoid running dpkg-architecture if the package
-    is arch all.
+  [ Steve Langasek ]
+  * dh_installinit: Support upstart job files, and provide compatibility
+    symlinks in /etc/init.d for sysv-rc implementations.  Closes: #536035.
 
- -- Joey Hess <joeyh@debian.org>  Tue, 01 Sep 2009 13:19:55 -0400
+  [ Joey Hess ]
+  * Add FILES sections to man pages. Closes: #545041 
+  * dh_prep(1): Clarify when it should be called. Closes: #544969
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 06 Sep 2009 18:44:40 -0400
+
+debhelper (7.4.0) unstable; urgency=low
+
+  * 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:41:16 -0400
 
 debhelper (7.3.16) unstable; urgency=low