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