aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml-checkparams
diff options
context:
space:
mode:
authordancer <dancer>2005-06-04 03:13:28 +0000
committerdancer <dancer>2005-06-04 03:13:28 +0000
commit4e9f6235067ad2f9b7b0d0810dbd38d449328b0d (patch)
tree04fe599eba4206a0f5564e5c7ed09e3b45474a57 /pbuilder-uml-checkparams
parent4babd977aaa314d2417d4178788d3bf4c2acf247 (diff)
downloadpbuilder-4e9f6235067ad2f9b7b0d0810dbd38d449328b0d.tar
pbuilder-4e9f6235067ad2f9b7b0d0810dbd38d449328b0d.tar.gz
pdebuild now checks for unsupported options.
+ * debian/pbuilder-uml.files: move to uml. + * Makefile: install + * pdebuild-user-mode-linux: use pdebuild-uml-checkparams + + * pdebuild-uml-checkparams: add --debsign-k + + * pbuilder-uml-checkparams: pdebuild options remove. + + * pdebuild-uml-checkparams: --buildresult + + * pdebuild.1: add --logfile option to documentation. + + * pdebuild-checkparams: --logfile option implemented for pdebuild. + + * Makefile (install): install + + * pdebuild: use pdebuild-checkparams instead. + + * pbuilder-checkparams: split + * pdebuild-checkparams: new file. +
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r--pbuilder-uml-checkparams18
1 files changed, 0 insertions, 18 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index 56f7129..d94f63c 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -121,24 +121,6 @@ while [ -n "$1" ] ; do
exec 2>&1
PBUILDER_BUILD_LOGFILE=$(readlink -f "$2")
shift;shift;;
- ## pdebuild options
- --auto-debsign)
- AUTO_DEBSIGN="yes"
- shift;
- ;;
- --buildsourceroot*)
- BUILDSOURCEROOTCMD="$2";
- shift; shift;
- ;;
- --pbuilderroot*)
- PBUILDERROOTCMD="$2";
- shift; shift;
- ;;
- --use-pdebuild-internal)
- USE_PDEBUILD_INTERNAL=yes;
- shift;
- ;;
- ## end pdebuild options
--)
shift;
break;