aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-user-mode-linux
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 /pdebuild-user-mode-linux
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 'pdebuild-user-mode-linux')
-rw-r--r--pdebuild-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux
index b08f8b1..77e4af8 100644
--- a/pdebuild-user-mode-linux
+++ b/pdebuild-user-mode-linux
@@ -28,7 +28,7 @@ fi;
export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
. /usr/lib/pbuilder/pbuilder-loadconfig
-. /usr/lib/pbuilder/pbuilder-uml-checkparams
+. /usr/lib/pbuilder/pdebuild-uml-checkparams
PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p')
PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p')