X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=8f7747ff45305678e11e261f7ab15fef4d2dffd0;hb=d6958d68fe145ce01dd85a715b42a0c576a322f8;hp=193b6dfb6e30731fb580a1b60d2b38c1f4f624bd;hpb=487dd17039d4036cc83dfbe866c69802a4a67bdb;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 193b6df..8f7747f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,68 @@ -debhelper (7.0.3) UNRELEASED; urgency=low +debhelper (7.0.9) UNRELEASED; urgency=low + + * rules.tiny: Typo fix. Closes: #479647 + * dh_installinit: Add --restart-after-upgrade, which avoids stopping a + daemon in the prerm, and instead restarts it in the postinst, keeping + its downtime minimal. Since some daemons could break if files are upgraded + while they're running, it's not the default. It might become the default + in a future (v8) compatability level. Closes: #471060 + * dh: fix POD error. Closes: #480191 + + -- Joey Hess Mon, 05 May 2008 18:53:10 -0400 + +debhelper (7.0.8) unstable; urgency=low + + * dh: Add an interface that third-party packages providing debhelper commands + can use to insert them into a command sequence. + (See dh(1), "SEQUENCE ADDONS".) + * dh: --with=foo can be used to include such third-party commands. + So, for example, --with=cli could add the dh_cli* commands from + cli-common. + * Moved python-support special case out of dh and into a python-support + sequence addon. --with=python-support is enabled by default to avoid + breaking backwards compatability. + + -- Joey Hess Sun, 04 May 2008 16:10:54 -0400 + +debhelper (7.0.7) unstable; urgency=low + + * dh_installxfonts: Fix precidence problem that exposes a new warning + message in perl 5.10. + + -- Joey Hess Sun, 04 May 2008 13:43:41 -0400 + +debhelper (7.0.6) unstable; urgency=low + + * dh_auto_test: Correct Module::Build tests. + + -- Joey Hess Sat, 03 May 2008 12:58:50 -0400 + +debhelper (7.0.5) unstable; urgency=low + + * Convert copyright file to new format. + * dh_test*: inhibit logging. Closes: #478958 + + -- Joey Hess Thu, 01 May 2008 19:52:00 -0400 + +debhelper (7.0.4) unstable; urgency=low + + * Fix underescaped $ in Makefile. Closes: #478475 + * dh_auto_test: Run tests for Module::Build packages. (Florian Ragwitz) + + -- Joey Hess Wed, 30 Apr 2008 02:17:01 -0400 + +debhelper (7.0.3) unstable; urgency=low * dh: Fix man page typos. Closes: #477933 * Add missing $! to error message when the log can't be opened. - - -- Joey Hess Fri, 25 Apr 2008 16:30:49 -0400 + * One problem with the log files is that if dh_clean is not the last command + run, they will be left behind. This is a particular problem on build + daemons that use real root. Especially if cdbs is used, since it runs + dh_listpackages after clean, thereby leaving behind log files that + only root can touch. Avoid this particular special case by inhibiting + logging by dh_listpackages. + + -- Joey Hess Tue, 29 Apr 2008 01:40:03 -0400 debhelper (7.0.2) unstable; urgency=low