Your message dated Tue, 29 Aug 2006 03:47:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#365372: fixed in devscripts 2.9.21 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: devscripts Version: 2.9.19 Severity: normal Tags: patch Hi, I don't see any reason, why dpkg-genbuilddeps needs bash as shell. #v+ --- /tmp/dpkg-genbuilddeps.orig 2006-04-29 16:34:21.597433000 +0200 +++ /tmp/dpkg-genbuilddeps 2006-04-29 16:32:14.541433000 +0200 @@ -1,4 +1,4 @@ -#! /bin/bash -e +#! /bin/sh -e PROGNAME=`basename $0` @@ -23,9 +23,7 @@ esac fi -if [ -d debian -a -x debian/rules ]; then - : -else +if ! [ -d debian -a -x debian/rules ]; then echo "dpkg-genbuilddeps must be run in the source package directory" >&2 exit 1 fi #v- Bye, Jörg. -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15.4 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages devscripts depends on: ii debianutils 2.15.7 Miscellaneous utilities specific t ii dpkg-dev 1.13.18 package building tools for Debian ii libc6 2.3.6-7 GNU C Library: Shared libraries ii perl 5.8.8-4 Larry Wall's Practical Extraction ii sed 4.1.4-7 The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.5.8 Gives a fake root environment -- no debconf information
pgpOR4WO10hpT.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.9.21 We believe that the bug you reported is fixed in the latest version of devscripts, which is due to be installed in the Debian FTP archive: devscripts_2.9.21.dsc to pool/main/d/devscripts/devscripts_2.9.21.dsc devscripts_2.9.21.tar.gz to pool/main/d/devscripts/devscripts_2.9.21.tar.gz devscripts_2.9.21_i386.deb to pool/main/d/devscripts/devscripts_2.9.21_i386.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. Julian Gilbey <[EMAIL PROTECTED]> (supplier of updated devscripts 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.7 Date: Tue, 29 Aug 2006 11:35:00 +0100 Source: devscripts Binary: devscripts Architecture: source i386 Version: 2.9.21 Distribution: unstable Urgency: low Maintainer: Julian Gilbey <[EMAIL PROTECTED]> Changed-By: Julian Gilbey <[EMAIL PROTECTED]> Description: devscripts - Scripts to make the life of a Debian Package maintainer easier Closes: 365372 369050 369851 370208 370388 370463 372546 373664 373809 374773 377195 377518 378406 380041 383613 384676 384835 Changes: devscripts (2.9.21) unstable; urgency=low . * bts: reportspam/spamreport can now take multiple bug numbers * bts: add support for forcemerge (Closes: #369050, #380041) * bts: always include "# Automatically generated email" message (thanks to Justin Pryzby for spotting this) * bts: chdir back to original directory after downloading files (Closes: #372546) * bts: don't automatically use a -t option unless we are using /usr/sbin/sendmail or /usr/sbin/exim* (Closes: #373664) * bts: allow mailreader setting to contain spaces (Closes: #370208) * checkbashisms: check for $((cnt+1)), echo -n/-e, exec -c/-l/-a, let and $RANDOM (Closes: #369851, #377195, #378406, #383613) * dd-list: treat lists.alioth.debian.org like lists.debian.org (Closes: #373809) * debchange: clarified name of changelog file in more error/warning messages (see bug#368961) * debchange: can specify a NEWS file to edit (still defaults to debian/NEWS) (Closes: #384676) * debdiff: fixed --move(-regex) options (broken by #203781 and #230702 fix in 2.9.17) (Closes: #370388) * dpkg-genbuilddeps: clean up if statement (Closes: #365372) * nmudiff: stop using dpkg-parsechangelog to avoid barfing over broken changelogs (Closes: #374773) * rc-alert: now pick up all installed packages (Closes: #370463) * uscan: fix handling of recursive http URLs (Closes: #377518) * who-depends: convert output into locale charset (Closes: #384835) Files: ac4175c3a44853be8d8aece9a578122b 691 devel optional devscripts_2.9.21.dsc f51feaa9decf5a9ddd9d0ffe0967d4d8 363157 devel optional devscripts_2.9.21.tar.gz a597f7dfc000e95c6d7ef805f84d31ea 338702 devel optional devscripts_2.9.21_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE9BkgDU59w/205FkRAok8AKC6bUGRwYPDr7EApadZv98sv6hfVwCg13j1 II35b6LT1wnw/k56V3/SAV0= =JS54 -----END PGP SIGNATURE-----
--- End Message ---

