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