aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
authordancer <dancer>2002-01-17 18:41:48 +0000
committerdancer <dancer>2002-01-17 18:41:48 +0000
commit0c5c2cd72415656f92a1e1663aded64cf9b3c229 (patch)
tree79d7d5b42e8579a38408979888ad1fccc5543285 /pbuilder-checkparams
parent8dc73f5255da975798941f2659b019d37e992e26 (diff)
downloadpbuilder-0c5c2cd72415656f92a1e1663aded64cf9b3c229.tar
pbuilder-0c5c2cd72415656f92a1e1663aded64cf9b3c229.tar.gz
added Daniel Kobras patch, to implement dpkg-buildpacakge options.
Testing this should be a good idea.
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 6bcc7ac..b1cc6f1 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -69,6 +69,10 @@ while [ -n "$1" ]; do
DEBEMAIL="$2";
shift; shift;
;;
+ --debbuildopts)
+ DEBBUILDOPTS="$2";
+ shift; shift;
+ ;;
--buildsourceroot*)
BUILDSOURCEROOTCMD="$2";
shift; shift;