X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=261dba6049afaa36d80cb86bd229ccd134b41155;hb=refs%2Ftags%2F8.9.10;hp=68987b7e673c7c98793cf631e312f9d3ff6ea028;hpb=959a75532fd0cb6eb47b13c3328a4d2d0feddce1;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 68987b7..261dba6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +debhelper (8.9.10) unstable; urgency=low + + * dh_strip: In v9, pass --compress-debug-sections to objcopy. + Needs a new enough binutils and gdb; debhelper backport + may need to disable this. + Thanks, Aurelien Jarno and Bastien ROUCARIES. Closes: #631985 + * dh: Ensure -a and -i are passed when running override_dh_command-arch + and override_dh_command-indep targets. This is needed when the binary + target is run, rather than binary-arch/binary-indep. Closes: #648901 + + -- Joey Hess Wed, 16 Nov 2011 11:54:59 -0400 + +debhelper (8.9.9) unstable; urgency=low + + * dh_auto_build: Use target architecture (not host architecture) + for build directory name. Closes: #644553 Thanks, Tom Hughes + * dh: Add dh_auto_configure parameter example. Closes: #645335 + + -- Joey Hess Fri, 04 Nov 2011 17:01:58 -0400 + +debhelper (8.9.8) unstable; urgency=low + + * dh_fixperms: Operate on .ali files throughout /usr/lib, including + multiarch dirs. Closes: #641279 + * dh: Avoid compat deprecation warning before option parsing. + Closes: #641361 + * Clarify description of dh_auto_* -- params. Closes: #642786 + * Mention in debhelper(7) that buildsystem options are typically passed + to dh. Closes: #643069 + * perl_makemaker: In v9, pass CFLAGS to Makefile.PL and Build.Pl + Closes: #643702, #497653 Thanks, Steve Langasek, gregor herrmann. + + -- Joey Hess Thu, 29 Sep 2011 15:41:16 -0400 + debhelper (8.9.7) unstable; urgency=low * dh: Now you can use override_dh_command-arch and override_dh_command-indep