source: config-package-dev/debian/changelog @ 9eee19d

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