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