diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:36 +0000 |
commit | d731b1222e17e0081e5e4e1fc9603b67ba0b72e3 (patch) | |
tree | e0426bca9e6173cf00b0ee2573aa2c0cf96b8a25 /debian/tests/control | |
parent | Adding upstream version 2.38.1. (diff) | |
download | util-linux-debian/2.38.1-5.tar.xz util-linux-debian/2.38.1-5.zip |
Adding debian version 2.38.1-5.debian/2.38.1-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..66a50ac --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,34 @@ +Tests: oversized-chunks +Depends: bash, + bc, + bsdextrautils, + bsdutils, + dpkg, + grep, + mount, + util-linux +Restrictions: allow-stderr + +Tests: libblkid-dev +Depends: build-essential, + libblkid-dev, + pkg-config +Restrictions: allow-stderr, superficial + +Tests: libmount-dev +Depends: build-essential, + libmount-dev, + pkg-config +Restrictions: allow-stderr, superficial + +Tests: libsmartcols-dev +Depends: build-essential, + libsmartcols-dev, + pkg-config +Restrictions: allow-stderr, superficial + +Tests: uuid-dev +Depends: build-essential, + pkg-config, + uuid-dev +Restrictions: allow-stderr, superficial |