]> err.no Git - dpkg/commitdiff
fix dpkg-buildpackage -nc option
authorWichert Akkerman <wakkerma@debian.org>
Tue, 14 Dec 1999 19:27:49 +0000 (19:27 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Tue, 14 Dec 1999 19:27:49 +0000 (19:27 +0000)
ChangeLog
scripts/dpkg-buildpackage.sh

index 1e0fa50881b5705738abe5c2aa00b88caa857976..8a0ce9171ea5b1b8fc09ee1a74f998a0cee4742b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ Tue Dec 14 20:08:58 CET 1999 Wichert Akkerman <wakkerma@debian.org>
   * automake/sysconf.m4: really add the file this time
   * po/sv.po: new version with minor corrections
   * main/depcon.c: minor corrections to depisok()
+  * scripts/dpkg-buildpackage.sh: fix -nc option
 
 Mon Dec 13 15:18:03 CET 1999 Wichert Akkerman <wakkerma@debian.org>
 
index d7bb2cc62c88ef95f15d5369a3399ebec755b048..21992e425d9fa84e94fa8a1b3dec3e7e13af72f2 100755 (executable)
@@ -75,7 +75,7 @@ do
         -i*)    diffignore=$1;;
        -tc)    cleansource=true ;;
        -t*)    targetgnusystem="$value" ;;          # Order DOES matter!
-       -nc)    noclean=true; binaryonly=-b ;;
+       -nc)    noclean=true; if [ -z "$binaryonly" ]; then binaryonly=-b; fi ;;
        -b)     binaryonly=-b ;;
        -B)     binaryonly=-B; binarytarget=binary-arch ;;
        -v*)    since="$value" ;;