X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=2ff9bfa60e06fe5ae3db9d26c79310abf9880397;hb=HEAD;hp=dfd7c745add16fd5fc406f0ab02dfe5deb0d513a;hpb=c07dc38ad2b5476df4b07c432c4c08ff7ef7bc79;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index dfd7c74..2ff9bfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,130 @@ +debhelper (9.20120609) UNRELEASED; urgency=low + + * dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being + used here rather than in dh_makeshlibs. Closes: #680339 + * dh_lintian: Source overrides doc improvement. Closes: #683941 + * dh_installmime: No longer makes maintainer scripts run update-mime and + update-mime-database, that is now handled by triggers. Closes: #684689 + Thanks, Charles Plessy + * python distutils buildsystem: Propigate failure of pyversions. + Closes: #683551 Thanks, Clint Byrum + * python distutils buildsystem: When checking if a version of python is + installed, don't trust the presense of the executable, as + a python2.X-minimal package may provide it while not having + distutils installed. Closes: #683557 + * dh_icons: Improve documentation. Closes: #684895 + * Improve -X documentation. Closes: #686696 + + -- Joey Hess Thu, 05 Jul 2012 08:51:07 -0600 + +debhelper (9.20120909) unstable; urgency=low + + * autoscript() can now be passed a perl sub to run to s/// lines of + the script, which avoids problems with using sed, including potentially + building too long a sed command-line. This will become the recommended + interface in the future; for now it can be used by specific commands + such as dh_installxmlcatalogs that encounter the problem. + Closes: #665296 Thanks, Marcin Owsiany + * Updated Spanish man page translation. Closes: #686291 + * Updated German man page translation. Closes: #685538 + * Updated French man page translation. Closes: #685560 + + -- Joey Hess Mon, 10 Sep 2012 12:54:06 -0400 + +debhelper (9.20120830) unstable; urgency=low + + * dh_installcatalogs: Adjust catalog conffile conversion to avoid + dpkg conffile prompt when upgrading from a removed package. + Closes: #681194 + + -- Joey Hess Thu, 30 Aug 2012 11:04:10 -0400 + +debhelper (9.20120608) unstable; urgency=low + + * dh: When there's an -indep override target without -arch, or vice versa, + avoid acting on packages covered by the override target when running + the command for packages not covered by it. Closes: #676462 + + -- Joey Hess Fri, 08 Jun 2012 13:15:48 -0400 + +debhelper (9.20120528) unstable; urgency=low + + * dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles + and introduce dependency on trigger-based sgml-base. Closes: #477751 + Thanks, Helmut Grohne + + -- Joey Hess Mon, 28 May 2012 13:40:26 -0400 + +debhelper (9.20120523) unstable; urgency=low + + * Spanish translation update. Closes: #673629 Thanks, Omar Campagne + * Set Multi-Arch: foreign. Closes: #674193 + + -- Joey Hess Wed, 23 May 2012 14:55:48 -0400 + +debhelper (9.20120518) unstable; urgency=low + + * Fix versioned dependency on dpkg for xz options. Closes: #672895 + * dh_link: Doc improvement. Closes: #672988 + + -- Joey Hess Fri, 18 May 2012 11:05:03 -0400 + +debhelper (9.20120513) unstable; urgency=low + + * Improve -v logging. Closes: #672448 + * dh_builddeb: Build udebs with xz compression, level 1, extreme strategy. + This has been chosen to not need any more memory or cpu when uncompressing, + while yeilding the best compressions for udebs. Thanks, Philipp Kern. + * Depend on a new enough dpkg for above features. Backporters will need + to revert these changes. + + -- Joey Hess Sun, 13 May 2012 13:09:42 -0400 + +debhelper (9.20120509) unstable; urgency=low + + * dh_installman: Recognize sections from mdoc .Dt entries. Closes: #670210 + Thanks, Guillem Jover + * Updated German man page translation. Closes: #671598 + * dh_install: Reorder documentation for clarity. Closes: #672109 + + -- Joey Hess Wed, 09 May 2012 12:59:15 -0400 + +debhelper (9.20120419) unstable; urgency=low + + * Fix compat level checking for cmake. Closes: #669181 + + -- Joey Hess Tue, 17 Apr 2012 19:33:35 -0400 + +debhelper (9.20120418) unstable; urgency=low + + * cmake: Only pass CPPFLAGS in CFLAGS in v9. + + -- Joey Hess Tue, 17 Apr 2012 16:54:39 -0400 + +debhelper (9.20120417) unstable; urgency=low + + * cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 + Thanks, Simon Ruderich for the patch and for verifying no affected + package is broken by this change. + + -- Joey Hess Tue, 17 Apr 2012 09:10:29 -0400 + +debhelper (9.20120410) unstable; urgency=low + + [ Joey Hess ] + * Fix a typo. Closes: #665891 + * Conflict with too old automake for AM_UPDATE_INFO_DIR=no. Closes: #666901 + * dh_md5sums: Don't skip DEBIAN directories other than the control files + one. Closes: #668276 + + [ Steve Langasek ] + * dh_installinit: rework upstart handling to comply with new policy + proposal; packages will ship both an init script and an upstart job, + instead of just an upstart job and a symlink to a compat wrapper. + Closes: #577040 + + -- Joey Hess Tue, 10 Apr 2012 12:51:15 -0400 + debhelper (9.20120322) unstable; urgency=low * Revert avoid expanding shell metacharacters in sed call in autoscript(). @@ -4580,7 +4707,7 @@ debhelper (2.1.0) unstable; urgency=low In the meantime, lots of packages have switched to using v2, despite my warnings that doing so leaves packages open to being broken without notice until v2 is complete. - * Therefore, I am calling v2 complete, as it is. Future non-compatabile + * Therefore, I am calling v2 complete, as it is. Future non-compatible changes will happen in v3, which will be started soon. This means that by using debhelper v2, one major thing changes: debhelper uses debian/ as the temporary directory for *all* packages; @@ -5383,7 +5510,7 @@ debhelper (2.0.00) unstable; urgency=low current compatibility level is equal to that number. * doc/PROGRAMMING: documented that. * debhelper itself now builds using DH_COMPAT=2. - * dh_debstd forces DH_COMPAT=1, because it needs to stay compatable with + * dh_debstd forces DH_COMPAT=1, because it needs to stay compatible with debstd after all. -- Joey Hess Thu, 1 Jul 1999 13:37:58 -0700