]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r583: * dh_movefiles: Do not pass --remove-files to tar, since that makes
[debhelper.git] / debian / changelog
index d2d1145310558340dd64341a42d0077b44be2b92..e7c9bb6b066e8d2a6673db1c89b388e1d2a6033c 100644 (file)
@@ -1,3 +1,17 @@
+debhelper (4.1.41) unstable; urgency=low
+
+  * dh_movefiles: Do not pass --remove-files to tar, since that makes
+    it break hard links (see #188663).
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 12 Apr 2003 17:11:28 -0400
+
+debhelper (4.1.40) unstable; urgency=low
+
+  * Fix build with 077 umask. Closes: #187757
+  * Allow colons between multiple items in DH_ALWAYS_EXCLUDE.
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  6 Apr 2003 14:30:48 -0400
+
 debhelper (4.1.39) unstable; urgency=low
 
   * Add calls to dh_installcatalogs to example rules files. Closes: #186819