X-Git-Url: http://andersk.mit.edu/gitweb/config-package-dev.git/blobdiff_plain/ab8e2a67ce47fada2ae30371f954ab9dd570245c..567091347bd3fe6087395e06f4d50dd24ff0571c:/debian/changelog diff --git a/debian/changelog b/debian/changelog index a4f4d06..0444fce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,74 @@ +config-package-dev (4.8) unstable; urgency=low + + * Add additional documentation to the makefile fragments + * Add doc/ directory with pointer to online documentation + * Add examples/ directory (Closes: #486130). + * Rename configures- to diverts- as the prefix for the virtual packages + that cause packages diverting the same file to conflict, since that is + clearer. + + -- Tim Abbott Sun, 13 Jul 2008 01:54:48 -0400 + +config-package-dev (4.7) unstable; urgency=low + + * Move homepage field to source package section, so it works. + * Make DEB_TRANSFROM_FILES targets depend on common-build-arch and + common-build-indep, so it works with architecture-dependent packages. + * Remove useless clean code from transform-files.mk. + * Move divert.mk from binary-fixup to binary-post-install. + * Add debhelper.mk to divert.mk, since we use its + binary-post-install/package target. + * Change maintainer to me, rather than debathena@mit.edu, since I'll be + maintaining config-package-dev in Debian. + * Upload to Debian (Closes: #469107) + + -- Tim Abbott Sat, 03 May 2008 13:37:12 -0400 + +config-package-dev (4.6) unstable; urgency=low + + * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL so it can be uploaded to Debian. + * Add me as uploader. + * move homepage to homepage field. + + -- Tim Abbott Wed, 23 Apr 2008 17:08:15 -0400 + +config-package-dev (4.5) unstable; urgency=low + + * Rename DEB_REPLACE_FILES to DEB_TRANSFORM_FILES + * Create new config-package.mk as the outward-facing makefile fragment. + * Replace DEB_{UNREMOVE,UNDIVERT}_FILES_VERSION_file with + DEB_$1_VERSION_file + + -- Tim Abbott Mon, 21 Apr 2008 18:39:40 -0400 + +config-package-dev (4.4.1) unstable; urgency=low + + * Version bump, since 4.4~ << 4.4 causes build failures on Debathena. + + -- Tim Abbott Mon, 21 Apr 2008 17:51:02 -0400 + +config-package-dev (4.4) unstable; urgency=low + + * Add new DEB_REMOVE_FILES_$package variable designed for removing + files in .d directories. + * Move the "configure-" in the filename encoding from the encode script + to divert.mk, so that we can re-use the encoder for DEB_REMOVE_FILES. + * Add new DEB_UNDIVERT_FILES_package and DEB_UNREMOVE_FILES_package + API variables for having a new version of the package stop diverting a + file. + * Correct check for not generating an empty if clause when no files are + being diverted. + * Remove only the last DEB_DIVERT_EXTENSION from filenames. + + -- Tim Abbott Sat, 19 Apr 2008 21:03:02 -0400 + +config-package-dev (4.3) unstable; urgency=low + + * Fix bug where DEB_DIVERT code gets added twice if a package uses both + DEB_DIVERT_FILES and DEB_REPLACE_FILES. + + -- Tim Abbott Sun, 6 Apr 2008 19:41:45 -0400 + config-package-dev (4.2) unstable; urgency=low * Rename DEB_REPLACE_FILES_SOURCE to DEB_CHECK_FILES_SOURCE, and