Your message dated Mon, 05 May 2008 19:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476753: fixed in emdebian-tools 1.1.0
has caused the Debian Bug report #476753,
regarding emdebian-tools: bashism in /bin/sh script
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.)


-- 
476753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476753
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: emdebian-tools
Severity: important
Version: 1.0.0
User: [EMAIL PROTECTED]
Usertags: goal-dash

Hello maintainer,

While performing an archive wide checkbashisms (from the 'devscripts' package) 
check I've found your package containing a /bin/sh script making 
use of a bashism.

checkbashisms' output:
> possible bashism in ./usr/bin/em_autobuild line 23 ('function' is useless):
> function usagehelp () {
> possible bashism in ./usr/bin/em_autobuild line 142 (should be
> VAR="${VAR}foo"): CUSTOM+=" --machine $MACHINE"
> possible bashism in ./usr/bin/em_autobuild line 146 (should be
> VAR="${VAR}foo"): CUSTOM+=" --variant $VARIANT"

Not using bash (or a Debian Policy conformant shell interpreter which does 
provide such an extra feature) as /bin/sh is likely to lead to errors or 
unexpected behaviours.
Please be aware that although bash is currently the default /bin/sh there's a 
release goal for Lenny to make dash the default /bin/sh[1].

If you want more information about dash as /bin/sh, you can read:
http://lists.debian.org/debian-release/2008/01/msg00189.html

For more information please refer to the Debian Policy section 10.4 supporting 
this argument at:
http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts

Hints about how to fix bashisms:
Sometimes these bugs are already fixed in Ubuntu, look at the PTS.
If not already fixed you can read:
https://wiki.ubuntu.com/DashAsBinSh

[1]http://release.debian.org/lenny/goals.txt

Thank you,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



--- End Message ---
--- Begin Message ---
Source: emdebian-tools
Source-Version: 1.1.0

We believe that the bug you reported is fixed in the latest version of
emdebian-tools, which is due to be installed in the Debian FTP archive:

emdebian-archive-keyring_1.1.0_all.deb
  to pool/main/e/emdebian-tools/emdebian-archive-keyring_1.1.0_all.deb
emdebian-rootfs_1.1.0_all.deb
  to pool/main/e/emdebian-tools/emdebian-rootfs_1.1.0_all.deb
emdebian-tools_1.1.0.dsc
  to pool/main/e/emdebian-tools/emdebian-tools_1.1.0.dsc
emdebian-tools_1.1.0.tar.gz
  to pool/main/e/emdebian-tools/emdebian-tools_1.1.0.tar.gz
emdebian-tools_1.1.0_all.deb
  to pool/main/e/emdebian-tools/emdebian-tools_1.1.0_all.deb
libemdebian-tools-perl_1.1.0_all.deb
  to pool/main/e/emdebian-tools/libemdebian-tools-perl_1.1.0_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Williams <[EMAIL PROTECTED]> (supplier of updated emdebian-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 05 May 2008 17:27:25 +0100
Source: emdebian-tools
Binary: emdebian-tools emdebian-archive-keyring emdebian-rootfs 
libemdebian-tools-perl
Architecture: source all
Version: 1.1.0
Distribution: unstable
Urgency: low
Maintainer: Neil Williams <[EMAIL PROTECTED]>
Changed-By: Neil Williams <[EMAIL PROTECTED]>
Description: 
 emdebian-archive-keyring - GnuPG archive keys for the emdebian repository
 emdebian-rootfs - emdebian root filesystem support
 emdebian-tools - emdebian crossbuilding tool set
 libemdebian-tools-perl - emdebian support library
Closes: 476753
Changes: 
 emdebian-tools (1.1.0) unstable; urgency=low
 .
   * New Debian release
   * Add inhibit_log call to workaround bug in debhelper 7 and ignore
     debhelper.log files that may already have been generated
   * pbuilder/empdebuild: do an upgrade before dist-upgrade - fixes some
     upgrade problems
   * emdebuild, control: allow use with or without debhelper 7
   * emdebcheck: Prevent nested quantifiers in regex
   * emrecent: add pbuilder results support
   * checks/emdebian: detect translated manpages too.
   * emrecent: add a respawn mode and --exclude-error
   * emrecent: use Dpkg::Version to only show the latest .changes file
   * emdebuild: drop omitarchcheck handler - check now done in lintian
   * emrecent: reset embug flags on successful upload
   * Emdebian::Tools, migrate write_target_config into library from embug
   * emtargetcmp: use a table for older packages showing the difference
     between versions
 .
 emdebian-tools (1.0.2) unstable; urgency=low
 .
   * pbuilder/empdebuild: Add a --clean mode and ensure proc and dev/pts
     are mounted when in the chroot
   * pbuilder/empbuilderlib: Add support for cleaning out obsolete .deb
     files. Add permanent override to disable Install-Recommends
   * Emdebian::Tools; retrieve the version string dynamically from the
     actual changelog. Add Depends on libio-compress-zlib-perl, likely to
     already be installed as a dependency of other packages anyway
 .
 emdebian-tools (1.0.1) unstable; urgency=low
 .
   * Interim Emdebian release
   * emdebuild: drop noudebs from DEB_BUILD_OPTIONS
   * emdebcheck: use new Provides support in libcache-apt-perl 0.8.1 for
     more robust checks
   * Update pt_BR debconf translation
   * emprunecross: fix uninitialized variable
   * bash/emdebian-tools: Improve bash completion support and install the
     new support file by default
   * bash/emdebian-rootfs: Provide bash completion support for rootfs
     scripts too.
   * em_autobuild: declare bashism and fix interpreter to specify bash
    (Closes: #476753)
Checksums-Sha1: 
 291ba7f3e49f9780272035802e69481dae69e080 1126 emdebian-tools_1.1.0.dsc
 0f7aab315b9307fea6764532e866c4c403544130 194164 emdebian-tools_1.1.0.tar.gz
 427377ae6e3a6d51e87c9c986960d9078e5c5087 156616 emdebian-tools_1.1.0_all.deb
 e9dc55ad64ed1c53a4e93ded82a38882d131e4be 17734 
emdebian-archive-keyring_1.1.0_all.deb
 09c65328b399ac6181322bb81a1b75d05f477373 43572 emdebian-rootfs_1.1.0_all.deb
 4b9a5fe8aa026e91e113c112f359a4aed8564b37 28738 
libemdebian-tools-perl_1.1.0_all.deb
Checksums-Sha256: 
 1c60d3ca25075fc042b084eac133de077e555e846ba7fb4ff7f71a25c89d46d7 1126 
emdebian-tools_1.1.0.dsc
 b2a9c69aa1505d38adf76f1e5b4758cabb8d922c93bfa9a226fdc69d13905f26 194164 
emdebian-tools_1.1.0.tar.gz
 db412d3fc3b034ba8b469dc667b3c0aa2a2e3973627bf045ef33133c6ccefbbb 156616 
emdebian-tools_1.1.0_all.deb
 b9e5acccbcdcc601cdf88c719994bff95a9a93b3640082d097cdbe5c062f6e77 17734 
emdebian-archive-keyring_1.1.0_all.deb
 07ec311fc0077e2c743e82aafb9339707a67071c4318a6003a1900c9c431ec14 43572 
emdebian-rootfs_1.1.0_all.deb
 95ab40d050a2b81dff8da6da7321777c267e0305245ce496999856a1765986fc 28738 
libemdebian-tools-perl_1.1.0_all.deb
Files: 
 e5d0d453332c48eca2ce11992b428e62 1126 utils extra emdebian-tools_1.1.0.dsc
 25192acc214dad31afec1ef0cb369363 194164 utils extra emdebian-tools_1.1.0.tar.gz
 a2a97fa9bb2dfaf2316c8a9aed0be8c0 156616 utils extra 
emdebian-tools_1.1.0_all.deb
 bfd6d295355423c53a6b1a3b1a753b40 17734 utils extra 
emdebian-archive-keyring_1.1.0_all.deb
 73e84dca0ca24f9449f5ba72df198732 43572 utils extra 
emdebian-rootfs_1.1.0_all.deb
 b85c6b198bada2e8d5d950d616897a68 28738 perl extra 
libemdebian-tools-perl_1.1.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIH2DOiAEJSii8s+MRAozqAJ9YTnxdESGv/x1bjaXKbW/avi0NfwCbBaHq
7XkBSXkK1yJt3EqMC6ymBR4=
=5ilX
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to