summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-04 15:41:14 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-04 15:41:14 -0500
commitad83d2b881df3acd02925da328359b47c7b0f874 (patch)
tree859f68296f4d96adb1d4c61e6483120ccd242686 /debian/changelog
parent73a6f7412a85594660bcd0e8c83efdec794468fa (diff)
* dh_shlibdeps: Update documentation for -L and -l. dpkg-shlibdeps is now
much smarter, and these options are almost never needed. Closes: #459226 * dh_shlibdeps: If a relative path is specified in -l, don't prepend the pwd to it, instead just prepend a slash to make it absolute. dpkg-shlibdeps has changed how it used LD_LIBRARY_PATH, so making it point into the package build directory won't work.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f623c73..6fd992dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
debhelper (5.0.64) UNRELEASED; urgency=low
* dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114
+ * dh_shlibdeps: Update documentation for -L and -l. dpkg-shlibdeps is now
+ much smarter, and these options are almost never needed. Closes: #459226
+ * dh_shlibdeps: If a relative path is specified in -l, don't prepend the pwd
+ to it, instead just prepend a slash to make it absolute. dpkg-shlibdeps
+ has changed how it used LD_LIBRARY_PATH, so making it point into the
+ package build directory won't work.
-- Joey Hess <joeyh@debian.org> Fri, 28 Dec 2007 15:45:39 -0500