Your message dated Thu, 14 Sep 2006 06:17:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of modxslt 2004112100-3.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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)


--- End Message ---
--- Begin Message ---
Source: modxslt
Source-Version: 2004112100-3.1

> modxslt (2004112100-3.1) unstable; urgency=medium
>
>   * Non-maintainer upload.
>   * Remove unnecessary build dependency on libdb4.2-dev.
>     Closes: #354693.
>   * debian/rules: Set SHELL to bash for brace expansion and `echo -e'.
>     Closes: #326241.
>
>  -- Matej Vela <[EMAIL PROTECTED]>  Thu, 16 Mar 2006 16:13:28 +0100

The NMU was subsequently acknowledged in 2004112100-4.

Thanks,

Matej

--- End Message ---

Reply via email to