source: config-package-dev/debian/changelog @ 44058f1

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