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