File: changelog

package info (click to toggle)
mmdebstrap 0.7.5-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,308 kB
  • sloc: perl: 4,479; sh: 4,067; python: 289; makefile: 19
file content (441 lines) | stat: -rw-r--r-- 15,978 bytes parent folder | download
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
mmdebstrap (0.7.5-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Do not pass unsupported system attributes to tar2sqfs (Closes: #988100)

 -- Benjamin Drung <benjamin.drung@ionos.com>  Fri, 07 May 2021 17:30:39 +0200

mmdebstrap (0.7.5-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Pass extended attributes to tar2sqfs (Closes: #988100)

 -- Benjamin Drung <benjamin.drung@ionos.com>  Thu, 06 May 2021 15:06:07 +0200

mmdebstrap (0.7.5-2) unstable; urgency=medium

  * add patch to call unshare with --propagation unchanged

 -- Johannes 'josch' Schauer <josch@debian.org>  Fri, 19 Feb 2021 13:07:21 +0100

mmdebstrap (0.7.5-1) unstable; urgency=medium

  * new upstream release
     - check/qemu is skipped for the extract variant (closes: #981709)
  * drop patches
  * add debian/mmdebstrap.examples
  * debian/copyright: add Trent W. Buck
  * debian/upstream/metadata: add Bug-Database and Bug-Submit fields
  * debian/control: bump Standards-Version to 4.5.1

 -- Johannes 'josch' Schauer <josch@debian.org>  Sat, 06 Feb 2021 22:19:05 +0100

mmdebstrap (0.7.4-1) unstable; urgency=medium

  * new upstream release
     - Optimize mmtarfilter to handle many path exclusions (closes: #978742)
     - Do not run an additional env command inside the chroot (closes: #978733)

 -- Johannes 'josch' Schauer <josch@debian.org>  Sat, 16 Jan 2021 14:28:29 +0100

mmdebstrap (0.7.3-1) unstable; urgency=medium

  * new upstream release
     - don't ignore --include with multiple apt indices (closes: #976166)
  * drop patches

 -- Johannes 'josch' Schauer <josch@debian.org>  Wed, 02 Dec 2020 07:58:12 +0100

mmdebstrap (0.7.2-3) unstable; urgency=medium

  * Add more patches to make debci on i386 and armhf happy

 -- Johannes 'josch' Schauer <josch@debian.org>  Mon, 30 Nov 2020 00:02:22 +0100

mmdebstrap (0.7.2-2) unstable; urgency=medium

  * Add two more patches from upstream to fix autopkgtest

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 29 Nov 2020 12:35:25 +0100

mmdebstrap (0.7.2-1) unstable; urgency=medium

  * new upstream release
     - allow dropping deb archives into /var/cache/apt/archives
       (closes: #971001)
     - use packages from SUITE if multiple apt indices are configured
       (closes: #972234)
     - use libdistro-info-perl if available and fall back to distro-info-data
       if available (closes: #972739)
  * add patches from upstream:
     - 0001-coverage.sh-test-using-mnt-requires-qemu.patch
     - 0001-coverage.sh-fix-total-number-of-tests.patch
     - 0001-name-solver-mmdebstrap-dump-solution-in-official-apt.patch
  * create and install man pages for mmtarfilter and mmtaridshift, adding a
    build-depends on help2man and python3
  * add Recommends on libdistro-info-perl (see #972739)
  * add Suggests on apt-utils (for /usr/lib/apt/solvers/apt)
  * install mmdebstrap-dump-solution into /usr/lib/apt/solvers

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 29 Nov 2020 02:34:03 +0100

mmdebstrap (0.7.1-3) unstable; urgency=medium

  * add patch 0001-create-temporary-test-ext2-image-in-TMPDIR-and-not-i.patch

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 12 Nov 2020 15:51:37 +0100

mmdebstrap (0.7.1-2) unstable; urgency=medium

  * debian/tests/testsuite: make sure that HOSTARCH version of libfakeroot and
    libfakechroot do not get removed when installing foreign architecture
    versions
  * add patch defining link_dir until debootstrap merge request 48 gets merged
  * disable black until https://bugs.debian.org/970901 is fixed

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 04 Oct 2020 09:35:22 +0200

mmdebstrap (0.7.1-1) unstable; urgency=medium

  * new upstream release
  * drop patches (all included upstream)

 -- Johannes 'josch' Schauer <josch@debian.org>  Fri, 18 Sep 2020 14:46:00 +0200

mmdebstrap (0.7.0-1) unstable; urgency=medium

  * new upstream release
     - skip the emulation check in chrootless mode (closes: #956714)
     - check whether arch-test is available (closes: #965129)
     - hooks are documented (closes: #942761)
  * drop existing patches and add new patches from upstream:
     - 0001-coverage.sh-send-adios-to-hook-listener.patch
     - 0002-coverage.sh-two-tests-need-qemu-isolation.patch
  * Set upstream metadata fields: Repository
  * rename debian/gitlab-ci.yml -> debian/salsa-ci.yml and disable blhc and
    arch:any builds
  * debian/control: add depends on python and suggests for debootstrap and
    distro-info-data
  * debian/control: bump dh compat to 13
  * install taridshift, tarfilter and hooks

 -- Johannes 'josch' Schauer <josch@debian.org>  Fri, 28 Aug 2020 16:05:26 +0200

mmdebstrap (0.6.1-7) unstable; urgency=medium

  * debian/tests/control: mark test as skippable (exit 77 will skip it)

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 14 May 2020 22:46:37 +0200

mmdebstrap (0.6.1-6) unstable; urgency=medium

  * debian/tests/testsuite: add 20 minute timout and reduce number of retries
    to 3

 -- Johannes 'josch' Schauer <josch@debian.org>  Sat, 11 Apr 2020 21:45:13 +0200

mmdebstrap (0.6.1-5) unstable; urgency=medium

  * add patch as workaround for squashfs-tools-ng/issues/42
  * add Suggests for tor and https mirrors

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 09 Apr 2020 11:35:26 +0200

mmdebstrap (0.6.1-4) unstable; urgency=medium

  * since apt doesn't consider libgcc1 necessary (but debootstrap does) we
    have to obtain it ourselves (see bug #953861)

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 15 Mar 2020 14:03:23 +0100

mmdebstrap (0.6.1-3) unstable; urgency=medium

  * debootstrap changes got reverted -- deleting patch
  * add patch to work around debootstrap ignoring versioned provides
    see #953861

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 15 Mar 2020 11:28:06 +0100

mmdebstrap (0.6.1-2) unstable; urgency=medium

  * modify patch to make it also work with debootstrap 0.119 to
    allow testing migration

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 12 Mar 2020 10:52:18 +0100

mmdebstrap (0.6.1-1) unstable; urgency=medium

  * new upstream release
     - documentation about default variant fixed (closes: #949457)
     - TMPDIR is not used by unshared process or by anything executed inside
       the chroot (closes: #949584)
     - support for deb822 sources (closes: #949354)
     - one more example in manpage -- still commented out though
       (closes: #951112)
   * suggest squashfs-tools-ng (closes: #950200)
   * run wrap-and-sort -asbt
   * drop patches
   * add patch working around debootstrap bug #953588 and debootstrap adding
     security mirror to /etc/apt/sources.list -- also see #953592

 -- Johannes 'josch' Schauer <josch@debian.org>  Wed, 11 Mar 2020 12:25:57 +0100

mmdebstrap (0.6.0-4) unstable; urgency=medium

  * mount /sys and /proc read-only in root-mode to make autopkgtest happy on
    ppc64el

 -- Johannes 'josch' Schauer <josch@debian.org>  Fri, 24 Jan 2020 09:46:08 +0100

mmdebstrap (0.6.0-3) unstable; urgency=medium

  * debian/tests/testsuite:
     - use base-files package to determine the current archive
     - pkgfile.archive should never raise AttributeError
     - neutral exit when make_mirror fails too often
  * debian/patches/autopkgtest: use variable hostarch in --logfile test
  * bump debhelper compat to 12
  * debian/control: add Rules-Requires-Root: no
  * bump standards-version to 4.5.0
  * override the uses-dpkg-database-directly lintian warning

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 23 Jan 2020 09:52:40 +0100

mmdebstrap (0.6.0-2) unstable; urgency=medium

  * fix autopkgtest on gitlab CI

 -- Johannes 'josch' Schauer <josch@debian.org>  Mon, 20 Jan 2020 18:24:34 +0100

mmdebstrap (0.6.0-1) unstable; urgency=medium

  * new upstream release
     - support running tests on non-amd64 architectures (closes: #948302)
     - only attempt unlinking policy-rc.d if it exists (closes: #943323)
     - add disclaimer of warranty and limitations of liability (closes: #944571)
     - also remove apt sources that were given via /etc/apt/sources.list.d/
       (closes: #944684)
     - also install essential packages with /dev, /proc and /sys mounted
       (closes: #945119)
     - support for extended attributes (closes: #947012)
     - clean any remaining files in /tmp in the chroot (closes: #947239)
     - also clean /var/log/apt/eipp.log.xz (closes: #944677)
     - add --keyring option (closes: #943325)
     - run xz with --threads=0 (closes: #943327)
     - add --dry-run option (closes: #948481)
  * drop dependency on perl-doc because --help doesn't need it anymore (closes:
    #944923)

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 19 Jan 2020 22:53:49 +0100

mmdebstrap (0.5.1-4) unstable; urgency=medium

  * make busybox test less sensitive to changes in unstable (closes: #948159)

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 05 Jan 2020 21:12:05 +0100

mmdebstrap (0.5.1-3) unstable; urgency=medium

  * add patch to fix busybox sub-essential test

 -- Johannes 'josch' Schauer <josch@debian.org>  Mon, 16 Dec 2019 10:10:49 +0100

mmdebstrap (0.5.1-2) unstable; urgency=medium

  * add patch to fix /etc/shadow SOURCE_DATE_EPOCH workaround

 -- Johannes 'josch' Schauer <josch@debian.org>  Sat, 02 Nov 2019 23:32:32 +0100

mmdebstrap (0.5.1-1) unstable; urgency=medium

  * new upstream release
     - allow apt to be already installed (closes: #942586)
     - fix and improve --components (closes: #942588)
  * drop patches
  * autopkgtest: re-run ./make_mirror.sh if it should fail

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 20 Oct 2019 01:49:40 +0200

mmdebstrap (0.5.0-2) unstable; urgency=medium

  * debian/tests/testsuite: don't install foreign architecture packages if
    RUN_MA_SAME_TESTS != yes

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 10 Oct 2019 09:10:21 +0200

mmdebstrap (0.5.0-1) unstable; urgency=medium

  * new upstream release
     - rework CLI interface to use explicit "-" for stdin where ambiguous
       instead of unconditionally reading stdin (closes: #934199)
     - also create /var/lib/dpkg/arch in chrootless mode (closes: #935258)
     - don't cleanup qemu-user in chrootless mode (closes: #935260)
     - allow hooks to remove start-stop-daemon (closes: #940173)
     - fix tarball permissions in chrootless mode (closes: #935266)
     - only report binfmt_misc errors if needed (closes: #940162)
  * run testsuite with distribution of the autopkgtest environment
  * drop patches that were applied upstream
  * apply two new patches to accommodate for salsa CI

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 06 Oct 2019 23:20:58 +0200

mmdebstrap (0.4.1-8) unstable; urgency=medium

  * Detect distro tests are run on in autopkgtest

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 03 Oct 2019 18:14:00 +0200

mmdebstrap (0.4.1-7) unstable; urgency=medium

  * Botched dgit commit

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 26 Sep 2019 14:16:00 +0200

mmdebstrap (0.4.1-6) unstable; urgency=medium

  * Print apt-cache policy during autopkgtest

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 26 Sep 2019 14:11:41 +0200

mmdebstrap (0.4.1-5) unstable; urgency=medium

  * Print environment variables during autopkgtest

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 25 Jul 2019 12:32:18 +0200

mmdebstrap (0.4.1-4) unstable; urgency=medium

  * Backport another patch from upstream:
     - fix docs: fakechroot is tried before proot in auto mode (closes:
       #929489)
     - updates for release of Debian buster
     - make_mirror.sh: security.d.o dropped the MD5sum field for SHA256 in
       Packages.gz

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 25 Jul 2019 00:31:08 +0200

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