summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-18 12:30:06 -0400
committerJoey Hess <joey@kitenet.net>2010-05-18 12:30:06 -0400
commit9dd0ae97130e8a6c1f3c2c49fe24d53fae454e5e (patch)
treedf85947b24e83aac0aac367201e66b125d0dbb74 /debian
parent814bf395f73c5ad0f709b65765fac365c8f7520a (diff)
dh_installman: Avoid converting .so links to symlinks if the link target is not present in the same binary package, on advice of Colin Watson. (To support eventual so search paths.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 594ef7c8..fa04d078 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
debhelper (7.4.21) UNRELEASED; urgency=low
* dh_installman: Support .so links relative to the current section.
+ * dh_installman: Avoid converting .so links to symlinks if the link
+ target is not present in the same binary package, on advice of
+ Colin Watson. (To support eventual so search paths.)
-- Joey Hess <joeyh@debian.org> Mon, 17 May 2010 20:01:19 -0400