X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=663f3e357824001d27fac16b6629ce772da21ad8;hb=23ed23599d8f231166357766d4bea10d12aa363a;hp=588dc726b3631f1b5ee33c861a04a82467a74987;hpb=a524668098e5215a64ac4cc466b3de6590d13cfe;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 588dc72..663f3e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,316 @@ +debhelper (3.4.10) unstable; urgency=low + + * Fixed dh_movefiles. Closes: #135479, #135459 + + -- Joey Hess Sun, 24 Feb 2002 12:25:32 -0500 + +debhelper (3.4.9) unstable; urgency=low + + * dh_movefiles: Allow for deeper --sourcedir. Closes: #131363 + + -- Joey Hess Wed, 20 Feb 2002 16:37:43 -0500 + +debhelper (3.4.8) unstable; urgency=low + + * Thanks to Benjamin Drieu , dh_installdocs -X now works. + I had to modify his patch to use cp --parents, since -P spews warnings + now. Also, I made it continue to use cp -a if nothing is excluded, + which is both faster, and means this patch is less likely to break + anything if it turns out to be buggy. Also, stylistic changes. + Closes: #40649 + * Implemented -X for dh_installexamples as well. + * dh_clean -X substvars will also work now. Closes: #66890 + + -- Joey Hess Sun, 17 Feb 2002 12:26:37 -0500 + +debhelper (3.4.7) unstable; urgency=low + + * dh_perl: don't gripe if there is no substvar file. Closes: #133140 + + -- Joey Hess Sat, 9 Feb 2002 17:37:32 -0500 + +debhelper (3.4.6) unstable; urgency=low + + * Typo, Closes: #132454 + * Ignore leading/trailing whitespace in DH_OPTIONS, Closes: #132645 + + -- Joey Hess Tue, 5 Feb 2002 17:33:57 -0500 + +debhelper (3.4.5) unstable; urgency=low + + * dh_installxfonts: separate multiple commands with \n so sed doesn't get + upset. Closes: #131322 + + -- Joey Hess Tue, 29 Jan 2002 18:58:58 -0500 + +debhelper (3.4.4) unstable; urgency=low + + * Introduced the debian/compat file. This is the new, preferred way to say + what debhelper compatability level your package uses. It has the big + advantage of being available to debhelper when you run it at the command + line, as well as in debian/rules. + * A new v4 feature: dh_installinit, in v4 mode, will use invoke-rc.d. + This is in v4 for testing, but I may well roll it back into v3 (and + earlier) once woody is released and I don't have to worry about breaking + things (and, presumably, once invoke-rc.d enters policy). + * Some debhelper commands will now build up a new substvars variable, + ${misc:Depends}, based on things they know your package needs to depend + on. For example, dh_installinit in v4 mode adds sysvinit (>= 2.80-1) to + that dep list, and dh_installxfonts adds a dep on xutils. This variable + should make it easier to keep track of what your package needs to depends + on, supplimenting the ${shlibs:Depends} and ${perl:Depends} substvars. + Hmm, this appears to be based loosely on an idea by Masato Taruishi + , filtered through a long period of mulling it over. + Closes: #76352 + * Use the addsubstvar function I wrote for the above in dh_perl too. + + -- Joey Hess Sat, 26 Jan 2002 23:30:51 -0500 + +debhelper (3.4.3) unstable; urgency=low + + * Improved dh_installxfonts some more: + - Better indenting of generated code. + - Better ordering of generated code (minor fix). + + -- Joey Hess Sat, 26 Jan 2002 23:09:59 -0500 + +debhelper (3.4.2) unstable; urgency=low + + * dh_installman: more documentation about the .TH line. Closes: #129205 + * dh_installxfonts: + - Packages that use this should depend on xutils. See man page. + - However, if you really want to, you can skip the dep, and the + postinst will avoid running program that arn't available. Closes: #131053 + - Use update-fonts-dir instead of handling encodings ourselves. Yay! + - Pass only the last component of the directory name to + update-fonts-*, since that's what they perfer now. + - Other changes, chould fully comply with Debian X font policy now. + + -- Joey Hess Tue, 15 Jan 2002 12:17:43 -0500 + +debhelper (3.4.1) unstable; urgency=low + + * Fixed programmer's documentation of DOINDEP and DOARCH, Closes: #128546 + * Fixed dh_builddeb SYNOPSIS, Closes: #128548 + + -- Joey Hess Thu, 10 Jan 2002 13:49:37 -0500 + +debhelper (3.4.0) unstable; urgency=low + + * Began work on v4 support (and thus the large version number jump), and it + is only for the very brave right now since I will unhesitatingly break + compatability in v4 mode as I'm developing it. Currently, updating to v4 + mode will only make dh_makeshlibs -V generate shared library deps that + omit the debian part of the version number. The reasoning behind this + change is that the debian revision should not typically break binary + compatability, that existing use of -V is causing too tight versioned + deps, and that if you do need to include the debian revision for some + reason, you can always write it out by hand. Closes: #101497 + * dh_testversion is deprecated -- use build deps instead. A warning message + is now output when it runs. Currently used by: 381 packages. + * dh_installxaw is deprecated -- xaw-wrappers in no longer in the + distribution. A warning message is now output when it runs. Currently used + by: 3 packages (bugs filed). + * Added referneces to menufile in dh_installmenu man page. Closes: #127978 + (dh_make is not a part of debhelper, if you want it changed, file a bug on + dh-make.) + + -- Joey Hess Sat, 5 Jan 2002 22:45:09 -0500 + +debhelper (3.0.54) unstable; urgency=low + + * Added a version to the perl build dep, Closes: #126677 + + -- Joey Hess Thu, 27 Dec 2001 20:39:46 -0500 + +debhelper (3.0.53) unstable; urgency=low + + * dh_strip: run file using a safe pipe open, that will not expose any weird + characters in filenames to a shell. Closes: #126491 + * fixed dh_testdir man page + + -- Joey Hess Wed, 26 Dec 2001 21:15:42 -0500 + +debhelper (3.0.52) unstable; urgency=low + + * Typo, Closes: #122679 + * Export dirname from Dh_Lib, and related cleanup, Closes: #125770 + * Document dirname, basename in PROGRAMMING + + -- Joey Hess Thu, 6 Dec 2001 11:58:52 -0500 + +debhelper (3.0.51) unstable; urgency=low + + * Man page cleanups, Closes: #119335 + + -- Joey Hess Sat, 17 Nov 2001 21:04:15 -0500 + +debhelper (3.0.50) unstable; urgency=low + + * dh_undocumented: check for existing uncompressed man pages. Closes: #87972 + * Optimized dh_installdeb conffile finding. Closes: #119035 + * dh_installdeb: changed the #!/bin/sh -e to set -e on a new line. Whether + this additional bloat is worth it to make it easier for people to sh -x + a script by hand is debatable either way, I guess. Closes: #119046 + * Added a check for duplicated package stanzas in debian/control, + Closes: #118805 + + -- Joey Hess Sat, 17 Nov 2001 14:00:54 -0500 + +debhelper (3.0.49) unstable; urgency=low + + * More informative error, Closes: #118767 + + -- Joey Hess Thu, 8 Nov 2001 18:12:11 -0500 + +debhelper (3.0.48) unstable; urgency=low + + * Added .zip and .jar to list of things to compress (Closes: #115735), + and modified docs (Closes: #115733). + + -- Joey Hess Mon, 15 Oct 2001 19:01:43 -0400 + +debhelper (3.0.47) unstable; urgency=low + + * dh_installman: documented translated man page support, and made it work + properly. It was not stripping the language part from the installed + filenames. + + -- Joey Hess Tue, 9 Oct 2001 15:16:18 -0400 + +debhelper (3.0.46) unstable; urgency=low + + * Typo, Closes: #114135 + + -- Joey Hess Thu, 4 Oct 2001 19:39:34 -0400 + +debhelper (3.0.45) unstable; urgency=low + + * dh_installxfonts: Do not specify /usr/sbin/ paths; that should be in + the path and dpkg enforces it. Closes: #112385 + + -- Joey Hess Sun, 16 Sep 2001 18:48:59 -0400 + +debhelper (3.0.44) unstable; urgency=low + + * Added dh_strip to rules.multi2, and removed .TODO.swp. Closes: #110418 + + -- Joey Hess Tue, 28 Aug 2001 15:22:41 -0400 + +debhelper (3.0.43) unstable; urgency=low + + * dh_perl: made it use doit commands so -v mode works. Yeah, uglier. + Closes: #92826 + Also some indentation fixes. + + -- Joey Hess Fri, 24 Aug 2001 15:34:55 -0400 + +debhelper (3.0.42) unstable; urgency=low + + * dh_movefiles: Typo, Closes: #106532 + * Use -x to test for existance of init scripts, rather then -e since + we'll be running them, Closes: #109692 + * dh_clean: remove debian/*.debhelper. No need to name files + specifically; any file matching that is a debhelper temp file. + Closes: #106514, #85520 + + -- Joey Hess Thu, 23 Aug 2001 15:47:35 -0400 + +debhelper (3.0.40) unstable; urgency=low + + * Typo, Closes: #104405 + + -- Joey Hess Wed, 11 Jul 2001 22:57:41 -0400 + +debhelper (3.0.39) unstable; urgency=low + + * dh_compress: Don't compress .bz2 files, Closes: #102935 + + -- Joey Hess Sat, 30 Jun 2001 20:39:17 -0400 + +debhelper (3.0.38) unstable; urgency=low + + * fixed doc bog, Closes: #102130 + + -- Joey Hess Sun, 24 Jun 2001 21:08:15 -0400 + +debhelper (3.0.37) unstable; urgency=low + + * Spellpatch, Closes: #101553 + + -- Joey Hess Wed, 20 Jun 2001 22:03:57 -0400 + +debhelper (3.0.36) unstable; urgency=low + + * Whoops, I forgot to revert dh_perl too. Closes: #101477 + + -- Joey Hess Tue, 19 Jun 2001 14:10:24 -0400 + +debhelper (3.0.35) unstable; urgency=low + + * Revert change of 3.0.30. This broke too much stuff. Maybe I'll + change it in debhelper v4.. + + -- Joey Hess Mon, 18 Jun 2001 13:56:35 -0400 + +debhelper (3.0.34) unstable; urgency=low + + * Unimportant spelling fix. Closes: #100666 + + -- Joey Hess Thu, 14 Jun 2001 12:30:28 -0400 + +debhelper (3.0.33) unstable; urgency=low + + * dh_gencontrol: Work around very strange hurd semantics + which allow "" to be an empty file. Closes: #100542 + + -- Joey Hess Mon, 11 Jun 2001 18:15:19 -0400 + +debhelper (3.0.32) unstable; urgency=low + + * Check that update-modules is present before running it, since modutils + is not essential. Closes: #100430 + + -- Joey Hess Sun, 10 Jun 2001 15:13:51 -0400 + +debhelper (3.0.31) unstable; urgency=low + + * Remove dh_testversion from example rules file, Closes: #99901 + + -- Joey Hess Thu, 7 Jun 2001 20:24:39 -0400 + +debhelper (3.0.30) unstable; urgency=low + + * dh_gencontrol: Added a documented interface for specifying substvars + data in a file. Substvars data may be put in debian/package.substvars. + (Those files used to be used by debhelper for automatically generated + data, but it uses a different internal filename now). It will be merged + with any automatically determined substvars data. See bug #98819 + * I want to stress that no one should ever rely in internal, undocumented + debhelper workings. Just because debhelper uses a certian name for some + internally used file does not mean that you should feel free to modify + that file to your own ends in a debian package. If you do use it, don't + be at all suprised when it breaks. If you find that debhelper is lacking + a documented interface for something that you need, ask for it! + (debhelper's undocumented, internal use only files should now all be + prefixed with ".debhelper") + + -- Joey Hess Sun, 3 Jun 2001 16:37:33 -0400 + +debhelper (3.0.29) unstable; urgency=low + + * Added -X flag to dh_makeshlibs, for packages with wacky plugins that + look just like shared libs, but are not. + + -- Joey Hess Fri, 1 Jun 2001 14:27:06 -0400 + +debhelper (3.0.28) unstable; urgency=low + + * dh_clean: clean up temp files used by earlier versons of debhelper. + Closes: #99169 + + -- Joey Hess Wed, 30 May 2001 16:24:09 -0400 + debhelper (3.0.27) unstable; urgency=low * Fixed issues with extended parameters to dh_gencontrol including spaces