From 893e94307ff001da9fc13b28c94ed27d17f48b60 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Oct 2016 19:29:22 +0100 Subject: import dsc: Actually permit --force-import-dsc-with-dgit-field Signed-off-by: Ian Jackson --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dgit b/dgit index 4814334..88df4ef 100755 --- a/dgit +++ b/dgit @@ -78,7 +78,8 @@ our %forceopts = map { $_=>0 } qw(unrepresentable unsupported-source-format dsc-changes-mismatch changes-origs-exactly import-gitapply-absurd - import-gitapply-no-absurd); + import-gitapply-no-absurd + import-dsc-with-dgit-field); our %format_ok = map { $_=>1 } ("1.0","3.0 (native)","3.0 (quilt)"); -- cgit v1.2.3