]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_installdocs: Warn if a doc-base file cannot be parsed to find a document id. Close...
[debhelper.git] / debian / changelog
index 9fa71cf29af7400e7f3f46f8001cd4c9b19022d5..4b756b8dc68a67634fe70ef58ba417921f1cc17f 100644 (file)
-debhelper (7.3.10) UNRELEASED; urgency=low
+debhelper (7.4.4) UNRELEASED; urgency=low
+
+  * The makefile buildsystem (and derived buildsystems) now supports
+    parallel building by default, as specified via DEB_BUILD_OPTIONS.
+    Closes: #532805
+  * dh_auto_*: Add --max-parallel option that can be used to control
+    or disable parallel building. --max-parallel=1 will disable parallel
+    building, while --max-parallel=N will limit the maximum number of
+    parallel processes that can be specified via DEB_BUILD_OPTIONS.
+  * Added some hacks to avoid warnings about unavailable jobservers when
+    debhelper runs make, and the parent debian/rules was run in parallel
+    mode (as dpkg-buildpackage -j currently does).
+  * Thanks, Modestas Vainius for much of the work on parallel build support.
+  * Add deprecation warnings for -u to the documentation, since putting
+    options after -- is much more sane. (However, -u will not go away any
+    time soon.) Closes: #554509
+  * Separate deprecated programs in the list of commands in debhelper(7).
+    Closes: #548382
+  * Adjust code to add deprecation warning for compatability level 4.
+    (Man page already said it was deprecated.) Closes: #555899
+  * dh_installdocs: Warn if a doc-base file cannot be parsed to find a
+    document id. Closes: #555677
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 28 Oct 2009 18:10:45 -0400
+
+debhelper (7.4.3) unstable; 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
+  * fix a spelling mistake in dh_makeshlibs man french
+    translation (#494300 part 2)
+  
+  [ 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
+  * python_distutils: Run default python last, not first, and pass --force
+    to setup.py install to ensure that timestamps do not prevent installation
+    of the scripts built for the default python, with unversioned shebang
+    lines. Closes: #547510 (Thanks, Andrew Straw)
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 01 Oct 2009 14:37:38 -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
+  * 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 ]
+  * python_distutils.pm: Support debhelper backports.
+    To allow backports of debhelper we don't pass
+    --install-layout=deb to 'setup.py install` for those Python
+    versions where the option is ignored by distutils/setuptools.
+    Thanks to Julian Andres Klode for the bug report.
+    Closes: #539324
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 14 Aug 2009 20:10:57 -0400
+
+debhelper (7.3.12) unstable; urgency=low
+
+  * dh: Allow creation of new sequences (such as to handle a patch
+    target for quilt), by adding an add_command function to the
+    sequence addon interface. See #540124.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 06 Aug 2009 11:08:53 -0400
+
+debhelper (7.3.11) unstable; urgency=low
+
+  * perl_build: Fix Build check to honor source directory setting.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 05 Aug 2009 13:52:34 -0400
+
+debhelper (7.3.10) unstable; urgency=low
 
   * perl_build: Avoid failing if forced to be used in dh_auto_clean
     when Build does not exist (ie due to being run twice in a row).
     Closes: #539848
+  * dh_builddeb: Fix man page typo. Closes: #539976
+  * dh_installdeb: In udeb mode, support the menutest and isinstallable
+    maintainer scripts. Closes: #540079 Thanks, Colin Watson.
 
- -- Joey Hess <joeyh@debian.org>  Tue, 04 Aug 2009 13:19:31 -0400
+ -- Joey Hess <joeyh@debian.org>  Wed, 05 Aug 2009 11:03:01 -0400
 
 debhelper (7.3.9) unstable; urgency=low