summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-30 12:56:42 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-30 12:56:42 -0400
commite45749314e98a3304b1f845884ac50327c29cc10 (patch)
treef9751a933a3fabbdf08c5470995447a2f39403c0 /debian/changelog
parentf94b4b1aea929a8af7d093a118a570f8739b9574 (diff)
dh_install: Fix use of debian/tmp in v7 mode; a bug caused it to put files inside a debian/tmp directory in the package build directory, now that prefix is stripped. (See #534565)
(This also includes a fix to avoid doubled slashes in paths passed to commands.)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 85cdfe89..80872c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debhelper (7.2.19) UNRELEASED; urgency=low
* dh_install: Handle correctly the case where a glob expands to
a dangling symlink, installing the dangling link as requested.
Closes: #534565
+ * dh_install: Fix use of debian/tmp in v7 mode; a bug caused it to
+ put files inside a debian/tmp directory in the package build directory,
+ now that prefix is stripped. (See #534565)
-- Joey Hess <joeyh@debian.org> Tue, 30 Jun 2009 12:46:22 -0400