Thanks to Julian Gilbey. Closes: #397479
+2007-01-10 Julian Gilbey <jdg@polya.uklinux.net>
+
+ * scripts/dpkg-buildpackage.sh: Allow '-b' to properly override a
+ previously passed '-B'.
+
2007-01-09 Guillem Jover <guillem@debian.org>
* configure.ac: Bump version to 1.14.0~.
[ Guillem Jover ]
* Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
one in the source. Thanks to Nicolas François. Closes: #379320
+ * Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
+ Thanks to Julian Gilbey. Closes: #397479
-- Guillem Jover <guillem@debian.org> Tue, 9 Jan 2007 22:48:47 +0200
-tc) cleansource=true ;;
-t*) targetgnusystem="$value" ;; # Order DOES matter!
-nc) noclean=true; if [ -z "$binaryonly" ]; then binaryonly=-b; fi ;;
- -b) binaryonly=-b; [ "$sourceonly" ] && \
+ -b) binaryonly=-b;
+ checkbuilddep_args='';
+ binarytarget=binary;
+ [ "$sourceonly" ] && \
{ echo >&2 "$progname: cannot combine $1 and -S" ; exit 2 ; } ;;
-B) binaryonly=-B; checkbuilddep_args=-B; binarytarget=binary-arch; [ "$sourceonly" ] && \
{ echo >&2 "$progname: cannot combine $1 and -S" ; exit 2 ; } ;;