source: trunk/debathena/debathena/config-package-dev/debian/changelog @ 25061

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