Imported Debian version 5.1.2
[hcoop/zz_old/debian/config-package-dev.git] / debian / changelog
1 config-package-dev (5.1.2) unstable; urgency=low
2
3 * Team upload.
4 * Don't hardcode dpkg-divert's path in check-files.mk (Debathena: #1358)
5
6 -- Jonathan Reed <jdreed@mit.edu> Wed, 22 May 2013 08:27:04 -0400
7
8 config-package-dev (5.1.1) unstable; urgency=low
9
10 * Team upload.
11 * No-change rebuild to remove stray symlinks and build detritus from the
12 upload (Closes: #705214)
13
14 -- Jonathan Reed <jdreed@mit.edu> Fri, 12 Apr 2013 17:59:30 -0400
15
16 config-package-dev (5.1) unstable; urgency=low
17
18 [ Team Upload ]
19 * Support the abort-remove invocation of postinst
20 * Add the transformed file, not its source, to the list of files to displace
21
22 -- Alexander Chernyakhovsky <achernya@mit.edu> Mon, 08 Apr 2013 15:12:32 -0400
23
24 config-package-dev (5.0) unstable; urgency=low
25
26 * Add Debhelper support (Debathena: #867) (Closes: #693672). This
27 release includes a new command, dh_configpackage, and a sequencer
28 extension, dh --with config-package.
29 * Use the terms "displace" and "hide" for actions of the
30 config-package-dev system, instead of the terms "divert" and
31 "remove", which already have existing (related) meanings in the
32 context of Debian packages.
33 * Move examples/* to examples/cdbs/*, and create examples/debhelper/*,
34 with the same packages using Debhelper 7-style packaging.
35
36 * Change config-package-dev's own packaging to Debhelper 7.
37 * Bump Standards-Version to 3.9.4 (no changes required).
38 * Update Vcs-Git and Vcs-Browser locations to new upstream.
39 * Drop CDBS runtime dependency. CDBS users should be explicitly
40 Build-Depending on CDBS, probably through use of the @cdbs@ macro in
41 debian/control.in.
42
43 -- Geoffrey Thomas <geofft@mit.edu> Wed, 06 Mar 2013 17:14:42 -0800
44
45 config-package-dev (4.14) unstable; urgency=low
46
47 [ Anders Kaseorg ]
48 * Reverse prerm and postrm maintainer script fragments when DH_COMPAT ≥
49 6, not 5, to actually match debhelper’s behavior.
50
51 [ Geoffrey Thomas ]
52 * Update debathena-transform-example-1.0 to an example more likely to
53 work on modern systems.
54 * Fix a bug that would erroneously remove DEB_TRANSFORM_EXTENSION from
55 an explicitly-specified DEB_TRANSFORM_FILES_SOURCE.
56 * Fix some typos and misleading documentation. In particular, fix
57 build-dependencies and runtime dependencies of the examples.
58 * Remove an unnecessary parameter passed to undivert_unlink_divert in
59 divert.sh (Debathena: #1061).
60 * Undivert when a package is unconfigured, in addition to when it is
61 removed (partially addresses Debathena #388).
62 * Add self to uploaders, and change maintainer to the Debathena
63 project mailing list.
64
65 -- Geoffrey Thomas <geofft@mit.edu> Tue, 25 Sep 2012 13:24:06 -0400
66
67 config-package-dev (4.13) unstable; urgency=low
68
69 * Fix DEB_CHECK_FILES and DEB_TRANSFORM_FILES with non-conffiles in
70 Multi-Arch: same packages.
71 * Fix encode script to work with Perl 5.12. While we’re at it, turn on
72 strict and warnings.
73 * Set LC_ALL=C when matching potentially localized dpkg output.
74 * Bump Standards-Version to 3.9.2 (no changes required).
75 * Add Vcs-Git, Vcs-Browser.
76
77 -- Anders Kaseorg <andersk@mit.edu> Tue, 25 Oct 2011 20:26:50 -0400
78
79 config-package-dev (4.12) unstable; urgency=low
80
81 [ Tim Abbott ]
82 * Allow specifying DEB_TRANSFORM_SCRIPT_$package_$file in case you want
83 multiple binary packages transforming the same file differently.
84 (Thanks to Evan Broder for this patch).
85 * Add a decode script for undoing the file to virtual package name
86 transformation. (Thanks to Patrick Hurst for writing decode).
87
88 [ Anders Kaseorg ]
89 * Fix a quoting bug that failed to disallow transformation of generated
90 conffiles. (Patch from Evan Broder.)
91 * Remove DEB_UNDIVERT_VERSION_file and DEB_UNREMOVE_VERSION_file, and
92 instead test for the undiverted file in the postinst. (Patch from
93 Evan Broder.)
94 * Write the prerm and postrm maintainer script fragments in reverse
95 order when DH_COMPAT ≥ 5, to match debhelper’s behavior.
96 * Bump debhelper compatibility level to 6.
97 * Bump Standards-Version to 3.9.1 (no changes required).
98
99 -- Anders Kaseorg <andersk@mit.edu> Sat, 05 Feb 2011 21:37:05 -0500
100
101 config-package-dev (4.11) unstable; urgency=low
102
103 * Fix marking transform scripts as executable when
104 DEB_TRANSFORM_SCRIPT_package is used.
105
106 -- Tim Abbott <tabbott@mit.edu> Sat, 05 Sep 2009 11:46:54 -0400
107
108 config-package-dev (4.10) unstable; urgency=low
109
110 * Mark transform scripts as executable before attempting to execute them
111 (Closes: #528995).
112
113 -- Tim Abbott <tabbott@mit.edu> Sun, 02 Aug 2009 19:48:33 -0400
114
115 config-package-dev (4.9) unstable; urgency=low
116
117 [ Tim Abbott ]
118 * Fix destdir handling for multiple binary packages in
119 DEB_TRANSFORM_FILES (Closes: #510355).
120 * Add Anders Kaseorg to Uploaders.
121
122 [ Anders Kaseorg ]
123 * Use set -e in multi-statement Makefile commands.
124
125 -- Tim Abbott <tabbott@mit.edu> Wed, 31 Dec 2008 16:39:44 -0500
126
127 config-package-dev (4.8) unstable; urgency=low
128
129 * Add additional documentation to the makefile fragments
130 * Add doc/ directory with pointer to online documentation
131 * Add examples/ directory (Closes: #486130).
132 * Rename configures- to diverts- as the prefix for the virtual packages
133 that cause packages diverting the same file to conflict, since that is
134 clearer.
135
136 -- Tim Abbott <tabbott@mit.edu> Sun, 13 Jul 2008 01:54:48 -0400
137
138 config-package-dev (4.7) unstable; urgency=low
139
140 * Move homepage field to source package section, so it works.
141 * Make DEB_TRANSFROM_FILES targets depend on common-build-arch and
142 common-build-indep, so it works with architecture-dependent packages.
143 * Remove useless clean code from transform-files.mk.
144 * Move divert.mk from binary-fixup to binary-post-install.
145 * Add debhelper.mk to divert.mk, since we use its
146 binary-post-install/package target.
147 * Change maintainer to me, rather than debathena@mit.edu, since I'll be
148 maintaining config-package-dev in Debian.
149 * Upload to Debian (Closes: #469107)
150
151 -- Tim Abbott <tabbott@mit.edu> Sat, 03 May 2008 13:37:12 -0400
152
153 config-package-dev (4.6) unstable; urgency=low
154
155 * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL so it can be uploaded to Debian.
156 * Add me as uploader.
157 * move homepage to homepage field.
158
159 -- Tim Abbott <tabbott@mit.edu> Wed, 23 Apr 2008 17:08:15 -0400
160
161 config-package-dev (4.5) unstable; urgency=low
162
163 * Rename DEB_REPLACE_FILES to DEB_TRANSFORM_FILES
164 * Create new config-package.mk as the outward-facing makefile fragment.
165 * Replace DEB_{UNREMOVE,UNDIVERT}_FILES_VERSION_file with
166 DEB_$1_VERSION_file
167
168 -- Tim Abbott <tabbott@mit.edu> Mon, 21 Apr 2008 18:39:40 -0400
169
170 config-package-dev (4.4.1) unstable; urgency=low
171
172 * Version bump, since 4.4~ << 4.4 causes build failures on Debathena.
173
174 -- Tim Abbott <tabbott@mit.edu> Mon, 21 Apr 2008 17:51:02 -0400
175
176 config-package-dev (4.4) unstable; urgency=low
177
178 * Add new DEB_REMOVE_FILES_$package variable designed for removing
179 files in .d directories.
180 * Move the "configure-" in the filename encoding from the encode script
181 to divert.mk, so that we can re-use the encoder for DEB_REMOVE_FILES.
182 * Add new DEB_UNDIVERT_FILES_package and DEB_UNREMOVE_FILES_package
183 API variables for having a new version of the package stop diverting a
184 file.
185 * Correct check for not generating an empty if clause when no files are
186 being diverted.
187 * Remove only the last DEB_DIVERT_EXTENSION from filenames.
188
189 -- Tim Abbott <tabbott@mit.edu> Sat, 19 Apr 2008 21:03:02 -0400
190
191 config-package-dev (4.3) unstable; urgency=low
192
193 * Fix bug where DEB_DIVERT code gets added twice if a package uses both
194 DEB_DIVERT_FILES and DEB_REPLACE_FILES.
195
196 -- Tim Abbott <tabbott@mit.edu> Sun, 6 Apr 2008 19:41:45 -0400
197
198 config-package-dev (4.2) unstable; urgency=low
199
200 * Rename DEB_REPLACE_FILES_SOURCE to DEB_CHECK_FILES_SOURCE, and
201 move it to check-files.mk, since it really is a check-files.mk
202 feature.
203 * Make check-files.mk include divert.mk.
204 * Don't directly include divert.mk in replace-files.mk.
205
206 -- Tim Abbott <tabbott@mit.edu> Sun, 17 Feb 2008 23:01:08 -0500
207
208 config-package-dev (4.1) unstable; urgency=low
209
210 * Rename various API variables to make interface cleaner.
211 * Rename variables involving DEBIAN to DEB in variable names.
212 * Rename CONFFILES to FILES in variable names.
213 * Rename divert:Diverted to divert:Files
214 * Replace DEB_CONFFILE_DEST with DEB_REPLACE_FILES_SOURCE, changing the
215 source rather than the destination.
216 * Rename replace-conffiles.mk and check-conffiles.mk to *-files.mk.
217 * Add support for multiple files with same basename to replace_files.mk
218 via the DEB_TRANSFORM_SCRIPT variable.
219 * Remove deprecated check-files interface.
220 * Rename DEB_DIVERT_SUFFIX to DEB_DIVERT_EXTENSION.
221
222 -- Tim Abbott <tabbott@mit.edu> Mon, 4 Feb 2008 02:07:16 -0500
223
224 config-package-dev (4.0) unstable; urgency=low
225
226 * Rename variables to be appropriate for non-MIT sites.
227
228 -- Tim Abbott <tabbott@mit.edu> Thu, 31 Jan 2008 15:15:20 -0500
229
230 debathena-config-build-common (3.6) unstable; urgency=low
231
232 * Add new debathena-replace-conffiles.mk, a more user-friendly wrapper
233 for debathena-check-conffiles.mk and debathena-divert.mk.
234 * Change debathena-check-conffiles.mk to allow checking md5sums of
235 packaged files which are not marked as configuration files
236 (e.g. /etc/adduser/adduser.conf).
237 * Change debathena-divert.mk to not set DEBATHENA_DIVERT_SUFFIX unless
238 it is not already set.
239 * Change debathena-divert.mk to support adding Provides: and Conflicts:
240 lines for each diverted configuration file.
241 * Change debathena-divert.mk to divert everything in
242 DEBATHENA_REPLACE_CONFFILES.
243
244 -- Tim Abbott <tabbott@mit.edu> Wed, 30 Jan 2008 20:03:36 -0500
245
246 debathena-config-build-common (3.5) unstable; urgency=low
247
248 * Change check-conffiles interface to make it work properly with
249 dpkg-diverted files.
250
251 -- Anders Kaseorg <andersk@mit.edu> Mon, 13 Aug 2007 17:59:43 -0400
252
253 debathena-config-build-common (3.4) unstable; urgency=low
254
255 * Need [ -e ] || [ -L ] to check for existence, instead of just [ -e ].
256
257 -- Anders Kaseorg <andersk@mit.edu> Mon, 06 Aug 2007 06:57:18 -0400
258
259 debathena-config-build-common (3.3) unstable; urgency=low
260
261 * Add check-conffiles script.
262
263 -- Anders Kaseorg <andersk@mit.edu> Fri, 03 Aug 2007 17:50:20 -0400
264
265 debathena-config-build-common (3.2) unstable; urgency=low
266
267 * Add debconf-hack script.
268
269 -- Anders Kaseorg <andersk@mit.edu> Tue, 24 Jul 2007 20:41:13 -0400
270
271 debathena-config-build-common (3.1) unstable; urgency=low
272
273 * Divert with the current package name, not the empty string.
274 * Add this package as an automatic build dependency of anything that
275 uses it.
276
277 -- Anders Kaseorg <andersk@mit.edu> Wed, 18 Jul 2007 01:13:40 -0400
278
279 debathena-config-build-common (3.0debathena1) unstable; urgency=low
280
281 * Fix divert script version.
282
283 -- Anders Kaseorg <andersk@mit.edu> Fri, 13 Jul 2007 15:57:19 -0400
284
285 debathena-config-build-common (3.0) unstable; urgency=low
286
287 * Initial release.
288
289 -- Anders Kaseorg <andersk@mit.edu> Fri, 06 Jul 2007 19:30:41 -0400