X-Git-Url: http://andersk.mit.edu/gitweb/config-package-dev.git/blobdiff_plain/ce191ff2256fb3333fccad80b4ff35f98903074f..refs/heads/master:/debian/changelog diff --git a/debian/changelog b/debian/changelog index f148a46..1ecb1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,66 @@ +config-package-dev (4.14) unstable; urgency=low + + [ Anders Kaseorg ] + * Reverse prerm and postrm maintainer script fragments when DH_COMPAT ≥ + 6, not 5, to actually match debhelper’s behavior. + + [ Geoffrey Thomas ] + * Update debathena-transform-example-1.0 to an example more likely to + work on modern systems. + * Fix a bug that would erroneously remove DEB_TRANSFORM_EXTENSION from + an explicitly-specified DEB_TRANSFORM_FILES_SOURCE. + * Fix some typos and misleading documentation. In particular, fix + build-dependencies and runtime dependencies of the examples. + * Remove an unnecessary parameter passed to undivert_unlink_divert in + divert.sh (Debathena: #1061). + * Undivert when a package is unconfigured, in addition to when it is + removed (partially addresses Debathena #388). + * Add self to uploaders, and change maintainer to the Debathena + project mailing list. + + -- Geoffrey Thomas Tue, 25 Sep 2012 13:24:06 -0400 + +config-package-dev (4.13) unstable; urgency=low + + * Fix DEB_CHECK_FILES and DEB_TRANSFORM_FILES with non-conffiles in + Multi-Arch: same packages. + * Fix encode script to work with Perl 5.12. While we’re at it, turn on + strict and warnings. + * Set LC_ALL=C when matching potentially localized dpkg output. + * Bump Standards-Version to 3.9.2 (no changes required). + * Add Vcs-Git, Vcs-Browser. + + -- Anders Kaseorg Tue, 25 Oct 2011 20:26:50 -0400 + +config-package-dev (4.12) unstable; urgency=low + + [ Tim Abbott ] + * Allow specifying DEB_TRANSFORM_SCRIPT_$package_$file in case you want + multiple binary packages transforming the same file differently. + (Thanks to Evan Broder for this patch). + * Add a decode script for undoing the file to virtual package name + transformation. (Thanks to Patrick Hurst for writing decode). + + [ Anders Kaseorg ] + * Fix a quoting bug that failed to disallow transformation of generated + conffiles. (Patch from Evan Broder.) + * Remove DEB_UNDIVERT_VERSION_file and DEB_UNREMOVE_VERSION_file, and + instead test for the undiverted file in the postinst. (Patch from + Evan Broder.) + * Write the prerm and postrm maintainer script fragments in reverse + order when DH_COMPAT ≥ 5, to match debhelper’s behavior. + * Bump debhelper compatibility level to 6. + * Bump Standards-Version to 3.9.1 (no changes required). + + -- Anders Kaseorg Sat, 05 Feb 2011 21:37:05 -0500 + +config-package-dev (4.11) unstable; urgency=low + + * Fix marking transform scripts as executable when + DEB_TRANSFORM_SCRIPT_package is used. + + -- Tim Abbott Sat, 05 Sep 2009 11:46:54 -0400 + config-package-dev (4.10) unstable; urgency=low * Mark transform scripts as executable before attempting to execute them