aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
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 07534ba..15f26cc 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -217,6 +217,10 @@ while [ -n "$1" ]; do
ALLOWUNTRUSTED=yes;
shift;
;;
+ --debdelta)
+ DEBDELTA=yes;
+ shift;
+ ;;
--keyring)
APTKEYRINGS[${#APTKEYRINGS[@]}]="$2";
shift; shift;