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
pgpW7C3vGV0gN.pgp
Description: PGP signature