summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-11 14:15:50 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-11 14:15:50 -0500
commite1975ed51b11061aeacd35886869ebbfc8d84683 (patch)
tree5644e47d5fd82666240e45824528d72bd9a1d07c /debian
parentfcc792210d4e089a41b1c14ccca9f0a8a7e0f2ec (diff)
* dh_install{,docs,examples}: Avoid infinite recursion when told to
install a directory ending with "/." (slashdot effect?) when exclusion is enabled. Emulate the behavior of cp in this case. Closes: #253234 * dh_install: Fix #459426 here too.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 43bfefc6..b84fe5d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-debhelper (6.0.1) UNRELEASED; urgency=low
+debhelper (6.0.1) unstable; urgency=low
* dh_installdocs/examples: Don't unnecessarily use the exclude code path.
- * Avoid infiinite recursion when told to install a directory ending with
- "/." (slashdot effect?). Indeed, arbitrarily complex paths can be used
- now, although there's really no point in using them. Closes: #253234
+ * dh_install{,docs,examples}: Avoid infinite recursion when told to
+ install a directory ending with "/." (slashdot effect?) when exclusion is
+ enabled. Emulate the behavior of cp in this case. Closes: #253234
+ * dh_install: Fix #459426 here too.
- -- Joey Hess <joeyh@debian.org> Fri, 11 Jan 2008 13:38:10 -0500
+ -- Joey Hess <joeyh@debian.org> Fri, 11 Jan 2008 13:48:13 -0500
debhelper (6.0.0) unstable; urgency=low