]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Allow dpkg-architecture to print errors to stderr. Closes: #548636
[debhelper.git] / debian / changelog
index adb1b2f01de2e5eaa7a1925b2aa09618bfaaf10d..e3c3efe29c217e2a5656e53e79778f116acbe6c5 100644 (file)
@@ -1,12 +1,75 @@
-debhelper (7.3.16) UNRELEASED; urgency=low
+debhelper (7.4.3) UNRELEASED; urgency=low
+
+  [ Valery Perrin ]
+  * update french translation. Closes: #494300, #477703
+  * add --previous at po4a command into Makefile
+  * add dh, dh_auto_install, dh_auto_clean, dh_auto_configure, dh_auto_install, dh_auto_test, dh_bugfiles, dh_icons, dh_installifupdown, dh_installudev, dh_lintian, dh_prep into po4a.cfg manpages list
+  
+  [ Joey Hess ]
+  * dh_perl: Do not look at perl scripts under /usr/share/doc.
+    Closes: #546683
+  * Allow dpkg-architecture to print errors to stderr. Closes: #548636
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 15 Sep 2009 13:18:35 -0400
+
+debhelper (7.4.2) unstable; urgency=low
+
+  * Man page typo. Closes: #545443
+  * dh: Remove duplicate dh_installcatalogs list. Closes: #545483
+    (It was only run once due to logging.)
+  * dh_installdocs: Add --link-doc option that can be used to link
+    documentation directories. This is easier to use and more flexible
+    than the old method of running dh_link first to make a broken symlink.
+    Closes: #545676 Thanks, Colin Watson
+  * Reorder dh_pysupport call in dh sequence to come before
+    dh_installinit, so the generated postinst script registers
+    python modules before trying to use them. Closes: #546293
+  * dh_installudev: With --name, install debian/<package>.<name>.udev
+    to rules.d/<priority>-<name>, the same as debian/<name>.udev
+    is installed for the first package. Closes: #546337
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 14 Sep 2009 15:46:49 -0400
+
+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
-
- -- Joey Hess <joeyh@debian.org>  Mon, 24 Aug 2009 12:59:02 -0400
+  * 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