source: config-package-dev/debian/changelog @ 9350e97

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