summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4df4ad37..43bfefc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+debhelper (6.0.1) UNRELEASED; 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
+
+ -- Joey Hess <joeyh@debian.org> Fri, 11 Jan 2008 13:38:10 -0500
+
debhelper (6.0.0) unstable; urgency=low
* dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114