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

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