add --merged-usr and --no-merged-usr no-op options for debootstrap compatibility

pull/1/head
parent 418b42746e
commit 25bec4d5e1
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1524,9 +1524,11 @@ sub main() {
'dpkgopt=s@' => \$options->{dpkgopts},
'aptopt=s@' => \$options->{aptopts},
'verbose' => \$options->{verbose},
# no-op option so that mmdebstrap can be used with
# no-op options so that mmdebstrap can be used with
# sbuild-createchroot --debootstrap=mmdebstrap
'resolve-deps' => sub {},
'merged-usr' => sub {},
'no-merged-usr' => sub {},
) or pod2usage(-exitval => 2, -verbose => 1);
my @valid_variants = ('extract', 'custom', 'essential', 'apt', 'required',

Loading…
Cancel
Save