]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r294: * Fixed problem with dh_installemacsen options not working, patch from
[debhelper.git] / debian / changelog
index d3931fab138de4b259f2e3d177750481f50cdf3a..b412a9526a2fec7cb48177be869bbfef3b5d66f2 100644 (file)
@@ -1,6 +1,261 @@
+debhelper (2.0.62) unstable; urgency=low
+
+  * Fixed problem with dh_installemacsen options not working, patch from
+    Rafael Laboissiere <rafael@icp.inpg.fr>, Closes: #47738
+  * Added new dh_installxfonts script by Changwoo Ryu
+    <cwryu@dor17988.kaist.ac.kr>. Closes: #46684
+    I made some changes, though:
+    - I rewrote lots of this script to be more my style of perl.
+    - I removed all the verbisity from the postinst script fragment, since
+      that is a clear violation of policy.
+    - I made the postinst fail if the mkfontdir, etc commands fail, because
+      this really makes more sense. Consider idempotency.
+    - I moved the test to see if the font dir is really a directory into the
+      dh_ script and out of the snippet. If the maintainer plays tricks on
+      us, mkfontdir will blow up satisfactorally anyway.
+    - So, the snippet is 9 lines long now, down from 20-some.
+    - I realize this isn't following the reccommendations made in Brandon's
+      font policy. I'll fight it out with him. :-)
+    - In postrm fragment, used rmdir -p to remove as many parent directories
+      as I can.
+    - s:/usr/lib/X11/:/usr/X11R6/lib/X11/:g
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 24 Oct 1999 15:30:53 -0700
+
+debhelper (2.0.61) unstable; urgency=low
+
+  * Clarified rules.multi2 comment. Closes: #46828
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat,  9 Oct 1999 18:21:02 -0700
+
+debhelper (2.0.60) unstable; urgency=low
+
+  * dh_compress: After compressing an executable, changes the file mode to
+    644. Executable .gz files are silly. Closes: #46383
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed,  6 Oct 1999 13:05:14 -0700
+
+debhelper (2.0.59) unstable; urgency=low
+
+  * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
+    leaves it alone, assumming that the maintainer knows what they're doing
+    and is probably linking to the doc dir of another package. 
+    (Closes: #46183)
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  4 Oct 1999 16:27:28 -0700
+
+debhelper (2.0.58) unstable; urgency=low
+
+  * Dh_Lib.pm: fixed bug in xargs() that made boundry words be skipped.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  3 Oct 1999 18:55:29 -0700
+
+debhelper (2.0.57) unstable; urgency=low
+
+  * Added note to man pages of commands that use autoscript to note they are
+    not idempotent.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri,  1 Oct 1999 13:18:20 -0700
+
+debhelper (2.0.56) unstable; urgency=low
+
+  * Fiddlesticks. The neat make trick I was using in rules.multi2 failed if
+    you try to build binary-indep and binary-arch targets in the same make
+    run. Make tries to be too smart. Modified the file so it will work,
+    though it's now uglier. Closes: 46287
+  * examples/*: It's important that one -not- use a install-stamp target.
+    Install should run every time binary-* calls it. Otherwise if a binary-*
+    target is called twice by hand, you get duplicate entries in the
+    maintainer script fragment files. Closes: #46313
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 30 Sep 1999 12:01:40 -0700
+
+debhelper (2.0.55) unstable; urgency=low
+
+  * Fixed quoting problem in examples/rules.multi (Closes: #46254)
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 29 Sep 1999 12:06:59 -0700
+
+debhelper (2.0.54) unstable; urgency=low
+
+  * Enhanced debconf support -- the database is now cleaned up on package
+    purge.
+  * Broke all debconf support off into a dh_installdebconf script. This
+    seems conceptually a little cleaner.
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 28 Sep 1999 16:12:53 -0700
+
+debhelper (2.0.53) unstable; urgency=low
+
+  * Minor changes to rules.multi2.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 27 Sep 1999 13:57:17 -0700
+
+debhelper (2.0.52) unstable; urgency=low
+
+  * dh_movefiles: if the wildcards in the filelist expand to nothing,
+    don't do anything, rather than crashing.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 23 Sep 1999 15:18:00 -0700
+
+debhelper (2.0.51) unstable; urgency=low
+
+  * dh_installdocs: create the compatability symlink before calling
+    install-docs. I'm told this is better in some cases. (Closes: #45608)
+  * examples/rules.multi2: clarified what you have to comment/uncomment.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 20 Sep 1999 12:43:09 -0700
+
+debhelper (2.0.50) unstable; urgency=medium
+
+  * Oops. Fixed dh_shlibdeps so it actually generates dependancies, broke in
+    last version.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 18 Sep 1999 19:00:10 -0700
+
+debhelper (2.0.49) unstable; urgency=low
+
+  * dh_shlibdeps: detect statically linked binaries and don't pass them to
+    dpkg-shlibdeps.
+  * dh_installdeb: debconf support.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 17 Sep 1999 00:28:59 -0700
+
+debhelper (2.0.48) unstable; urgency=low
+
+  * 4 whole days without a debhelper upload! Can't let that happen. Let's see..
+  * dh_installperl.1: explain what you have to put in your control file
+    for the dependancies to be generated.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 16 Sep 1999 21:15:05 -0700
+
+debhelper (2.0.47) unstable; urgency=low
+
+  * dh_undocumented: installs links for X11 man pages to the undocumented.7
+    page in /usr/share/man. (Closes: #44909)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 12 Sep 1999 13:12:34 -0700
+
+debhelper (2.0.46) unstable; urgency=low
+
+  * dh_installemacsen: the script fragments it generates now test for the
+    existance of emacs-package-install/remove before calling them. Though
+    a strict reading of the emacsen policy indicates that such a test
+    shouldn't be needed, there may be edge cases (cf bug 44924), where it
+    is.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 12 Sep 1999 12:54:37 -0700
+
+debhelper (2.0.45) unstable; urgency=low
+
+  * dh_installdocs.1: clarified how the doc-id is determined. Closes: #44864
+  * dh_makeshlibs: will now overwrite existing debian/tmp/DEBIAN/shlibs
+    files, instead of erroring out. (Closes: #44828)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 11 Sep 1999 13:15:33 -0700
+
+debhelper (2.0.44) unstable; urgency=low
+
+  * dh_compress: fixed #ARGV bug (again) Closes: #44853
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 11 Sep 1999 13:04:15 -0700
+
+debhelper (2.0.43) unstable; urgency=low
+
+  * Corrected example rules files, which had some messed up targets.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  9 Sep 1999 11:22:09 -0700
+
+debhelper (2.0.42) unstable; urgency=low
+
+  * dh_installinfo: failed pretty miserably if the info file's section
+    contained '/' characters. Doesn't now.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  6 Sep 1999 16:33:13 -0700
+
+debhelper (2.0.41) unstable; urgency=low
+
+  * dh_installinfo: use FHS info dir. I wonder how I missed that..
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  6 Sep 1999 13:22:08 -0700
+
+debhelper (2.0.40) unstable; urgency=low
+
+  * FHS complience. Patch from Johnie Ingram <johnie@netgod.net>.
+    For the most part, this was a straight-forward substitution,
+    dh_installmanpages needed a non-obvious change though.
+  * Closes: #42489, #42587, #41732.
+  * dh_installdocs: Adds code to postinst and prerm as specified in
+    http://www.debian.org/Lists-Archives/debian-ctte-9908/msg00038.html,
+    to make /usr/doc/<package> a compatability symlink to
+    /usr/share/doc/<package>. Note that currently if something exists in
+    /usr/doc/<package> when the postinst is run, it will silently not make
+    the symlink. I'm considering more intellingent handing of this case.
+  * Note that if you build a package with this version of debhelper, it will
+    use /usr/share/man, /usr/share/doc, and /usr/share/info. You may need to
+    modify other files in your package that reference the old locations.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  5 Sep 1999 21:06:11 -0700
+
+debhelper (2.0.30) unstable; urgency=low
+
+  * It turns out it's possible to set up make variables that are specific to
+    a single target of a Makefile. This works tremendously well with
+    DH_OPTIONS: no need to put "-i" or "-pfoo" after every debhelper command
+    anymore.
+  * debhelper.1: mentioned above technique.
+  * examples/rules.multi: use the above method to get rid of -i's and -a's.
+  * examples/rules.multi2: new file, example of a multi-binary package that
+    works for arch-indep and arch-dependant packages, and also allows
+    building of single binary packages independntly, via binary-<package>
+    targets. It accomplishes all this using only one list of debhelper
+    commands.
+  * examples/*: removed source and diff targets. They've been obsolete for 2
+    years -- or is it 3? No need for a nice error message on failure anymore.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri,  3 Sep 1999 11:28:24 -0700
+
+debhelper (2.0.29) unstable; urgency=low
+
+  * dh_shlibdeps: Fixed quoting problem that made it fail on weird file names.
+    Patch from Devin Carraway <debianbug-debhelper@devin.com>, Closes: #44016
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  2 Sep 1999 13:40:37 -0700
+
+debhelper (2.0.28) unstable; urgency=low
+
+  * Oops, dh_installpam was omitted from the package. Added back. 
+    Closes: #43652
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 27 Aug 1999 19:16:38 -0700
+
+debhelper (2.0.27) unstable; urgency=low
+
+  * No user visible changes. Modified the package to interface better with
+    my new local build system, which auto-updates the home page when a new
+    debhelper is built.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 26 Aug 1999 23:20:40 -0700
+
+debhelper (2.0.25) unstable; urgency=low
+
+  * Corrected debian/fixlinks to make the correct debian/* symlinks needed
+    for building debhelper.
+  * Fixed rules file to create and populate examples and docs dirs. Oops.
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 25 Aug 1999 19:46:08 -0700
+
+debhelper (2.0.24) unstable; urgency=low
+
+  * dh_installdocs: Handle trailing whitespace after Document: name. 
+    Closes: #43148.
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 18 Aug 1999 10:23:17 -0700
+
 debhelper (2.0.23) unstable; urgency=low
 
   * Fixed makefile commit target.
+  * Misc changes to make CVS dirs not be copies into package.
 
  -- Joey Hess <joeyh@master.debian.org>  Mon, 16 Aug 1999 22:43:39 -0700