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