]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r537: * In dh_install, don't limit to -type f when doing the find due to -X.
[debhelper.git] / debian / changelog
index b26894cccbad38c4645b8154cd02da87d55d3524..ae50371a1934ab78bccc39a6521c1dc30da53b38 100644 (file)
@@ -1,3 +1,32 @@
+debhelper (4.0.17) unstable; urgency=low
+
+  * In dh_install, don't limit to -type f when doing the find due to -X.
+    This makes it properly install syml8inks, cf my rpm bug.
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  5 Jul 2002 22:58:03 -0400
+
+debhelper (4.0.16) unstable; urgency=low
+
+  * Patch from doogie to make dh_movefiles support -X. Closes: #150978
+  * Pound home in dh_installman's man page that yet, it really does do the
+    right thing. Closes: #150644
+
+ -- Joey Hess <joeyh@debian.org>  Thu,  4 Jul 2002 22:28:53 -0400
+
+debhelper (4.0.15) unstable; urgency=low
+
+  * Stupid, evil typo.
+  * Fixed the tests clint didn't show me.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 20 Jun 2002 20:57:06 -0400
+
+debhelper (4.0.14) unstable; urgency=low
+
+  * In script fragments, use more posix tests, no -a or -o, no parens.
+    Closes: #150403
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 20 Jun 2002 20:39:55 -0400
+
 debhelper (4.0.13) unstable; urgency=low
 
   * Added --mainpackage= option, of use in some kernel modules packages.