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