[25929] | 1 | config-package-dev (5.1.1) unstable; urgency=low |
---|
| 2 | |
---|
| 3 | * Team upload. |
---|
| 4 | * No-change rebuild to remove stray symlinks and build detritus from the |
---|
| 5 | upload (Closes: #705214) |
---|
| 6 | |
---|
| 7 | -- Jonathan Reed <jdreed@mit.edu> Fri, 12 Apr 2013 17:59:30 -0400 |
---|
| 8 | |
---|
[25901] | 9 | config-package-dev (5.1) unstable; urgency=low |
---|
| 10 | |
---|
| 11 | [ Team Upload ] |
---|
| 12 | * Support the abort-remove invocation of postinst |
---|
| 13 | * Add the transformed file, not its source, to the list of files to displace |
---|
| 14 | |
---|
| 15 | -- Alexander Chernyakhovsky <achernya@mit.edu> Mon, 08 Apr 2013 15:12:32 -0400 |
---|
| 16 | |
---|
[25844] | 17 | config-package-dev (5.0) unstable; urgency=low |
---|
| 18 | |
---|
| 19 | * Add Debhelper support (Debathena: #867) (Closes: #693672). This |
---|
| 20 | release includes a new command, dh_configpackage, and a sequencer |
---|
| 21 | extension, dh --with config-package. |
---|
| 22 | * Use the terms "displace" and "hide" for actions of the |
---|
| 23 | config-package-dev system, instead of the terms "divert" and |
---|
| 24 | "remove", which already have existing (related) meanings in the |
---|
| 25 | context of Debian packages. |
---|
| 26 | * Move examples/* to examples/cdbs/*, and create examples/debhelper/*, |
---|
| 27 | with the same packages using Debhelper 7-style packaging. |
---|
| 28 | |
---|
| 29 | * Change config-package-dev's own packaging to Debhelper 7. |
---|
| 30 | * Bump Standards-Version to 3.9.4 (no changes required). |
---|
| 31 | * Update Vcs-Git and Vcs-Browser locations to new upstream. |
---|
| 32 | * Drop CDBS runtime dependency. CDBS users should be explicitly |
---|
| 33 | Build-Depending on CDBS, probably through use of the @cdbs@ macro in |
---|
| 34 | debian/control.in. |
---|
| 35 | |
---|
| 36 | -- Geoffrey Thomas <geofft@mit.edu> Wed, 06 Mar 2013 17:14:42 -0800 |
---|
| 37 | |
---|
[25800] | 38 | config-package-dev (4.14) unstable; urgency=low |
---|
| 39 | |
---|
| 40 | [ Anders Kaseorg ] |
---|
| 41 | * Reverse prerm and postrm maintainer script fragments when DH_COMPAT ≥ |
---|
| 42 | 6, not 5, to actually match debhelper’s behavior. |
---|
| 43 | |
---|
| 44 | [ Geoffrey Thomas ] |
---|
| 45 | * Update debathena-transform-example-1.0 to an example more likely to |
---|
| 46 | work on modern systems. |
---|
| 47 | * Fix a bug that would erroneously remove DEB_TRANSFORM_EXTENSION from |
---|
| 48 | an explicitly-specified DEB_TRANSFORM_FILES_SOURCE. |
---|
| 49 | * Fix some typos and misleading documentation. In particular, fix |
---|
| 50 | build-dependencies and runtime dependencies of the examples. |
---|
| 51 | * Remove an unnecessary parameter passed to undivert_unlink_divert in |
---|
| 52 | divert.sh (Debathena: #1061). |
---|
| 53 | * Undivert when a package is unconfigured, in addition to when it is |
---|
| 54 | removed (partially addresses Debathena #388). |
---|
| 55 | * Add self to uploaders, and change maintainer to the Debathena |
---|
| 56 | project mailing list. |
---|
| 57 | |
---|
| 58 | -- Geoffrey Thomas <geofft@mit.edu> Tue, 25 Sep 2012 13:24:06 -0400 |
---|
| 59 | |
---|
[25426] | 60 | config-package-dev (4.13) unstable; urgency=low |
---|
| 61 | |
---|
| 62 | * Fix DEB_CHECK_FILES and DEB_TRANSFORM_FILES with non-conffiles in |
---|
| 63 | Multi-Arch: same packages. |
---|
| 64 | * Fix encode script to work with Perl 5.12. While we’re at it, turn on |
---|
| 65 | strict and warnings. |
---|
[25427] | 66 | * Set LC_ALL=C when matching potentially localized dpkg output. |
---|
[25426] | 67 | * Bump Standards-Version to 3.9.2 (no changes required). |
---|
| 68 | * Add Vcs-Git, Vcs-Browser. |
---|
| 69 | |
---|
[25427] | 70 | -- Anders Kaseorg <andersk@mit.edu> Tue, 25 Oct 2011 20:26:50 -0400 |
---|
[25426] | 71 | |
---|
[24646] | 72 | config-package-dev (4.12) unstable; urgency=low |
---|
| 73 | |
---|
[24906] | 74 | [ Tim Abbott ] |
---|
[24646] | 75 | * Allow specifying DEB_TRANSFORM_SCRIPT_$package_$file in case you want |
---|
| 76 | multiple binary packages transforming the same file differently. |
---|
| 77 | (Thanks to Evan Broder for this patch). |
---|
| 78 | * Add a decode script for undoing the file to virtual package name |
---|
| 79 | transformation. (Thanks to Patrick Hurst for writing decode). |
---|
| 80 | |
---|
[24906] | 81 | [ Anders Kaseorg ] |
---|
| 82 | * Fix a quoting bug that failed to disallow transformation of generated |
---|
| 83 | conffiles. (Patch from Evan Broder.) |
---|
| 84 | * Remove DEB_UNDIVERT_VERSION_file and DEB_UNREMOVE_VERSION_file, and |
---|
| 85 | instead test for the undiverted file in the postinst. (Patch from |
---|
| 86 | Evan Broder.) |
---|
[25061] | 87 | * Write the prerm and postrm maintainer script fragments in reverse |
---|
| 88 | order when DH_COMPAT ≥ 5, to match debhelper’s behavior. |
---|
[25062] | 89 | * Bump debhelper compatibility level to 6. |
---|
[25063] | 90 | * Bump Standards-Version to 3.9.1 (no changes required). |
---|
[24646] | 91 | |
---|
[25063] | 92 | -- Anders Kaseorg <andersk@mit.edu> Sat, 05 Feb 2011 21:37:05 -0500 |
---|
[24906] | 93 | |
---|
[23993] | 94 | config-package-dev (4.11) unstable; urgency=low |
---|
| 95 | |
---|
| 96 | * Fix marking transform scripts as executable when |
---|
| 97 | DEB_TRANSFORM_SCRIPT_package is used. |
---|
| 98 | |
---|
| 99 | -- Tim Abbott <tabbott@mit.edu> Sat, 05 Sep 2009 11:46:54 -0400 |
---|
| 100 | |
---|
[23947] | 101 | config-package-dev (4.10) unstable; urgency=low |
---|
| 102 | |
---|
[23951] | 103 | * Mark transform scripts as executable before attempting to execute them |
---|
[23947] | 104 | (Closes: #528995). |
---|
| 105 | |
---|
| 106 | -- Tim Abbott <tabbott@mit.edu> Sun, 02 Aug 2009 19:48:33 -0400 |
---|
| 107 | |
---|
[23196] | 108 | config-package-dev (4.9) unstable; urgency=low |
---|
| 109 | |
---|
[23197] | 110 | [ Tim Abbott ] |
---|
[23196] | 111 | * Fix destdir handling for multiple binary packages in |
---|
[23263] | 112 | DEB_TRANSFORM_FILES (Closes: #510355). |
---|
[23264] | 113 | * Add Anders Kaseorg to Uploaders. |
---|
[23196] | 114 | |
---|
[23197] | 115 | [ Anders Kaseorg ] |
---|
| 116 | * Use set -e in multi-statement Makefile commands. |
---|
[23196] | 117 | |
---|
[23264] | 118 | -- Tim Abbott <tabbott@mit.edu> Wed, 31 Dec 2008 16:39:44 -0500 |
---|
[23197] | 119 | |
---|
[23076] | 120 | config-package-dev (4.8) unstable; urgency=low |
---|
| 121 | |
---|
| 122 | * Add additional documentation to the makefile fragments |
---|
| 123 | * Add doc/ directory with pointer to online documentation |
---|
| 124 | * Add examples/ directory (Closes: #486130). |
---|
| 125 | * Rename configures- to diverts- as the prefix for the virtual packages |
---|
| 126 | that cause packages diverting the same file to conflict, since that is |
---|
| 127 | clearer. |
---|
| 128 | |
---|
| 129 | -- Tim Abbott <tabbott@mit.edu> Sun, 13 Jul 2008 01:54:48 -0400 |
---|
| 130 | |
---|
[22961] | 131 | config-package-dev (4.7) unstable; urgency=low |
---|
| 132 | |
---|
| 133 | * Move homepage field to source package section, so it works. |
---|
| 134 | * Make DEB_TRANSFROM_FILES targets depend on common-build-arch and |
---|
| 135 | common-build-indep, so it works with architecture-dependent packages. |
---|
| 136 | * Remove useless clean code from transform-files.mk. |
---|
| 137 | * Move divert.mk from binary-fixup to binary-post-install. |
---|
| 138 | * Add debhelper.mk to divert.mk, since we use its |
---|
| 139 | binary-post-install/package target. |
---|
| 140 | * Change maintainer to me, rather than debathena@mit.edu, since I'll be |
---|
| 141 | maintaining config-package-dev in Debian. |
---|
| 142 | * Upload to Debian (Closes: #469107) |
---|
| 143 | |
---|
| 144 | -- Tim Abbott <tabbott@mit.edu> Sat, 03 May 2008 13:37:12 -0400 |
---|
| 145 | |
---|
[22946] | 146 | config-package-dev (4.6) unstable; urgency=low |
---|
| 147 | |
---|
| 148 | * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL so it can be uploaded to Debian. |
---|
| 149 | * Add me as uploader. |
---|
| 150 | * move homepage to homepage field. |
---|
| 151 | |
---|
| 152 | -- Tim Abbott <tabbott@mit.edu> Wed, 23 Apr 2008 17:08:15 -0400 |
---|
| 153 | |
---|
[22923] | 154 | config-package-dev (4.5) unstable; urgency=low |
---|
| 155 | |
---|
| 156 | * Rename DEB_REPLACE_FILES to DEB_TRANSFORM_FILES |
---|
| 157 | * Create new config-package.mk as the outward-facing makefile fragment. |
---|
| 158 | * Replace DEB_{UNREMOVE,UNDIVERT}_FILES_VERSION_file with |
---|
| 159 | DEB_$1_VERSION_file |
---|
| 160 | |
---|
| 161 | -- Tim Abbott <tabbott@mit.edu> Mon, 21 Apr 2008 18:39:40 -0400 |
---|
| 162 | |
---|
| 163 | config-package-dev (4.4.1) unstable; urgency=low |
---|
| 164 | |
---|
| 165 | * Version bump, since 4.4~ << 4.4 causes build failures on Debathena. |
---|
| 166 | |
---|
| 167 | -- Tim Abbott <tabbott@mit.edu> Mon, 21 Apr 2008 17:51:02 -0400 |
---|
| 168 | |
---|
[22918] | 169 | config-package-dev (4.4) unstable; urgency=low |
---|
| 170 | |
---|
| 171 | * Add new DEB_REMOVE_FILES_$package variable designed for removing |
---|
| 172 | files in .d directories. |
---|
| 173 | * Move the "configure-" in the filename encoding from the encode script |
---|
| 174 | to divert.mk, so that we can re-use the encoder for DEB_REMOVE_FILES. |
---|
| 175 | * Add new DEB_UNDIVERT_FILES_package and DEB_UNREMOVE_FILES_package |
---|
| 176 | API variables for having a new version of the package stop diverting a |
---|
| 177 | file. |
---|
| 178 | * Correct check for not generating an empty if clause when no files are |
---|
| 179 | being diverted. |
---|
| 180 | * Remove only the last DEB_DIVERT_EXTENSION from filenames. |
---|
| 181 | |
---|
| 182 | -- Tim Abbott <tabbott@mit.edu> Sat, 19 Apr 2008 21:03:02 -0400 |
---|
| 183 | |
---|
[22859] | 184 | config-package-dev (4.3) unstable; urgency=low |
---|
| 185 | |
---|
| 186 | * Fix bug where DEB_DIVERT code gets added twice if a package uses both |
---|
| 187 | DEB_DIVERT_FILES and DEB_REPLACE_FILES. |
---|
| 188 | |
---|
| 189 | -- Tim Abbott <tabbott@mit.edu> Sun, 6 Apr 2008 19:41:45 -0400 |
---|
| 190 | |
---|
[22854] | 191 | config-package-dev (4.2) unstable; urgency=low |
---|
| 192 | |
---|
| 193 | * Rename DEB_REPLACE_FILES_SOURCE to DEB_CHECK_FILES_SOURCE, and |
---|
| 194 | move it to check-files.mk, since it really is a check-files.mk |
---|
| 195 | feature. |
---|
| 196 | * Make check-files.mk include divert.mk. |
---|
| 197 | * Don't directly include divert.mk in replace-files.mk. |
---|
| 198 | |
---|
| 199 | -- Tim Abbott <tabbott@mit.edu> Sun, 17 Feb 2008 23:01:08 -0500 |
---|
| 200 | |
---|
| 201 | config-package-dev (4.1) unstable; urgency=low |
---|
| 202 | |
---|
| 203 | * Rename various API variables to make interface cleaner. |
---|
| 204 | * Rename variables involving DEBIAN to DEB in variable names. |
---|
| 205 | * Rename CONFFILES to FILES in variable names. |
---|
| 206 | * Rename divert:Diverted to divert:Files |
---|
| 207 | * Replace DEB_CONFFILE_DEST with DEB_REPLACE_FILES_SOURCE, changing the |
---|
| 208 | source rather than the destination. |
---|
| 209 | * Rename replace-conffiles.mk and check-conffiles.mk to *-files.mk. |
---|
| 210 | * Add support for multiple files with same basename to replace_files.mk |
---|
| 211 | via the DEB_TRANSFORM_SCRIPT variable. |
---|
| 212 | * Remove deprecated check-files interface. |
---|
| 213 | * Rename DEB_DIVERT_SUFFIX to DEB_DIVERT_EXTENSION. |
---|
| 214 | |
---|
| 215 | -- Tim Abbott <tabbott@mit.edu> Mon, 4 Feb 2008 02:07:16 -0500 |
---|
| 216 | |
---|
| 217 | config-package-dev (4.0) unstable; urgency=low |
---|
| 218 | |
---|
| 219 | * Rename variables to be appropriate for non-MIT sites. |
---|
| 220 | |
---|
| 221 | -- Tim Abbott <tabbott@mit.edu> Thu, 31 Jan 2008 15:15:20 -0500 |
---|
| 222 | |
---|
| 223 | debathena-config-build-common (3.6) unstable; urgency=low |
---|
| 224 | |
---|
| 225 | * Add new debathena-replace-conffiles.mk, a more user-friendly wrapper |
---|
| 226 | for debathena-check-conffiles.mk and debathena-divert.mk. |
---|
| 227 | * Change debathena-check-conffiles.mk to allow checking md5sums of |
---|
| 228 | packaged files which are not marked as configuration files |
---|
| 229 | (e.g. /etc/adduser/adduser.conf). |
---|
| 230 | * Change debathena-divert.mk to not set DEBATHENA_DIVERT_SUFFIX unless |
---|
| 231 | it is not already set. |
---|
| 232 | * Change debathena-divert.mk to support adding Provides: and Conflicts: |
---|
| 233 | lines for each diverted configuration file. |
---|
| 234 | * Change debathena-divert.mk to divert everything in |
---|
| 235 | DEBATHENA_REPLACE_CONFFILES. |
---|
| 236 | |
---|
| 237 | -- Tim Abbott <tabbott@mit.edu> Wed, 30 Jan 2008 20:03:36 -0500 |
---|
| 238 | |
---|
| 239 | debathena-config-build-common (3.5) unstable; urgency=low |
---|
| 240 | |
---|
| 241 | * Change check-conffiles interface to make it work properly with |
---|
| 242 | dpkg-diverted files. |
---|
| 243 | |
---|
| 244 | -- Anders Kaseorg <andersk@mit.edu> Mon, 13 Aug 2007 17:59:43 -0400 |
---|
| 245 | |
---|
| 246 | debathena-config-build-common (3.4) unstable; urgency=low |
---|
| 247 | |
---|
| 248 | * Need [ -e ] || [ -L ] to check for existence, instead of just [ -e ]. |
---|
| 249 | |
---|
| 250 | -- Anders Kaseorg <andersk@mit.edu> Mon, 06 Aug 2007 06:57:18 -0400 |
---|
| 251 | |
---|
| 252 | debathena-config-build-common (3.3) unstable; urgency=low |
---|
| 253 | |
---|
| 254 | * Add check-conffiles script. |
---|
| 255 | |
---|
| 256 | -- Anders Kaseorg <andersk@mit.edu> Fri, 03 Aug 2007 17:50:20 -0400 |
---|
| 257 | |
---|
| 258 | debathena-config-build-common (3.2) unstable; urgency=low |
---|
| 259 | |
---|
| 260 | * Add debconf-hack script. |
---|
| 261 | |
---|
| 262 | -- Anders Kaseorg <andersk@mit.edu> Tue, 24 Jul 2007 20:41:13 -0400 |
---|
| 263 | |
---|
| 264 | debathena-config-build-common (3.1) unstable; urgency=low |
---|
| 265 | |
---|
| 266 | * Divert with the current package name, not the empty string. |
---|
| 267 | * Add this package as an automatic build dependency of anything that |
---|
| 268 | uses it. |
---|
| 269 | |
---|
| 270 | -- Anders Kaseorg <andersk@mit.edu> Wed, 18 Jul 2007 01:13:40 -0400 |
---|
| 271 | |
---|
| 272 | debathena-config-build-common (3.0debathena1) unstable; urgency=low |
---|
| 273 | |
---|
| 274 | * Fix divert script version. |
---|
| 275 | |
---|
| 276 | -- Anders Kaseorg <andersk@mit.edu> Fri, 13 Jul 2007 15:57:19 -0400 |
---|
| 277 | |
---|
| 278 | debathena-config-build-common (3.0) unstable; urgency=low |
---|
| 279 | |
---|
| 280 | * Initial release. |
---|
| 281 | |
---|
| 282 | -- Anders Kaseorg <andersk@mit.edu> Fri, 06 Jul 2007 19:30:41 -0400 |
---|