Your message dated Mon, 23 Nov 2009 22:49:37 +0000
with message-id <[email protected]>
and subject line Bug#534692: fixed in powder 112-1
has caused the Debian Bug report #534692,
regarding powder: Calling a bash-script with sh fails if sh is not bash
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.)
--
534692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: powder
Version: 111-1
Severity: normal
Tags: patch
Hello,
building powder in Ubuntu karmic failed as debian/rules tries to execute
a bash-script with sh which is dash on Ubuntu.
Here is the part from the build log:
,----
| sh -ex ./buildall.sh
| + [ -z -g -O2 ]
| + PREFIX_DOC=/usr/share/doc/powder
| + PREFIX_BIN=/opt/bin
| + function usage {
| ./buildall.sh: 1: function: not found
| make: *** [build-stamp] Error 127
`----
The easy fix is to use bash to execute this script. From a quick look at
the script it looks easy to make it a sh-script alternatively.
Regards,
Michael
diff -u powder-111/debian/rules powder-111/debian/rules
--- powder-111/debian/rules
+++ powder-111/debian/rules
@@ -6,7 +6,7 @@
build-stamp:
dh_testdir
- sh -ex ./buildall.sh
+ bash -ex ./buildall.sh
touch $@
clean:
--- End Message ---
--- Begin Message ---
Source: powder
Source-Version: 112-1
We believe that the bug you reported is fixed in the latest version of
powder, which is due to be installed in the Debian FTP archive:
powder_112-1.diff.gz
to non-free/p/powder/powder_112-1.diff.gz
powder_112-1.dsc
to non-free/p/powder/powder_112-1.dsc
powder_112-1_i386.deb
to non-free/p/powder/powder_112-1_i386.deb
powder_112.orig.tar.gz
to non-free/p/powder/powder_112.orig.tar.gz
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.
Gürkan Sengün <[email protected]> (supplier of updated powder 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, 02 Nov 2009 13:07:52 +0100
Source: powder
Binary: powder
Architecture: source i386
Version: 112-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[email protected]>
Changed-By: Gürkan Sengün <[email protected]>
Description:
powder - Graphical dungeon crawling game
Closes: 534692
Changes:
powder (112-1) unstable; urgency=low
.
* New upstream version.
* Add Debian Games Team to Uploaders.
* Bump standards version.
* Call a bash script with bash not sh. (Closes: #534692)
Checksums-Sha1:
79a662aee08f859e9e3424f650026697e6fc5c21 1070 powder_112-1.dsc
d3d23d7ca25712317125bfc717d1482adf221160 1449064 powder_112.orig.tar.gz
e80b950d5e6f65606bb46b38cac52261576c8190 3927 powder_112-1.diff.gz
834c509a683565272bd1ea2b7bf121dee70b0046 841020 powder_112-1_i386.deb
Checksums-Sha256:
d6a169b1d1edd0353e5999eed05c04de9c8d46138d576158bdc9c16e313c9335 1070
powder_112-1.dsc
6e2ae4a2976697bb9f35d43fd71c3268c38878b894d6d4b73dbbda0fd39f087d 1449064
powder_112.orig.tar.gz
42f17959fc375e20f67bdecd05df1dc47b8eeab8b186c93508ed0c7356869d23 3927
powder_112-1.diff.gz
91d5b3b0aebcbe752691d3c42e7afc8bf877834c281f58bad442e1b185e29ad0 841020
powder_112-1_i386.deb
Files:
6cec4781f4c9d9cb3f1fde98c81a310d 1070 non-free/games optional powder_112-1.dsc
0b1126bce4714e90c1d5cb6ea7bf1215 1449064 non-free/games optional
powder_112.orig.tar.gz
f96cfb366e896a5d9c698399373b4199 3927 non-free/games optional
powder_112-1.diff.gz
5fcfad0638cfd83771f0d05375587afa 841020 non-free/games optional
powder_112-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAksLCYYACgkQ5ItltUs5T37syACg16OZ/FqhfndcAnQrmm0uucE7
5KcAoL/96PiwxFmIRJrf3u/F4WlUs51/
=4E6J
-----END PGP SIGNATURE-----
--- End Message ---