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