X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=38d1068de0c672c559eb81701ae69db822d359ce;hb=3b3753e15a4961078aab74f1a74aacfa0de97dee;hp=6fd992dc6b905b45e27d21d6d31d365a0f33728a;hpb=ad83d2b881df3acd02925da328359b47c7b0f874;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 6fd992d..38d1068 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,33 @@ -debhelper (5.0.64) UNRELEASED; urgency=low +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 Fri, 18 Jan 2008 12:29:15 -0500 + +debhelper (6.0.2) unstable; urgency=low + + * Revert slightly broken refactoring of some exclude code. + Closes: #460340, #460351 + + -- Joey Hess Sat, 12 Jan 2008 12:31:15 -0500 + +debhelper (6.0.1) unstable; urgency=low + + * dh_installdocs/examples: Don't unnecessarily use the exclude code path. + * dh_install{,docs,examples}: Avoid infinite recursion when told to + install a directory ending with "/." (slashdot effect?) when exclusion is + enabled. Emulate the behavior of cp in this case. Closes: #253234 + * dh_install: Fix #459426 here too. + + -- Joey Hess Fri, 11 Jan 2008 14:15:56 -0500 + +debhelper (6.0.0) unstable; 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 @@ -7,8 +36,16 @@ debhelper (5.0.64) UNRELEASED; urgency=low 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 Fri, 28 Dec 2007 15:45:39 -0500 + * dh_shlibdeps: Change "-L pkg" to cause "-Sdebian/pkg" to be passed to + dpkg-shlibdeps. The old behavior of passing -L to dpkg-shlibdeps didn't + affect where it looked for symbols files. Closes: #459224 + * Depend on dpkg-dev 1.14.15, the first to support dpkg-shlibdeps -S. + * dh_installdocs, dh_installexamples: Support files with spaces in exclude + mode. Closes: #459426 + * debhelper v6 mode is finalised and is the new recommended compatibility + level. + + -- Joey Hess Tue, 08 Jan 2008 17:12:36 -0500 debhelper (5.0.63) unstable; urgency=low