Package: mmdebstrap / 0.4.1-3

Metadata

Package Version Patches format
mmdebstrap 0.4.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 cleanup auxfiles after running apt get update or oth.patch | (download)

coverage.sh | 2 0 + 2 - 0 !
mmdebstrap | 12 6 + 6 - 0 !
2 files changed, 6 insertions(+), 8 deletions(-)

 [patch 1/6] cleanup auxfiles *after* running apt-get update or
 otherwise it will be re-created


0002 chdir before apt get update to accomodate for apt 1..patch | (download)

mmdebstrap | 16 12 + 4 - 0 !
1 file changed, 12 insertions(+), 4 deletions(-)

 [patch 2/6] chdir() before 'apt-get update' to accomodate for apt <<
 1.5 (Debian bug #860738)


0003 add Dir State Status to apt config for apt 1.3.patch | (download)

mmdebstrap | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch 3/6] add dir::state::status to apt config for apt << 1.3


0004 chmod 0755 on qemu user static binary.patch | (download)

mmdebstrap | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch 4/6] chmod 0755 on qemu-user-static binary


0005 chdir to parent of root before remove_tree to preven.patch | (download)

mmdebstrap | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch 5/6] chdir to parent of root before remove_tree to prevent
 'cannot stat initial working directory' of File::Path


0006 Only error out on W and Err lines on apt get update.patch | (download)

mmdebstrap | 24 15 + 9 - 0 !
1 file changed, 15 insertions(+), 9 deletions(-)

 [patch 6/6] only error out on w: and err: lines, on "apt-get update"

Otherwise, maintainer scripts that output W: or Err: lines will break
package installation on "apt-get install".