summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjoey <joey>2002-11-15 18:14:59 +0000
committerjoey <joey>2002-11-15 18:14:59 +0000
commit7bf320dd5c5f4995c4a03d3c14c8d70d5443480e (patch)
tree348d3072bcf28713c84041aba790e54db04d5b6b /debian/changelog
parentfb6b68f1a6c5165da08afa0185d0ce8f8c5156d1 (diff)
r563: * dh_install: Support autodest with non-debian/tmp sourcedirs.
Closes: #169138 * dh_install: Support implicit "." sourcedir and --list-missing. (Also supports ./foo file specs and --list-missing.) Closes: #168751 * dh_md5sums: Don't glob. Closes: #169135
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b1be5fdf..fa04e3a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+debhelper (4.1.22) unstable; urgency=low
+
+ * dh_install: Support autodest with non-debian/tmp sourcedirs.
+ Closes: #169138
+ * dh_install: Support implicit "." sourcedir and --list-missing.
+ (Also supports ./foo file specs and --list-missing.)
+ Closes: #168751
+ * dh_md5sums: Don't glob. Closes: #169135
+
+ -- Joey Hess <joeyh@debian.org> Fri, 15 Nov 2002 13:12:24 -0500
+
debhelper (4.1.21) unstable; urgency=low
* Make dh_install --list-missing honor -X excludes. Closes: #168739