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