From 015fe5bc9e7f373013b16b18f09f109646af1787 Mon Sep 17 00:00:00 2001 From: Ritesh Raj Sarraf Date: Sat, 3 Oct 2015 16:09:43 +0530 Subject: Add debdelta support, enable optionally via pbuilderrc or the command line. Closes: #602711 Signed-off-by: Ritesh Raj Sarraf --- pbuilder-checkparams | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pbuilder-checkparams') 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; -- cgit v1.2.3