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