From 9243a9602f7aa38b68248b8217630c497d3c15a3 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 23 Sep 2007 19:22:46 +0000 Subject: [PATCH] sort out Closes: in changelog; changelog entry for DEB_BUILD_OPTIONS=nostrip --- debian/changelog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee95fe5..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,9 +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. Closes #393556. + * 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 + -- -- 2.30.2