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