release 0.7.5

debextract 0.7.5
parent 276363c2a1
commit 976cc9c1c4
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,12 @@
0.7.5 (2021-02-06)
------------------
- skip emulation check for extract variant
- add new suite name trixie
- unset TMPDIR in hooks because there is no value that works inside as well as
outside the chroot
- expose hook name to hooks via MMDEBSTRAP_HOOK environment variable
0.7.4 (2021-01-16) 0.7.4 (2021-01-16)
------------------ ------------------

@ -23,7 +23,7 @@
use strict; use strict;
use warnings; use warnings;
our $VERSION = '0.7.4'; our $VERSION = '0.7.5';
use English; use English;
use Getopt::Long; use Getopt::Long;

Loading…
Cancel
Save