r303 - trunk/vim/debian

Stefano Zacchiroli zack at costa.debian.org
Fri Sep 2 23:14:31 UTC 2005


Author: zack
Date: 2005-09-02 23:14:30 +0000 (Fri, 02 Sep 2005)
New Revision: 303

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/rules
Log:
set SHELL=/bin/bash in debian/rules since we use bashisms in it


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-09-01 16:58:26 UTC (rev 302)
+++ trunk/vim/debian/changelog	2005-09-02 23:14:30 UTC (rev 303)
@@ -1,10 +1,14 @@
-vim (1:6.3-086+2) unstable; urgency=low
+vim (1:6.3-086+2) UNRELEASED; urgency=low
 
   * Norbert Tretkowski <nobse at debian.org>:
     + Updated Standards-Version to 3.6.2 (no changes needed).
 
- -- Norbert Tretkowski <nobse at debian.org>  Thu,  1 Sep 2005 18:56:48 +0200
+  * Stefano Zacchiroli <zack at debian.org>:
+    + debian/rules: set SHELL=/bin/bash since we use bashisms.
+      (closes: #310974)
 
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Sat, 03 Sep 2005 01:11:09 +0200
+
 vim (1:6.3-086+1) unstable; urgency=low
 
   * New upstream patch (086), see README.gz for details.

Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-09-01 16:58:26 UTC (rev 302)
+++ trunk/vim/debian/rules	2005-09-02 23:14:30 UTC (rev 303)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f 
 
 export DH_OPTIONS=
+export SHELL=/bin/bash
 
 DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 




More information about the pkg-vim-maintainers mailing list