* 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>
-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" ;;