diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:20:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:20:59 +0000 |
commit | 6d966d86d5bed1c59a8c9ba4579d0e2ccc9d2117 (patch) | |
tree | ce0cff12d56a11a066545a7d3ef379dd442e73f5 /debian/tests/control | |
parent | Releasing progress-linux version 1.5.1-2~progress7.99u1. (diff) | |
download | mmdebstrap-6d966d86d5bed1c59a8c9ba4579d0e2ccc9d2117.tar.xz mmdebstrap-6d966d86d5bed1c59a8c9ba4579d0e2ccc9d2117.zip |
Merging debian version 1.5.1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 958a144..e0e44f9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -36,7 +36,7 @@ Restrictions: needs-root, allow-stderr, skippable # | passwd #1004710 # | python3 #1010368, #1010366 # | man-db #1010957 -# 2022 | libc-bin #1017590 +# 2022 | glibc #1017590 # | cron #1012622, #1020603 # | kmod #1020605 # | ifupdown #1020604 @@ -53,12 +53,16 @@ Restrictions: needs-root, allow-stderr, skippable # | debianutils #1050752 chrootless # | usrmerge #1050755, #1053671 chrootless-foreign, merged-fakechroot-inside-unmerged-chroot # -----+----------------------------------------------------------------------- -# 2024 | dpkg #1059982 remove-start-stop-daemon-and-policy-rc-d-in-hook +# | dpkg #1059982 remove-start-stop-daemon-and-policy-rc-d-in-hook +# | findutils #1072986 empty-sources.list +# 2024 | base-files #1064459 check-against-debootstrap-dist, eatmydata-via-hook-dir, jessie-or-older, missing-dev-sys-proc-inside-the-chroot, pivot_root +# | util-linux #1064459 check-against-debootstrap-dist, eatmydata-via-hook-dir, jessie-or-older, missing-dev-sys-proc-inside-the-chroot, pivot_root # Features: test-name=hint-testsuite-triggers Test-Command: false Depends: adduser, + base-files, cron, dash, debian-archive-keyring, @@ -67,6 +71,7 @@ Depends: doc-debian, dpkg, fakeroot, + findutils, ifupdown, kmod, libc-bin, @@ -77,6 +82,7 @@ Depends: python3, tzdata, usrmerge, + util-linux, Restrictions: hint-testsuite-triggers # FIXME: in an ideal world, debci would have enough computational resources @@ -99,6 +105,7 @@ Restrictions: hint-testsuite-triggers ## Since library binary package names change frequently, this list has to be ## updated regularly. Use the debian/compute_pkgset.py script to update the ## list of dependencies. +## FIXME: find out why util-linux or libc6 are missing from the list below #Features: test-name=hint-testsuite-triggers #Test-Command: false #Depends: acl, adduser, anacron, apt, apt-listchanges, base-files, base-passwd, |