summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-20 15:27:55 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-20 15:27:55 -0500
commit3b3753e15a4961078aab74f1a74aacfa0de97dee (patch)
treeaba4d788706481994722d39947a875ab83e917e9 /debian
parenta8ffa92f236e4a72287f6dc7487d0538e2e6656d (diff)
* dh_shlibdeps: Rather than skipping everything in /usr/lib/debug,
which can include debug libraries that dpkg-shlibdeps should look at, only skip the subdirectories of it that contain separate debugging symbols. (Hardcoding the names of those directories is not the best implementation, but it will do for now.) Closes: #461339
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 29419c3e..38d1068d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ debhelper (6.0.3) UNRELEASED; urgency=low
* dh_link: -X can be used to avoid it modifying symlinks to be compliant
with policy. Closes: #461392
+ * dh_shlibdeps: Rather than skipping everything in /usr/lib/debug,
+ which can include debug libraries that dpkg-shlibdeps should look at,
+ only skip the subdirectories of it that contain separate debugging
+ symbols. (Hardcoding the names of those directories is not the best
+ implementation, but it will do for now.) Closes: #461339
-- Joey Hess <joeyh@debian.org> Fri, 18 Jan 2008 12:29:15 -0500