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