chiark / gitweb /
sort out Closes: in changelog; changelog entry for DEB_BUILD_OPTIONS=nostrip
authorian <ian>
Sun, 23 Sep 2007 19:22:46 +0000 (19:22 +0000)
committerian <ian>
Sun, 23 Sep 2007 19:22:46 +0000 (19:22 +0000)
debian/changelog

index ee95fe5a83d358f21efc51159cafcef8bf9d9b75..fb033610bfc13e729a6385b17763b9b01338dff9 100644 (file)
@@ -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 <signal.h> 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
+    
 
  --