diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:42:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:42:49 +0000 |
commit | 03815601f93e95e6f1e56dac32de10e546123726 (patch) | |
tree | b1acc790faf13513e5beee2e7ac67a25c70670e4 /debian/tests/control | |
parent | Adding upstream version 1.0.134. (diff) | |
download | debootstrap-03815601f93e95e6f1e56dac32de10e546123726.tar.xz debootstrap-03815601f93e95e6f1e56dac32de10e546123726.zip |
Adding debian version 1.0.134.debian/1.0.134
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..27a3a6c --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,27 @@ +Tests: debian-testing +Depends: + debootstrap, + libdistro-info-perl, + libdpkg-perl, + libipc-run-perl, + perl, + systemd [linux-any], + systemd-container [linux-any], + ca-certificates, +Restrictions: allow-stderr, needs-root + +Tests: unsorted-packages-files +Depends: + debootstrap, + python3-debian, + python3-flask, + python3-requests, +Restrictions: allow-stderr + +Tests: arch-all-support +Depends: + debootstrap, + python3-apt, + python3-flask, + python3-requests, +Restrictions: allow-stderr |