]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r303: * Added build dependancies to this package. That was easy; it just uses
[debhelper.git] / debian / changelog
index 2dd8d7fdf53e8b0c74fa8a9ad9bc75024cc87fb5..3e728dd2272889667b2ea8a2ed25b70746c9417a 100644 (file)
@@ -1,3 +1,121 @@
+debhelper (2.0.70) unstable; urgency=low
+
+  * Added build dependancies to this package. That was easy; it just uses
+    perl5 for regression testing, the rest of its build-deps are things
+    in base.
+  * dh_version.1: Added note that this program is quickly becoming obsolete.
+  * doc/README, doc/from-debstd: Added reminders that if you use debhelper,
+    you need to add debhelper to your Build-Depends line.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  4 Nov 1999 21:24:37 -0800
+
+debhelper (2.0.69) unstable; urgency=low
+
+  * dh_shlibdeps: added -l option, which lets you specify a path that
+    LD_LIBRARY_PATH is then set to when dpkg-shlibdeps is run. This
+    should make it easier for library packages that also build binary
+    packages to be built with correct dependancies. Closes: #36751
+  * In honor of Burn all GIFs Day (hi Don!), I added alternative
+    image formats .png, .jpg (and .jpeg) to the list of extentions dh_compress
+    does not compress. Closes: #41733
+  * Also, made all extentions dh_compress skips be looked at case
+    insensitively.
+  * dh_movefiles: force owner and group of installed files to be root.
+    Closes: #46039
+  * Closes: #42650, #47175 -- they've been fixed forever.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  4 Nov 1999 15:05:59 -0800
+
+debhelper (2.0.68) unstable; urgency=low
+
+  * dh_installxfonts: Patch from Anthony Wong to fix directory searching.
+    Closes: #48931
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  1 Nov 1999 14:46:04 -0800
+
+debhelper (2.0.67) unstable; urgency=low
+
+  * dh_installdebconf: Modified to use new confmodule debconf library.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 29 Oct 1999 15:24:47 -0700
+
+debhelper (2.0.66) unstable; urgency=low
+
+  * Fixed some problems with dh_installxfonts font dirs.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 28 Oct 1999 00:46:43 -0700
+
+debhelper (2.0.65) unstable; urgency=low
+
+  * dh_builddeb: -u can be passed to this command now, followed by
+    any extra parameters you want to pass to dpkg-deb (Closes: #48394)
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 26 Oct 1999 10:14:57 -0700
+
+debhelper (2.0.64) unstable; urgency=low
+
+  * Corrected a path name in dh_installxfonts. Closes: #48315
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 25 Oct 1999 14:24:03 -0700
+
+debhelper (2.0.63) unstable; urgency=low
+
+  * Removed install-stamp cruft in all example rules files. Closes: #47175
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 12 Oct 1999 14:23:09 -0700
+
+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 Brando^Hen'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