forked from josch/mmdebstrap
add --resolve-deps no-op option for sbuild-createchroot compatibility
This commit is contained in:
parent
3f29fa461a
commit
4a2bf62931
1 changed files with 3 additions and 0 deletions
|
@ -1442,6 +1442,9 @@ sub main() {
|
||||||
'dpkgopt=s@' => \$options->{dpkgopts},
|
'dpkgopt=s@' => \$options->{dpkgopts},
|
||||||
'aptopt=s@' => \$options->{aptopts},
|
'aptopt=s@' => \$options->{aptopts},
|
||||||
'verbose' => \$options->{verbose},
|
'verbose' => \$options->{verbose},
|
||||||
|
# no-op option so that mmdebstrap can be used with
|
||||||
|
# sbuild-createchroot --debootstrap=mmdebstrap
|
||||||
|
'resolve-deps' => sub {},
|
||||||
) or pod2usage(-exitval => 2, -verbose => 1);
|
) or pod2usage(-exitval => 2, -verbose => 1);
|
||||||
|
|
||||||
my @valid_variants = ('extract', 'custom', 'essential', 'apt', 'required',
|
my @valid_variants = ('extract', 'custom', 'essential', 'apt', 'required',
|
||||||
|
|
Loading…
Reference in a new issue