source: trunk/debathena/debathena/config-package-dev/debian/changelog @ 25901

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