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