]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
releasing version 7.4.1
[debhelper.git] / debian / changelog
index 66b88abde31d2f34d252dd97d78e9d749ec69cd9..04886fe2c604c244d3259a8c82a3e437bfdb60f4 100644 (file)
@@ -1,4 +1,177 @@
-debhelper (7.3.0) UNRELEASED; urgency=low
+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>  Wed, 05 Aug 2009 11:03:01 -0400
+
+debhelper (7.3.9) unstable; urgency=low
+
+  * cmake: Avoid forcing rpath off as this can break some test suites.
+    It gets stripped by cmake at install time. Closes: #538977
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 01 Aug 2009 15:59:07 -0400
+
+debhelper (7.3.8) unstable; urgency=low
+
+  * Fix t/override_target to use ./run. Closes: #538315
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 25 Jul 2009 00:37:45 +0200
+
+debhelper (7.3.7) unstable; urgency=low
+
+  * First upload of buildsystems support to unstable.
+    Summary: Adds --buildsystem (modular, OO buildsystem classes),
+    --sourcedirectory, --builddirectory, and support for cmake
+    and ant.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 24 Jul 2009 12:07:47 +0200
+
+debhelper (7.3.6) experimental; urgency=low
+
+  * perl_makemaker: Re-add fix for #496157, lost in rewrite.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 23 Jul 2009 18:17:45 +0200
+
+debhelper (7.3.5) experimental; urgency=low
+
+  [ Bernd Zeimetz ]
+  * python_distutils buildsystem: Build for all supported Python
+    versions that are installed. Ensure that correct shebangs are
+    created by using `python' first during build and install.
+    Closes: #520834
+    Also build with python*-dbg if the package build-depends
+    on them.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 20 Jul 2009 20:30:22 +0200
+
+debhelper (7.3.4) experimental; urgency=low
+
+  * Merged debhelper 7.2.24.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 15 Jul 2009 09:50:37 -0400
+
+debhelper (7.3.3) experimental; urgency=low
+
+  * Add ant buildsystem support. Closes: #537021
+  * Merged debhelper 7.2.22.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 14 Jul 2009 17:16:28 -0400
+
+debhelper (7.3.2) experimental; urgency=low
+
+  * Merged debhelper 7.2.21.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 08 Jul 2009 21:23:48 -0400
+
+debhelper (7.3.1) experimental; urgency=low
+
+  * Merged debhelper 7.2.20.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 02 Jul 2009 12:28:55 -0400
+
+debhelper (7.3.0) experimental; urgency=low
 
   * Modular object oriented dh_auto_* buildsystem support,
     contributed by Modestas Vainius
@@ -21,10 +194,60 @@ debhelper (7.3.0) UNRELEASED; urgency=low
   * Move two more command-specific options to only be accepted by the commands
     that use them. The options are:
     --sourcedir, --destdir
-  * If any third-party debhelper commands use either of the above options,
+    If any third-party debhelper commands use either of the above options,
     they will be broken, and need to be changed to pass options to init().
+  * Make dh not complain about unknown, command-specific options passed to it,
+    and further suppress warnings about such options it passes on to debhelper
+    commands. This was attempted incompletely before in version 7.2.17.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 01 Jul 2009 15:31:20 -0400
+
+debhelper (7.2.24) unstable; urgency=low
+
+  * dh_install: Add test suite covering the last 5 bugs.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 15 Jul 2009 09:42:18 -0400
+
+debhelper (7.2.23) unstable; urgency=low
+
+  * dh_install: Fix support for the case where debian/tmp is
+    explicitly specified in filename paths despite being searched by
+    default. Closes: #537140
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 15 Jul 2009 09:24:19 -0400
+
+debhelper (7.2.22) unstable; urgency=low
+
+  * dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
+    is used. Perl was not being greedy enough and the 'foo' was not stripped
+    from the destination directory in this unusual case. Closes: #537017
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 14 Jul 2009 17:08:25 -0400
+
+debhelper (7.2.21) unstable; urgency=low
+
+  * Add a versioned dep on perl-base, to get a version that supports
+    GetOptionsFromArray. Closes: #536310
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 08 Jul 2009 21:08:45 -0400
+
+debhelper (7.2.20) unstable; urgency=low
+
+  * dh_install: Fix installation of entire top-level directory
+    from debian/tmp. Closes: #535367
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 02 Jul 2009 12:17:42 -0400
+
+debhelper (7.2.19) unstable; urgency=low
+
+  * dh_install: Handle correctly the case where a glob expands to
+    a dangling symlink, installing the dangling link as requested.
+    Closes: #534565
+  * dh_install: Fix fallback use of debian/tmp in v7 mode; a bug caused
+    it to put files inside a debian/tmp directory in the package build
+    directory, now that prefix is stripped. (See #534565)
 
- -- Joey Hess <joeyh@debian.org>  Mon, 20 Apr 2009 16:26:08 -0400
+ -- Joey Hess <joeyh@debian.org>  Tue, 30 Jun 2009 12:56:52 -0400
 
 debhelper (7.2.18) unstable; urgency=low
 
@@ -47,7 +270,7 @@ debhelper (7.2.17) unstable; urgency=low
     the new system also requires they have START-INFO-DIR-ENTRY and
     END-INFO-DIR-ENTRY for proper registration. I assume there will be
     some mass bug filing for any packages that do not have that.
-    Closes: #528864, #357434
+    Closes: #534639, #357434
 
  -- Joey Hess <joeyh@debian.org>  Fri, 26 Jun 2009 09:02:51 -0400