]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh: Add --list option to list available addons.
[debhelper.git] / debian / changelog
index 9be18b47a76077702804e81970dc863deafcf4bb..7df41d4d0e02980e21dd63bd9cb29bd9d03aa81d 100644 (file)
@@ -1,3 +1,74 @@
+debhelper (7.3.14) UNRELEASED; urgency=low
+
+  * dh: Add --list option to list available addons.
+
+ -- Colin Watson <cjwatson@debian.org>  Thu, 13 Aug 2009 09:00:24 +0100
+
+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 ]
@@ -5,8 +76,10 @@ debhelper (7.3.5) experimental; urgency=low
     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>  Sun, 19 Jul 2009 12:22:14 +0200
+ -- Joey Hess <joeyh@debian.org>  Mon, 20 Jul 2009 20:30:22 +0200
 
 debhelper (7.3.4) experimental; urgency=low