]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
releasing version 7.4.1
[debhelper.git] / debian / changelog
index cf1bcd3a11e017e916a8783154787f2230927e1a..04886fe2c604c244d3259a8c82a3e437bfdb60f4 100644 (file)
@@ -1,3 +1,74 @@
+debhelper (7.4.1) unstable; urgency=low
+
+  [ Steve Langasek ]
+  * dh_installinit: Support upstart job files, and provide compatibility
+    symlinks in /etc/init.d for sysv-rc implementations.  Closes: #536035.
+
+  [ 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
+
+  * dh_desktop: Clarify in man page why it's a no-op.
+    Closes: #543364
+  * dh_installdocs: Loosen the Document field parsing, to accept
+    everything doc-base *really* accepts in a doc id (not just what
+    it's documented to accept). Closes: #543499
+  * Allow sequence addons to pass options to debhelper commands,
+    by adding add_command_options and remove_command_options to the interface.
+    Closes: #543392
+    (Modestas Vainius)
+  * dh_auto_install: Add a --destdir parameter that can be used to override
+    the default. Closes: #538201
+    (Modestas Vainius)
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 26 Aug 2009 17:10:53 -0400
+
+debhelper (7.3.15) unstable; urgency=low
+
+  * dh_installudev: Install rules files into new location
+    /lib/udev/rules.d/
+  * dh_installudev: Add code to delete old conffiles unless
+    they're modified, and in that case, rename them to override
+    the corresponding file in /lib/udev. (Based on patch by
+    Martin Pitt.) (Note that this file will not be deleted on purge -- 
+    I can't see a good way to determine when it's appropriate to do
+    that.)
+  * dh_installudev: Set default priority to 60; dropping the "z".
+    If --priority=zNN is passed, treat that as priority NN.
+  * Above Closes: #491117
+  * dh_installudev: Drop code handling move of /etc/udev/foo into
+    /etc/udev/rules.d/.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 21 Aug 2009 17:22:08 -0400
+
+debhelper (7.3.14) unstable; urgency=low
+
+  [ Colin Watson ]
+  * dh: Add --list option to list available addons. Closes: #541302
+
+  [ Joey Hess ]
+  * Run pod2man with --utf8. Closes: #541270
+  * dh: Display $@ error if addon load fails. Closes: #541845
+  * dh_perl: Remove perl minimum dependency per new policy. Closes: #541811
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 17 Aug 2009 15:55:48 -0400
+
 debhelper (7.3.13) unstable; urgency=low
 
   [ Bernd Zeimetz ]