]> 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 720d6735a03320018f785c224a84dfbdc3367f80..3e728dd2272889667b2ea8a2ed25b70746c9417a 100644 (file)
@@ -1,3 +1,31 @@
+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.