forked from josch/mmdebstrap
release 1.3.8
This commit is contained in:
parent
c7559e305e
commit
6cc9d1b99b
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
1.3.8 (2023-08-20)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- hooks/merged-usr: implement post-merging as debootstrap does
|
||||||
|
- exclude ./lost+found from tarball
|
||||||
|
|
||||||
1.3.7 (2023-06-21)
|
1.3.7 (2023-06-21)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.3.7';
|
our $VERSION = '1.3.8';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue