Source: javahelp2
Version: 2.0.05.ds1-3
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 71 (brace expansion):
> rm -rf $(DEB_SRCDIR)/javahelp_nbproject/{build,dist,lib}
> possible bashism in rules line 72 (brace expansion):
> rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/{build,dist}
> possible bashism in rules line 73 (brace expansion):
> rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/{build,dist}
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
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please
use
[email protected] for discussions and questions.