]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Revert "changelog"
[debhelper.git] / debian / changelog
index 62504507b8cb3b53c4f0c6d94e0ea0a083f72c70..2eae968f253a305f1e61802af4577a60832f470a 100644 (file)
@@ -1,7 +1,142 @@
-debhelper (7.4.16) UNRELEASED; urgency=low
+debhelper (8.1.0) UNRELEASED; urgency=low
+
+  [ Joey Hess ]
+  * python_distutils: Pass --force to setup.py build, to ensure that when
+    python-dbg is run it does not win and result in scripts having it in
+    the shebang line. Closes: #589759
+  * Man page fixes about what program -u passes params to. Closes: #593342
+  * Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679
+  * Large update to Spanish man page translations by Omar Campagne.
+    Closes: #600913
+  * dh_installdeb: Support debian/package.maintscript files,
+    which can contain dpkg-maintscript-helper commands. This can be used
+    to automate moving or removing conffiles, or anything added to
+    dpkg-maintscript-helper later on. Closes: #574443
+    (Thanks, Colin Watson)
+  * Massive man page typography patch. Closes: #600883
+    (Thanks, David Prévot)
+  * Explicitly build-depend on a new enough perl-base. Closes: #601188
+  * dh: Inhibit logging when an override target runs the overridden command,
+    to avoid unexpected behavior if the command succeeded but the overall
+    target fails. Closes: #601037
+  * Fix deprecated command list on translated debhelper(7) man pages.
+    Closes: #601204
+  * dh: Improve filtering in dh_listpackages example. Closes: #604561
+  * dh: Add support for build-arch, build-indep, install-arch and
+    install-indep sequences. Closes: #604563
+    (Thanks, Roger Leigh)
+  * dh_listpackages: Do not display warnings if options cause no packages
+    to be listed.
+  * dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
+    only installed into the first package listed in debian/control.
+    Closes: #606036
+  
+  [ Valery Perrin ]
+  * update french translation.
+  * Fix french misspelling.
+  * French translation update after massive man page typography 
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 07 Aug 2010 11:27:24 -0400
+
+debhelper (8.0.0) unstable; urgency=low
+
+  [ Carsten Hey ]
+  * dh_fixperms: Ensure files in /etc/sudoers.d/ are mode 440. Closes: #589574
+
+  [ Joey Hess ]
+  * Finalized v8 mode, which is the new recommended default.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 07 Aug 2010 11:27:24 -0400
+
+debhelper (7.9.3) unstable; urgency=low
+
+  * perl_makemaker: import compat(). Closes: #587654
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 30 Jun 2010 14:42:09 -0400
+
+debhelper (7.9.2) unstable; urgency=low
+
+  * In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem,
+    since perl_build is tried first. Avoids the makemaker warning message
+    introduced by the fix to #527990.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 29 Jun 2010 17:41:41 -0400
+
+debhelper (7.9.1) unstable; urgency=low
+
+  * Started work on Debhelper v8. It is still experimental, and more
+    changes are planned for that mode.
+  * dh_installman: Support .so links relative to the current section.
+  * dh_installman: Avoid converting .so links to symlinks if the link
+    target is not present in the same binary package, on advice of 
+    Colin Watson. (To support eventual so search paths.)
+  * Add deprecation warning for dh_clean -k.
+  * dh_testversion: Removed this deprecated and unused command.
+  * debian/compress files are now deprecated. Seems only one package
+    (genesis) still uses them.
+  * dh_fixperms: Tighten globs used to find library .so files,
+    avoiding incorrectly matching things like "foo.sources". Closes: #583328
+  * dh_installchangelogs: Support packages placing their changelog in a
+    file with a name like HISTORY. Closes: #582749
+  * dh_installchangelogs: Also look for changelog files in doc(s)
+    subdirectories. Closes: #521258
+  * In v8 mode, do not allow directly passing unknown options to debhelper
+    commands. (Unknown options in DH_OPTIONS still only result in warnings.)
+  * In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared
+    libraries it generates shlibs files for. This means that -X can be
+    used to exclude libraries from processing by dpkg-gensymbols. It also
+    means that libraries in unusual locations, where dpkg-gensymbols does
+    not itself normally look, will be passed to it, a behavior change which
+    may break some packages. Closes: #557603
+  * In v8 mode, dh expects the sequence to run is always its first parameter.
+    (Ie, use "dh $@ --foo", not "dh --foo $@")
+    This avoids ambiguities when parsing options to be passed on to debhelper
+    commands. (See #570039)
+  * In v8 mode, prefer the perl_build buildsystem over perl_makemaker.
+    Closes: #578805
+  * postrm-init: Avoid calling the error handler if update-rc.d fails.
+    Closes: #586065
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 16 Jun 2010 13:44:48 -0400
+
+debhelper (7.4.20) unstable; urgency=low
+
+  * Drop one more call to dpkg-architecture. Closes: #580837
+    (Raphael Geissert)
+  * Further reduce the number of calls to dpkg-architecture to zero,
+    in a typical package with no explicit architecture mentions
+    in control file or debhelper config files.
+  * dh_perl: use debian_abi for XS modules. Closes: #581233
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 12 May 2010 20:06:02 -0400
+
+debhelper (7.4.19) unstable; urgency=low
+
+  * Memoize architecture comparisons in samearch, and avoid calling
+    dpkg-architecture at all for simple comparisons that clearly
+    do not involve architecture wildcards. Closes:# 579317
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 26 Apr 2010 19:45:07 -0400
+
+debhelper (7.4.18) unstable; urgency=low
+
+  * dh_gconf: Depend on new gconf2 that uses triggers, and stop
+    calling triggered programs manually. Closes: #577179
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 26 Apr 2010 16:23:38 -0400
+
+debhelper (7.4.17) unstable; urgency=low
+
+  * Fix #572077 in one place I missed earlier. (See #576885)
+  * dh: Fixed example of overriding binary target.
+  * Began finalizing list of changes for v8 compat level.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 08 Apr 2010 18:23:43 -0400
+
+debhelper (7.4.16) unstable; urgency=low
 
   * Updated French translation.
-  * makefile buildsystem: Chomp output during test for full compatability
+  * makefile buildsystem: Chomp output during test for full compatibility
     with debhelper 7.4.11. Closes: #570503
   * dh_install: Now --list-missing and --fail-missing are useful even when
     not all packages are acted on (due to architecture limits or flags).
@@ -17,8 +152,9 @@ debhelper (7.4.16) UNRELEASED; urgency=low
   * dh_md5sums: Sort to ensure stable, more diffable order. Closes: #573702
   * dh: Allow --list-addons to be used when not in a source package.
     Closes: #574351
+  * dh: Improve documentation.
 
- -- Joey Hess <joeyh@debian.org>  Thu, 18 Feb 2010 17:53:27 -0500
+ -- Joey Hess <joeyh@debian.org>  Tue, 06 Apr 2010 22:06:50 -0400
 
 debhelper (7.4.15) unstable; urgency=low