]> andersk Git - config-package-dev.git/blob - debian/changelog
* Add new DEB_REMOVE_FILES_$package variable designed for removing
[config-package-dev.git] / debian / changelog
1 config-package-dev (4.4) unstable; urgency=low
2
3   * Add new DEB_REMOVE_FILES_$package variable designed for removing
4     files in .d directories.
5   * Move the "configure-" in the filename encoding from the encode script
6     to divert.mk, so that we can re-use the encoder for DEB_REMOVE_FILES.
7   * Add new DEB_UNDIVERT_FILES_package and DEB_UNREMOVE_FILES_package
8     API variables for having a new version of the package stop diverting a
9     file.
10   * Correct check for not generating an empty if clause when no files are
11     being diverted.
12   * Remove only the last DEB_DIVERT_EXTENSION from filenames.
13
14  -- Tim Abbott <tabbott@mit.edu>  Sat, 19 Apr 2008 21:03:02 -0400
15
16 config-package-dev (4.3) unstable; urgency=low
17
18   * Fix bug where DEB_DIVERT code gets added twice if a package uses both
19     DEB_DIVERT_FILES and DEB_REPLACE_FILES.
20
21  -- Tim Abbott <tabbott@mit.edu>  Sun,  6 Apr 2008 19:41:45 -0400
22
23 config-package-dev (4.2) unstable; urgency=low
24
25   * Rename DEB_REPLACE_FILES_SOURCE to DEB_CHECK_FILES_SOURCE, and
26     move it to check-files.mk, since it really is a check-files.mk
27     feature.
28   * Make check-files.mk include divert.mk.
29   * Don't directly include divert.mk in replace-files.mk.
30
31  -- Tim Abbott <tabbott@mit.edu>  Sun, 17 Feb 2008 23:01:08 -0500
32
33 config-package-dev (4.1) unstable; urgency=low
34
35   * Rename various API variables to make interface cleaner.
36   * Rename variables involving DEBIAN to DEB in variable names.
37   * Rename CONFFILES to FILES in variable names.
38   * Rename divert:Diverted to divert:Files
39   * Replace DEB_CONFFILE_DEST with DEB_REPLACE_FILES_SOURCE, changing the
40     source rather than the destination.
41   * Rename replace-conffiles.mk and check-conffiles.mk to *-files.mk.
42   * Add support for multiple files with same basename to replace_files.mk
43     via the DEB_TRANSFORM_SCRIPT variable.
44   * Remove deprecated check-files interface.
45   * Rename DEB_DIVERT_SUFFIX to DEB_DIVERT_EXTENSION.
46
47  -- Tim Abbott <tabbott@mit.edu>  Mon,  4 Feb 2008 02:07:16 -0500
48
49 config-package-dev (4.0) unstable; urgency=low
50
51   * Rename variables to be appropriate for non-MIT sites.
52
53  -- Tim Abbott <tabbott@mit.edu>  Thu, 31 Jan 2008 15:15:20 -0500
54
55 debathena-config-build-common (3.6) unstable; urgency=low
56
57   * Add new debathena-replace-conffiles.mk, a more user-friendly wrapper
58     for debathena-check-conffiles.mk and debathena-divert.mk.
59   * Change debathena-check-conffiles.mk to allow checking md5sums of
60     packaged files which are not marked as configuration files
61     (e.g. /etc/adduser/adduser.conf).
62   * Change debathena-divert.mk to not set DEBATHENA_DIVERT_SUFFIX unless
63     it is not already set.
64   * Change debathena-divert.mk to support adding Provides: and Conflicts:
65     lines for each diverted configuration file.
66   * Change debathena-divert.mk to divert everything in
67     DEBATHENA_REPLACE_CONFFILES.
68
69  -- Tim Abbott <tabbott@mit.edu>  Wed, 30 Jan 2008 20:03:36 -0500
70
71 debathena-config-build-common (3.5) unstable; urgency=low
72
73   * Change check-conffiles interface to make it work properly with 
74     dpkg-diverted files.
75
76  -- Anders Kaseorg <andersk@mit.edu>  Mon, 13 Aug 2007 17:59:43 -0400
77
78 debathena-config-build-common (3.4) unstable; urgency=low
79
80   * Need [ -e ] || [ -L ] to check for existence, instead of just [ -e ].
81
82  -- Anders Kaseorg <andersk@mit.edu>  Mon, 06 Aug 2007 06:57:18 -0400
83
84 debathena-config-build-common (3.3) unstable; urgency=low
85
86   * Add check-conffiles script.
87
88  -- Anders Kaseorg <andersk@mit.edu>  Fri, 03 Aug 2007 17:50:20 -0400
89
90 debathena-config-build-common (3.2) unstable; urgency=low
91
92   * Add debconf-hack script.
93
94  -- Anders Kaseorg <andersk@mit.edu>  Tue, 24 Jul 2007 20:41:13 -0400
95
96 debathena-config-build-common (3.1) unstable; urgency=low
97
98   * Divert with the current package name, not the empty string.
99   * Add this package as an automatic build dependency of anything that 
100     uses it.
101
102  -- Anders Kaseorg <andersk@mit.edu>  Wed, 18 Jul 2007 01:13:40 -0400
103
104 debathena-config-build-common (3.0debathena1) unstable; urgency=low
105
106   * Fix divert script version.
107
108  -- Anders Kaseorg <andersk@mit.edu>  Fri, 13 Jul 2007 15:57:19 -0400
109
110 debathena-config-build-common (3.0) unstable; urgency=low
111
112   * Initial release.
113
114  -- Anders Kaseorg <andersk@mit.edu>  Fri, 06 Jul 2007 19:30:41 -0400
This page took 0.26094 seconds and 5 git commands to generate.