X-Git-Url: http://andersk.mit.edu/gitweb/config-package-dev.git/blobdiff_plain/208027825066a2e8a61dbf9c81724e5f3d4bf409..262d88c40b1113d0198c7fa686b0effcf8ba3d20:/debian/changelog diff --git a/debian/changelog b/debian/changelog index e11d49f..60283e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,31 @@ +config-package-dev (4.13) UNRELEASED; urgency=low + + * Fix DEB_CHECK_FILES and DEB_TRANSFORM_FILES with non-conffiles in + Multi-Arch: same packages. + + -- Anders Kaseorg Sun, 21 Aug 2011 22:41:41 -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). - -- Tim Abbott Sun, 09 May 2010 14:14:50 -0400 + [ 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