X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fchangelog;h=fb033610bfc13e729a6385b17763b9b01338dff9;hb=9243a9602f7aa38b68248b8217630c497d3c15a3;hp=8c56bd451f664f566ddad13728d57a301e9df0b8;hpb=47f754b8b745c7bcbdcb0e2f96ff1b0fd368fcda;p=authbind.git diff --git a/debian/changelog b/debian/changelog index 8c56bd4..fb03361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ authbind (1.2.0) unstable; urgency=low - * Block signals during our child's execution. Closes #186439. + * Block signals during our child's execution. Closes: #186439. * manpage: fix subtle error in description of interaction between - set-id and LD_PRELOAD. Closes #36890. + set-id and LD_PRELOAD. Closes: #36890. * Say in manpage that we may not work properly with multithreaded programs. See also Bug#186439. * Make sure we don't try to encode errno's >127 in a status code. @@ -10,10 +10,13 @@ authbind (1.2.0) unstable; urgency=low locations: LIBS, libexec_dir, HELPER, BINTARGETS. * make clean removes *.core too. * #include in libauthbind.c. - * Set SHELL=/bin/bash in debian/rules. Closes #374586. + * Set SHELL=/bin/bash in debian/rules. Closes: #374586. * Revert Amaya's accidental change to CC= line in debian/rules. - * Debian-native again. (NMUers: please feel free to upload - with version numbers of the form 1.2.0.x.) + * Debian-native again. Closes: #393556. + * Do not strip if DEB_BUILD_OPTIONS=nostrip (Closes: #436489): + - in Makefile, do not set INSTALL_* or STRIP if already set + - in rules, export STRIP=: if nostrip + --