X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=54c6a391fe546884f6e5173f08379465e8fc3754;hb=bf79e6fa88299e4452520195ac6f298a6989e825;hp=173278d5894c49389e3f6d1ff7bd879edad5345b;hpb=dacaf44dc19c4620e4b09fa97a442a433b5fde82;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 173278d..54c6a39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,433 @@ +debhelper (2.2.2) unstable; urgency=low + + * dh_makeshlibs: corrected the evil db3-regex so it doesn't misfire on + data like "debian/libruby/usr/lib/ruby/1.6/i486-linux/etc.so". + Closes: #78139 + + -- Joey Hess Mon, 27 Nov 2000 12:21:53 -0800 + +debhelper (2.2.1) unstable; urgency=low + + * Reverted the change to make debian/README be treated as README.Debian, + after I learned people use it for eg, documenting the source package + itself. Closes: #34628, since it seems this is not such an "incredibly + minor" change after all. Never underetimate the annoyance of + backwards-compatability. + + -- Joey Hess Mon, 27 Nov 2000 12:01:52 -0800 + +debhelper (2.2.0) unstable; urgency=low + + * DH_COMPAT=3 now enables the following new features which I can't just + turn on by default for fear of breaking backwards compatability: + - dh_makeshlibs makes the postinst/postrm call ldconfig. Closes: #77154 + Patch from Masato Taruishi (modified). If you + use this, be sure dh_makeshlibs runs before dh_installdeb; many + old rules files have the ordering backwards. + - dh_installdeb now causes all files in /etc to be registered as + conffiles. + - debian/README is now supported: it is treated exactly like + debian/README.Debian. Either file is installed as README.Debian in + non-native packages, and now as just README in native packages. + Closes: #34628 + * This is really only the start of the changes for v3, so use with + caution.. + * dh_du has finally been removed. It has been deprecated for ages, and + a grep of the archive shows that nothing is using it except biss-awt + and scsh. I filed bugs on both almost exactly a year ago. Those bugs + should now be raised to severity important.. + * --number option (to dh_installemacsen) is removed. It has been + deprecated for a while and nothing uses it. Use --priority instead. + + -- Joey Hess Sun, 26 Nov 2000 17:51:58 -0800 + +debhelper (2.1.28) unstable; urgency=low + + * Ok, fine, I'll make debhelper depend on lynx for the one or two + packages that have html changelogs. But you'll be sorry... + Closes: #77604 + + -- Joey Hess Tue, 21 Nov 2000 15:13:39 -0800 + +debhelper (2.1.27) unstable; urgency=low + + * Typo, Closes: #77441 + + -- Joey Hess Sun, 19 Nov 2000 13:23:30 -0800 + +debhelper (2.1.26) unstable; urgency=low + + * Completed the fix from the last version. + + -- Joey Hess Wed, 15 Nov 2000 20:39:25 -0800 + +debhelper (2.1.25) unstable; urgency=low + + * Ok, I tihnk we have a db3 fix that will really work now. + + -- Joey Hess Sun, 12 Nov 2000 13:29:59 -0800 + +debhelper (2.1.24) unstable; urgency=low + + * I retract 2.1.23, the hack doesn't help make dpkg-shlibdeps work; db3 + is broken upstream. + + -- Joey Hess Sun, 12 Nov 2000 13:29:57 -0800 + +debhelper (2.1.23) unstable; urgency=low + + * dh_makeshlibs: Also scan files named "*.so*", not just "*.so.*", + but only if they are files. This should make it more usable with + rather stupidly broken libraries like db3, which do not encode the + major version in their filenames. However, it cannot guess the major + version of such libraries, so -m must be used. + + -- Joey Hess Sat, 11 Nov 2000 17:24:58 -0800 + +debhelper (2.1.22) unstable; urgency=low + + * Fixed dh_perl to work with perl 5.6, Closes: #76508 + + -- Joey Hess Tue, 7 Nov 2000 15:56:54 -0800 + +debhelper (2.1.21) unstable; urgency=low + + * dh_movefiles: no longer does the symlink ordering hack, as + this is supported by dpkg itself now. Added a dependancy on + dpkg-dev >= 1.7.0 to make sure this doesn't break anything. + * While I'm updating for dpkg 1.7.0, I removed the -ldirectory hack + from dh_shlibdeps; dpkg-shlibdeps has its own much more brutal hack to + make this work. The switch is ignored now for backwards compatability. + * dh_suidregister will be deprecated soon -- dpkg-statoverride is a + much better way. + + -- Joey Hess Mon, 6 Nov 2000 15:14:49 -0800 + +debhelper (2.1.20) unstable; urgency=low + + * dh_suidregister: do not unregister on purge, since it will have already + been unregistered then, and a warning will result. + + -- Joey Hess Sun, 5 Nov 2000 17:02:50 -0800 + +debhelper (2.1.19) unstable; urgency=low + + * dh_builddeb: Ok, it is cosmetic, but it annoyed me. + + -- Joey Hess Sun, 5 Nov 2000 16:20:46 -0800 + +debhelper (2.1.18) unstable; urgency=low + + * dh_builddeb: added a --filename option to specify the output filename. + This is intended to be used when building .udebs for the debian + installer. + + -- Joey Hess Sat, 28 Oct 2000 11:41:20 -0700 + +debhelper (2.1.17) unstable; urgency=low + + * dh_movefiles.1: well I thought it was quite obvious why it always used + debian/tmp, but it's a faq. Added some explanation. By the way, since + there now exists a documented way to use dh_movefiles that does not + have problems with empty directories that get left behind and so on, I + think this Closes: #17111, #51985 + + -- Joey Hess Fri, 27 Oct 2000 23:07:42 -0700 + +debhelper (2.1.16) unstable; urgency=low + + * dh_movefiles: fixed a regexp quoting problem with --sourcedir. + Closes: #75434 + * Whoops, I think I overwrote bod's NMU with 2.2.15. Let's merge those + in: + . + debhelper (2.1.14-0.1) unstable; urgency=low + . + * Non-maintainer upload (thanks Joey). + * dh_installchangelogs, dh_installdocs: allow dangling symlinks for + $TMP/usr/share/doc/$PACKAGE (useful for multi-binary packages). + Closes: #53381 + . + -- Brendan O'Dea Fri, 20 Oct 2000 18:11:59 +1100 + . + I also added some documentation to debhelper.1 about this, and removed + the TODO entry about it. + + -- Joey Hess Mon, 23 Oct 2000 15:14:49 -0700 + +debhelper (2.1.15) unstable; urgency=low + + * dh_installwm: patched a path in some backwards compatability code. + Closes: #75283 + + -- Joey Hess Mon, 23 Oct 2000 10:13:44 -0700 + +debhelper (2.1.14) unstable; urgency=low + + * Rats, the previous change makes duplicate lines be created in the + shlibs file, and lintian conplains. Added some hackery that should + prevent that. Closes: #73052 + + -- Joey Hess Tue, 3 Oct 2000 12:32:22 -0700 + +debhelper (2.1.13) unstable; urgency=low + + * Typo, Closes: #72932 + * dh_makeshlibs: follow symlinks to files when looking for files that are + shared libraries. This allows it to catch files like + "liballeg-3.9.33.so" that are not in the *.so.* form it looks for, but + that doe have links to them that are in the right form. Closes: #72938 + + -- Joey Hess Sun, 1 Oct 2000 18:23:48 -0700 + +debhelper (2.1.12) unstable; urgency=low + + * Rebuild to remove cvs junk, Closes: #72610 + + -- Joey Hess Wed, 27 Sep 2000 12:39:06 -0700 + +debhelper (2.1.11) unstable; urgency=low + + * dh_installmanpages: don't install files that start with .#* -- these + are CVS files.. + + -- Joey Hess Thu, 21 Sep 2000 11:58:52 -0700 + +debhelper (2.1.10) unstable; urgency=low + + * Modified to allow no spaces between control file field name and value + (this appears to be logal). + + -- Joey Hess Tue, 19 Sep 2000 23:13:17 -0700 + +debhelper (2.1.9) unstable; urgency=low + + * dh_installmodules: corrected the code added to maintainer scripts so it + does not call depmod -a. update-modules (which it always called)_ + handles calling depmod if doing so is appropriate. Packages built with + proir versions probably have issues on systems with non-modular + kernels, and should be rebuilt. Closes: #71841 + + -- Joey Hess Sun, 17 Sep 2000 14:40:45 -0700 + +debhelper (2.1.8) unstable; urgency=low + + * Fixed a stupid typo. Closes: #69750 + + -- Joey Hess Tue, 22 Aug 2000 15:14:48 -0700 + +debhelper (2.1.7) unstable; urgency=low + + * debian/package.filename.arch is now checked for first, before + debian/package.filename. Closes: #69453 + * Added a section to debhelper(1) about files in debian/ used by + debhelper, which documents this. Removed scattered references to + debian/filename from all over the man pages. + + -- Joey Hess Sun, 20 Aug 2000 18:06:52 -0700 + +debhelper (2.1.6) unstable; urgency=low + + * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing. + + -- Joey Hess Sun, 20 Aug 2000 16:28:31 -0700 + +debhelper (2.1.5) unstable; urgency=low + + * dh_installxfonts: corrected a problem during package removal that was + silently neglecting to remove the fonts.dir/alias files. + + -- Joey Hess Thu, 17 Aug 2000 00:44:25 -0700 + +debhelper (2.1.4) unstable; urgency=low + + * Whoops, I forgot to add v3 to cvs, so it was missing from a few + versions. + + -- Joey Hess Fri, 4 Aug 2000 14:27:46 -0700 + +debhelper (2.1.3) unstable; urgency=low + + * dh_shlibdeps: if it sets LD_LIBRARY_PATH, it now prints out a line + showing it is doing that when in verbose mode. + * examples/rules.multi: don't use DH_OPTIONS hack. It's too confusing. + rules.multi2 still uses it, but it has comments explaining the caveats + of the hack. + + -- Joey Hess Fri, 21 Jul 2000 13:53:02 -0700 + +debhelper (2.1.2) unstable; urgency=low + + * Minor man page updates as Overfiend struggles with debhelperizing X + 4.0. + + -- Joey Hess Fri, 21 Jul 2000 00:25:32 -0700 + +debhelper (2.1.1) unstable; urgency=low + + * Never refer to root, always uid/gid "0". Closes: #67508 + + -- Joey Hess Thu, 20 Jul 2000 16:56:24 -0700 + +debhelper (2.1.0) unstable; urgency=low + + * I started work on debhelper v2 over a year ago, with a long list of + changes I hoped to get in that broke backwards compatability. That + development stalled after only the most important change was made, + although I did get out over 100 releases in the debhelper 2.0.x tree. + In the meantime, lots of packages have switched to using v2, despite my + warnings that doing so leaves packages open to being broken without + notice until v2 is complete. + * Therefore, I am calling v2 complete, as it is. Future non-compatabile + changes will happen in v3, which will be started soon. This means that + by using debhelper v2, one major thing changes: debhelper uses + debian/ as the temporary directory for *all* packages; + debian/tmp is no longer used to build binary packages out of. This is + very useful for multi-binary packages, and I reccommend everyone + switch to v2. + * Updated example rules files to use v2 by default. + * Updated all documentation to assume that v2 is being used. + * Added a few notes for people still using v1. + * Moved all of the README into debhelper(1). + + -- Joey Hess Tue, 18 Jul 2000 15:48:41 -0700 + +debhelper (2.0.104) unstable; urgency=low + + * Put dh_installogrotate in the examples, Closes: #66986 + + -- Joey Hess Mon, 10 Jul 2000 16:16:37 -0700 + +debhelper (2.0.103) unstable; urgency=low + + * Added dh_installlogrotate. Yuck, 3 l's, but I want to folow my + standard.. + + -- Joey Hess Sun, 9 Jul 2000 00:51:03 -0700 + +debhelper (2.0.102) unstable; urgency=low + + * Documented the full list of extra files dh_clean deletes, since people + are for some reason adverse to using -v to find it. Closes: #66883 + + -- Joey Hess Fri, 7 Jul 2000 12:40:43 -0700 + +debhelper (2.0.101) unstable; urgency=low + + * Killed the fixlinks stuff, since there are no longer any symlinks in + the source package. + + -- Joey Hess Wed, 5 Jul 2000 19:14:10 -0700 + +debhelper (2.0.100) unstable; urgency=low + + * Modified all postinst script fragments to only run when called with + "configure". I looked at the other possibilities, and I don't think any + of the supported stuff should be called if the postist is called for + error unwinds. Closes: #66673 + * Implemented dh_clean -X, to allow specification of files to not delete, + Closes: #66670 + + -- Joey Hess Wed, 5 Jul 2000 17:02:40 -0700 + +debhelper (2.0.99) unstable; urgency=low + + * dh_installmodules will now install modiles even if etc/modutils already + exists (wasn't because of a logic error). Closes: #66289 + * dh_movefiles now uses debian/movelist, rather than just movelist. This + is to fix an unlikely edge case involving a symlinked debian directory. + Closes: #66278 + + -- Joey Hess Mon, 26 Jun 2000 14:24:12 -0700 + +debhelper (2.0.98) unstable; urgency=low + + * dh_installdebconf: Automatically merge localized template + files. If you use this feature, you should build-depend on + debconf-utils to get debconf-mergetemplate. + + -- Joey Hess Fri, 19 May 2000 14:24:24 -0700 + +debhelper (2.0.97) unstable; urgency=low + + * dh_installinfo: changed test to see if an info file is the head file to + just skip files that end in -\d+. + + -- Joey Hess Thu, 11 May 2000 14:11:04 -0700 + +debhelper (2.0.96) unstable; urgency=low + + * dh_installmodules: still add depmod -a calls if run on a package that + has no debian/modules file, but does contain modules. + + -- Joey Hess Thu, 4 May 2000 15:32:42 -0700 + +debhelper (2.0.95) unstable; urgency=low + + * Fixes for perl 5.6. + * Spelling fixes. + + -- Joey Hess Mon, 1 May 2000 13:35:11 -0700 + +debhelper (2.0.94) unstable; urgency=low + + * examples/rules.multi2: binary-indep and binary-arch targets need to + depend on the build and install targets. + + -- Joey Hess Mon, 17 Apr 2000 15:09:26 -0700 + +debhelper (2.0.93) unstable; urgency=low + + * Patch from Pedro Guerreiro to make install-docs only be called on + configure and remove/upgrade. Closes: #62513 + + -- Joey Hess Sun, 16 Apr 2000 19:05:52 -0700 + +debhelper (2.0.92) unstable; urgency=low + + * Detect changelog parse failures and use a better error message. + Closes: #62058 + + -- Joey Hess Sat, 8 Apr 2000 20:02:16 -0700 + +debhelper (2.0.91) unstable; urgency=low + + * Fixed a silly typo in dh_installmanpages, Closes: #60727 + + -- Joey Hess Sat, 18 Mar 2000 23:23:01 -0800 + +debhelper (2.0.90) unstable; urgency=low + + * Fixed dh_testversion; broken in last release. + + -- Joey Hess Sat, 4 Mar 2000 13:16:58 -0800 + +debhelper (2.0.89) unstable; urgency=low + + * Patch from Jorgen `forcer' Schaefer (much + modified)to make dh_installwm use new window manager registration method, + update-alternatives. Closes: #52156, #34684 (latter bug is obsolete) + * Fixed $dh{flavor} to be upper-case. + * Deprecated dh_installemavcsen --number; use --priority instead. Also, + the option parser requires the parameter be a number now. And, + dh_installwm now accepts --priority, and window manager packages should + start using it. + * dh_installwm now behaves like a proper debhelper command, and reads + debian/.wm too. This is a small behavior change; filenames + specified on the command line no longer apply to all packages it acts + on. I can't belive this program existed for 2 years with such a glaring + problem; I guess most people don't need ot register 5 wm's in 3 + sub-packages. Anyway, it can handle such things now. :-) + * Moved Dh_*.pm to /usr/lib/perl5/Debian/Debhelper. *big* change. + + -- Joey Hess Thu, 2 Mar 2000 11:39:56 -0800 + +debhelper (2.0.88) unstable; urgency=low + + * Copyright update: files in the examples directory are public domain. + + -- Joey Hess Mon, 7 Feb 2000 23:16:39 -0800 + debhelper (2.0.87) unstable; urgency=low * Documented that lynx is used to convert html changelogs. Closes: #54055 @@ -1322,7 +1752,7 @@ debhelper (1.2.0) unstable; urgency=low perl.. Since 1.1 has actually stabalized, I've upped this to 1.2. * dh_md5sums: rewritten in perl, for large speed gain under some circumstances (old version called perl sometimes, once per package.) - * dh_installmenu, dh_installwmacsen, dh_installwm: perlized. + * dh_installmenu, dh_installemacsen, dh_installwm: perlized. * Dh_Lib.pm: made autoscript() really work. -- Joey Hess Mon, 9 Nov 1998 13:04:16 -0800