Your message dated Thu, 30 Dec 2010 13:49:32 +0100
with message-id <[email protected]>
and subject line Re: Bug#581469: jwordsplitter: bashism in debian/rules
has caused the Debian Bug report #581469,
regarding jwordsplitter: bashism in debian/rules
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
581469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581469
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jwordsplitter
Version: 3.0-1
Severity: important
User: [email protected]
Usertags: goal-dash
Hello maintainer,
While performing an archive wide checkbashisms (from the 'devscripts'
package) check I've found your package's debian/rules making use of a
bashism.
checkbashisms' output:
> possible bashism in rules line 31 (export only takes -p as an option):
> export -r V_$(subst .,_,$(DEB_UPSTREAM_VERSION)) \
Not using bash (or a Debian Policy compliant shell interpreter that
doesn't provide such an extra feature) as /bin/sh is likely to lead to
errors or unexpected behaviours. Please be aware that dash is now the
default /bin/sh.
Hints about how to fix bashisms can be found at:
https://wiki.ubuntu.com/DashAsBinSh
If you still don't know how to fix the bashisms don't hesitate to reply
to this email, or tag the bug as 'help'.
Thank you,
Raphael Geissert
--- End Message ---
--- Begin Message ---
* Raphael Geissert <[email protected]>, 2010-05-12, 23:05:
checkbashisms' output:
possible bashism in rules line 31 (export only takes -p as an option):
export -r V_$(subst .,_,$(DEB_UPSTREAM_VERSION)) \
This is a false positive (bash's export doesn't have an "-r" option
either, BTW). In the context it looks like this:
get-orig-source:
cvs -z3
-d:pserver:[email protected]:/cvsroot/jwordsplitter \
export -r V_$(subst .,_,$(DEB_UPSTREAM_VERSION)) \
-d $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) jWordSplitter
&& \
rm -f $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)/src/*.ser && \
GZIP=--best tar czf
$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && \
rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
I take the liberty of closing this bug.
--
Jakub Wilk
--- End Message ---