Skip to content
Snippets Groups Projects
Verified Commit fc0ae562 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Explicitly add `file` to the dependencies of autopkgtest to have the tests...

Explicitly add `file` to the dependencies of autopkgtest to have the tests triggered whenever `file` changes

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent a6beb043
No related branches found
No related tags found
No related merge requests found
Pipeline #15973 failed
......@@ -2,10 +2,10 @@
# EDIT debian/tests/control.in INSTEAD!
#
Tests: pytest-with-recommends
Depends: diffoscope, python3-pytest, abootimg, acl, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, imagemagick, jsbeautifier, libarchive-tools, llvm, lz4, mono-utils, odt2txt, oggvideotools [!s390x], openssh-client, pgpdump, poppler-utils, procyon-decompiler, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, unzip, xmlbeans, xxd | vim-common, xz-utils
Depends: diffoscope, python3-pytest, file, abootimg, acl, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, imagemagick, jsbeautifier, libarchive-tools, llvm, lz4, mono-utils, odt2txt, oggvideotools [!s390x], openssh-client, pgpdump, poppler-utils, procyon-decompiler, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, unzip, xmlbeans, xxd | vim-common, xz-utils
Tests: pytest
Depends: diffoscope, python3-pytest
Depends: diffoscope, python3-pytest, file
Tests: basic-command-line
Depends: diffoscope
......
Tests: pytest-with-recommends
Depends: diffoscope, python3-pytest, %RECOMMENDS%
Depends: diffoscope, python3-pytest, file, %RECOMMENDS%
Tests: pytest
Depends: diffoscope, python3-pytest
Depends: diffoscope, python3-pytest, file
Tests: basic-command-line
Depends: diffoscope
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment