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