X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=1b84f02f9304f169f04518f319fe52c6f41a12c5;hb=4e943112129121f04813e945eedded4c889ca65b;hp=873cfa6e001491e9e7999a670dcc02edda6fa1c4;hpb=8dd0b78a876be37d3be52d7dc2e7eecd957064bb;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 873cfa6..1b84f02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,272 @@ +debhelper (1.1.16) unstable; urgency=low + + * dh_fixperms: remove execute bits from static libraries as well as + shared libraries. (#26414) + + -- Joey Hess Fri, 4 Sep 1998 14:46:37 -0700 + +debhelper (1.1.15) unstable; urgency=medium + + * dh_installmanpages: the new perl version had a nasty habit of + installing .so.x library files as man pages. Fixed. + * dh_installmanpages: the code to exclude searching for man pages in + debian/tmp directories was broken. Fixed. + + -- Joey Hess Mon, 31 Aug 1998 00:05:17 -0700 + +debhelper (1.1.14) unstable; urgency=low + + * Debhelper now has a web page at http://kitenet.net/programs/debhelper/ + + * Added code to debian/rules to update the web page when I release new + debhelpers. + * dh_compress: since version 0.88 or so, dh_compress has bombed out if + a debian/compress file returned an error code. This was actually + unintentional - in fact, the debian/compress example in the man page + will fail this way if usr/info or usr/X11R6 is not present. Corrected + the program to not fail. (#26214) + + -- Joey Hess Sun, 30 Aug 1998 22:15:44 -0700 + +debhelper (1.1.13) unstable; urgency=low + + * dh_installmanpages: rewritten in perl. Allows me to fix bug #26221 (long + symlink problem after .so conversion), and is about twice as fast. + + -- Joey Hess Sat, 29 Aug 1998 22:06:06 -0700 + +debhelper (1.1.12) unstable; urgency=low + + * dh_installdocs: forgot to pass package name to isnative(). Any native + debian package that had a debian/TODO would have it installed with the + wrong name, and debhelper would warn of undefined values for some + packages. Fixed. + + -- Joey Hess Thu, 27 Aug 1998 12:35:42 -0700 + +debhelper (1.1.11) unstable; urgency=low + + * dh_installchangelogs: added -k flag, that will make it install a symlink + to the original name of the upstream changelog. + + -- Joey Hess Thu, 20 Aug 1998 15:40:40 -0700 + +debhelper (1.1.10) unstable; urgency=low + + * It's come to my attention that a few packages use filename globbing in + debian/{docs,examples,whatever} files and expect that to work. It used + to work before the perl conversion, but it was never _documented_, or + intented to work. If you use this in your packages, they are broken and + need fixing (and will refuse to build with current versions of debhelper). + I apologize for the inconvenience. + + * dh_clean: fixed a bug, intorduced in version 1.1.8, where it didn't + remove debian/files properly. + * dh_shlibdeps, dh_testdir, dh_testroot, dh_testversion: converted to perl. + * Encode the version of debhelper in a sepererate file, so dh_testversion + doesn't have to be generated when a new version of debhelper is built. + * Removed bogus menu file. + + -- Joey Hess Mon, 17 Aug 1998 14:15:17 -0700 + +debhelper (1.1.9) unstable; urgency=low + + * dh_fixperms: has been removing the +x bits of all doc/*/examples/* files + since version 0.97 or so. Fixed. + + -- Joey Hess Sun, 16 Aug 1998 17:11:48 -0700 + +debhelper (1.1.8) unstable; urgency=low + + * Dh_Lib.pm: made U_PARAMS an array of parameters. + * Dh_Lib.pm: fixed bug in the escaping code, numbers don't need to be + escaped. Also, no longer escape "-". + * dh_clean, dh_gencontrol, dh_installcron: converted to perl. + * dh_gencontrol.1, dh_gencontrol: the man page had said that + --update-rcd-params was equivilant to -u for this program. You should + really use --dpkg-gencontrol-params. + + -- Joey Hess Fri, 14 Aug 1998 14:07:35 -0700 + +debhelper (1.1.7) unstable; urgency=low + + * examples/rules.multi: moved dh_movefiles into the install section. + * doc/README: Added a note explaining why above change was necessary. + * Dh_Lib.pm: escape_shell(): now escapes the full range of special + characters recognized by bash (and ksh). Thanks to Branden Robinson + for looking that up. + + -- Joey Hess Tue, 11 Aug 1998 23:32:05 -0700 + +debhelper (1.1.6) unstable; urgency=low + + * dh_movefiles: don't die on symlinks (#25642). (Hope I got the fix right + this time..) + + -- Joey Hess Tue, 11 Aug 1998 20:11:13 -0700 + +debhelper (1.1.5) unstable; urgency=low + + * dh_builddeb, dh_installchangelogs: converted to perl. + * dh_installdirs: converted to perl, getting rid of nasty chdir en-route. + * dh_installdirs: now you can use absolute directory names too if you + prefer. + * doc/PROGRAMMING: updated to cover new perl modules. + * Dh_Lib.pm: doit(): when printing out commands that have run, escape + metacharacters in the output. I probably don't escape out all the + characters I should, but this is just a convenience to the user anyway. + * dh_installdebfiles: it's been broken forever, I fixed it. Obviously + nobody uses it anymore, which is good, since it's deprected :-) + + -- Joey Hess Tue, 11 Aug 1998 15:23:34 -0700 + +debhelper (1.1.4) unstable; urgency=low + + * dh_movefiles: fixed bug introduced in 1.1.1 where it would fail in some + cases if you tried to move a broken symlink. + * dh_installdocs: was only operating on the first package. + * dh_installexamples: rewritten in perl. + * Dh_Lib.pm: all multiple package operations were broken. + * Dh_Lib.pm: implemented complex_doit() and autoscript(). + * Made all perl code work with use strict and -w (well, except + dh_getopt.pl, but that's a hack that'll go away one day). + * I didn't realize, but rewriting dh_installdocs in perl fixed bug #24686 + (blank lines in debian/docs file problem), although this same problem + applies to other debhelper programs... like dh_installexamples, which had + the same bug fixed when I rewrote it in perl just now. + * Dh_Lib.pm: accidentially didn't check DH_VERBOSE if commands were not + passed any switches. + * Dh_Getopt.pm: --noscripts was broken. + + -- Joey Hess Tue, 11 Aug 1998 12:44:04 -0700 + +debhelper (1.1.3) unstable; urgency=low + + * dh_md5sums: -x was broken since version 1.1.1 - fixed. + * dh_lib: removed get_arch_indep_packages() function that hasn't been used + at all for a long while. + * Added Dh_Lib.pm, a translation of dh_lib into perl. + * dh_getopt.pl: moved most of it into new Dh_Getopt.pm module, rewriting + large chunks in the process. + * dh_installdocs: completly rewritten in perl. Now it's faster and it can + install many oddly named files it died on before. + * dh_installdocs: fixed a bug that installed TODO files mode 655 in native + debian packages. + + -- Joey Hess Mon, 10 Aug 1998 15:01:15 -0700 + +debhelper (1.1.2) unstable; urgency=low + + * dh_strip: added -X to specify files to not strip (#25590). + * Added dh_installemacsen, for automatic registration with emacsen-common + (#21401). + * Preliminary thoughts in TODO about converting entire debhelper programs + to perl programs. + + -- Joey Hess Mon, 10 Aug 1998 13:35:17 -0700 + +debhelper (1.1.1) unstable; urgency=low + + * dh_movefiles: try to move all files specified, and only then bomb out if + some of the file could not be found. Makes it easier for some packages + that don't always have the same files in them. + * dh_compress: any parameters passed to it on the command line specify + additional files to be compressed in the first package acted on. + * dh_compress: recognize standard -A parameter. + + -- Joey Hess Sat, 8 Aug 1998 22:48:01 -0700 + +debhelper (1.1.0) unstable; urgency=low + + * New unstable branch of debhelper. + + * TODO: list all current bugs, in order I plan to tackle them. + * Added debhelper.1 man page, which groups all the debhelper options that + are common to all commands in once place so I can add new options w/o + updating 27 man pages. + * dh_*.1: updated all debheper man pages to refer to debhelper(1) where + appropriate. Also corrected a host of little errors. + * doc/README: moved a lot of this file into debhelper.1. + * dh_*: -N option now excludes a package from the list of packages the + programs act on. (#25247) + + -- Joey Hess Sat, 8 Aug 1998 17:49:56 -0700 + +debhelper (1.0) stable unstable; urgency=low + + * 1.0 at last! + + * This relelase is not really intended for stable. I throw a copy into + stable-updates because I want it to be available as an upgrade for + people using debian 2.0 (the current version in debian 2.0 has no + critical bugs, but this version is of course a lot nicer), and I plan + to start work on a new branch of debhelper that will fix many wishlist + bug reports, and of course introduce many new bugs, and which will go + into unstable only. + + -- Joey Hess Sat, 8 Aug 1998 17:33:20 -0700 + +debhelper (0.99.4) unstable; urgency=low + + * dh_debstd: only warn about scripts that actually lack #DEBHELPER#. + (#25514) + + -- Joey Hess Fri, 7 Aug 1998 12:06:28 -0700 + +debhelper (0.99.3) unstable; urgency=low + + * dh_movefiles: Fixed a over-eager sanity check introduced in the last + version. + + -- Joey Hess Mon, 3 Aug 1998 18:31:45 -0700 + +debhelper (0.99.2) unstable; urgency=low + + * dh_movefiles: allow passing of files to move on the command line. Only + rarely does this make sense. (#25197) + + -- Joey Hess Thu, 30 Jul 1998 10:38:34 -0700 + +debhelper (0.99.1) unstable; urgency=low + + * dh_installcron: now supports /etc/cron.d (#25112). + + -- Joey Hess Mon, 27 Jul 1998 20:18:47 -0700 + +debhelper (0.99) unstable; urgency=low + + * !!!! WARNING: Debhelper (specifically dh_compress) is broken with + !!!! libtricks. Use fakeroot instead until this is fixed. + * dh_compress: applied patch from Herbert Xu + to make it not fail if there are no candidates for compression (#24654). + * Removed a whole debhelper-0.96 tree that had crept into the source + package by accident. + * Is version 1.0 next? + + -- Joey Hess Thu, 16 Jul 1998 10:03:21 -0700 + +debhelper (0.98) unstable; urgency=low + + * dh_lib: isnative: pass -l to dpkg-parsechangelog, to support + odd packages with multiple different debian changelogs. + * doc/PROGRAMMING: cleaned up the docs on DH_EXCLUDE_FIND. + + -- Joey Hess Mon, 6 Jul 1998 12:45:13 -0700 + +debhelper (0.97) unstable; urgency=low + + * doc/from-debstd: fixed a typo. + * examples/*: install-stamp no longer depends on phony build targey; now + install-stamp depends on build-stamp instead (#24234). + * dh_fixperms: applied patch from Herbert Xu + to fix bad uses of the find command, so it should now work on packages + with files with spaces in them (#22005). It's also much cleaner. Thanks, + Herbert! + * dh_getopt.pl, doc/PROGRAMMING: added DH_EXCLUDE_FIND, to make the above + fix work. + + -- Joey Hess Sun, 5 Jul 1998 18:09:25 -0700 + debhelper (0.96) unstable; urgency=low * dh_movefiles: fixed serious breakage introduced in the last version.