1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
mmdebstrap (0.4.1-3) unstable; urgency=medium
* Backport patches from upstream:
- cleanup auxfiles *after* running apt-get update (closes: #927151)
- chdir() before 'apt-get update' for apt (<< 1.5)
- chdir() before remove_tree()
- add Dir::State::Status to apt config for apt (<< 1.3)
- chmod 0755 on qemu-user-static binary for Ubuntu
- Only error out on W: and Err: lines (closes: #928079)
-- Johannes 'josch' Schauer <josch@debian.org> Sat, 04 May 2019 23:48:19 +0200
mmdebstrap (0.4.1-2) unstable; urgency=medium
* Mark autopkgtest as flaky (closes: #924854)
-- Johannes 'josch' Schauer <josch@debian.org> Mon, 18 Mar 2019 14:46:01 +0100
mmdebstrap (0.4.1-1) unstable; urgency=medium
* new upstream release
- re-enable fakechroot testing (closes: #909637)
- disable apt sandboxing if necessary (closes: #923374)
-- Johannes 'josch' Schauer <josch@debian.org> Fri, 01 Mar 2019 14:53:42 +0100
mmdebstrap (0.4.0-1) unstable; urgency=medium
* new upstream release (closes: #920332)
- cleanup /var/lib/apt/lists/auxfiles (closes: #916769)
- disable merged-usr (closes: #914915)
-- Johannes 'josch' Schauer <josch@debian.org> Sun, 24 Feb 2019 09:09:50 +0100
mmdebstrap (0.3.0-10) unstable; urgency=medium
* add debian/gitlab-ci.yml
* autopkgtest: run without qemu-kvm, without unshare, without proot and
without binfmt because neither is supported on Salsa CI (Docker) nor on
Debian CI (LXC)
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 05 Dec 2018 07:47:53 +0100
mmdebstrap (0.3.0-9) unstable; urgency=medium
* kvm is not available on ci.debian.net
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 28 Nov 2018 09:08:41 +0100
mmdebstrap (0.3.0-8) unstable; urgency=medium
* try enabling kvm
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 28 Nov 2018 00:53:36 +0100
mmdebstrap (0.3.0-7) unstable; urgency=medium
* set XDG_RUNTIME_DIR in autopkgtest to /home/AUTOPKGTEST_NORMAL_USER/run
-- Johannes 'josch' Schauer <josch@debian.org> Tue, 27 Nov 2018 08:21:53 +0100
mmdebstrap (0.3.0-6) unstable; urgency=medium
* set XDG_RUNTIME_DIR in autopkgtest to AUTOPKGTEST_TMP
-- Johannes 'josch' Schauer <josch@debian.org> Tue, 27 Nov 2018 00:28:55 +0100
mmdebstrap (0.3.0-5) unstable; urgency=medium
* set XDG_RUNTIME_DIR in autopkgtest to /run/user/$(id -u ...)
-- Johannes 'josch' Schauer <josch@debian.org> Mon, 26 Nov 2018 08:35:03 +0100
mmdebstrap (0.3.0-4) unstable; urgency=medium
* set XDG_RUNTIME_DIR in autopkgtest
-- Johannes 'josch' Schauer <josch@debian.org> Sun, 25 Nov 2018 23:59:27 +0100
mmdebstrap (0.3.0-3) unstable; urgency=medium
* add libc6-dev to autopkgtest dependencies
-- Johannes 'josch' Schauer <josch@debian.org> Sat, 24 Nov 2018 07:33:22 +0100
mmdebstrap (0.3.0-2) unstable; urgency=medium
* add gcc to autopkgtest dependencies
-- Johannes 'josch' Schauer <josch@debian.org> Fri, 23 Nov 2018 22:37:09 +0100
mmdebstrap (0.3.0-1) unstable; urgency=medium
* new upstream version
* update autopkgtest
* add Recommends on fakeroot
* add Suggests on qemu-user, binfmt-support and dpkg-dev
-- Johannes 'josch' Schauer <josch@debian.org> Fri, 23 Nov 2018 12:58:18 +0100
mmdebstrap (0.2.0-1) unstable; urgency=medium
* new upstream version
- don't change permissions of bind mount targets and don't recursively
mount sysfs (closes: #909942)
- use data from standard input if no mirror is given and fix problem
with "deb"-style mirror lines (closes: #910044)
* add source package priority (closes: #909723)
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 03 Oct 2018 10:48:50 +0200
mmdebstrap (0.1.0-2) unstable; urgency=medium
* debian/control: add Vcs-Browser and Vcs-Git fields
* run wrap-and-sort -asbt
* add missing Depends on apt (closes: #909642)
* debian/control: add Recommends and Suggests
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 26 Sep 2018 21:33:17 +0200
mmdebstrap (0.1.0-1) unstable; urgency=medium
* Initial release. (Closes: #909264)
-- Johannes 'josch' Schauer <josch@debian.org> Mon, 24 Sep 2018 08:38:53 +0200
|