summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-30 13:04:11 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-30 13:04:11 -0400
commit220fc31652cf112b333c195cde759fe5f04d182f (patch)
treeece7075eb177a57aa3d9a0313048f3359da21691 /debian
parent9a867d7d344bc3c59a3326123f7323655c311d6c (diff)
parent9089acf8dcc683db171f1f5be12c9424cf89aa6f (diff)
Merge branch 'master' into buildsystems
Conflicts: debian/changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a28a4839..082b0d13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,17 @@ debhelper (7.3.0) UNRELEASED; urgency=low
-- Joey Hess <joeyh@debian.org> Mon, 20 Apr 2009 16:26:08 -0400
+debhelper (7.2.19) unstable; 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 fallback 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:56:52 -0400
+
debhelper (7.2.18) unstable; urgency=low
* dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps
@@ -50,7 +61,7 @@ debhelper (7.2.17) unstable; urgency=low
the new system also requires they have START-INFO-DIR-ENTRY and
END-INFO-DIR-ENTRY for proper registration. I assume there will be
some mass bug filing for any packages that do not have that.
- Closes: #528864, #357434
+ Closes: #534639, #357434
-- Joey Hess <joeyh@debian.org> Fri, 26 Jun 2009 09:02:51 -0400