chiark / gitweb /
* Set SHELL=/bin/bash in debian/rules. Closes #374586.
authorian <ian>
Sun, 23 Sep 2007 18:59:28 +0000 (18:59 +0000)
committerian <ian>
Sun, 23 Sep 2007 18:59:28 +0000 (18:59 +0000)
debian/changelog
debian/rules

index 5dc5c13218e9cc6fc37d546555afb51b25abc5e2..2eae5c34d20e44540f08fe589c8babac36e5f054 100644 (file)
@@ -11,6 +11,7 @@ authbind (1.1.6) 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.
 
  --
 
index 6afca930584fe310f604539bc8657bac259f0d15..f967ad31287b5a12cd947dfcb82ed5a44c163111 100755 (executable)
@@ -21,6 +21,7 @@
 # $Id$
 
 CC= gcc
+SHELL=/bin/bash
 
 package=authbind
 major=1