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