Package: modxslt
Severity: normal
Tags: patch
debian/rules includes two non-POSIX bashisms;
use of {} wildcards
and "echo -e"
without declaring the use of bash. This is trivially fixed by
the patch below.
--- debian/rules 2005-09-02 18:01:23.000000000 +0100
+++ debian/rules.new 2005-09-02 18:01:17.000000000 +0100
@@ -5,6 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export SHELL=bash
# These are used for cross-compiling and for saving the configure
# script
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]