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