tags 310974 + pending patch thanks > When > daradei:/# ls -l /bin/sh > lrwxrwxrwx 1 root root 4 May 27 13:01 /bin/sh -> dash
> debian/rules binary stops at command with brace expansion. I don't know > if lack of brace expansion in dash is bug, but if it is not, then there > is a bug in debian/rules, am I right? It's a bug in debian/rules, you can just set SHELL=/bin/bash to force make to use bash as its shell, see attached patch for the needed change. The bug is now fixed, it will be included in the next vim upload. Cheers and many thanks for the bug report! -- Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy [EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/ If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. -!-
Index: debian/rules =================================================================== --- debian/rules (revision 302) +++ debian/rules (working copy) @@ -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)
signature.asc
Description: Digital signature