Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
173
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
5ac8ede5
Verified
Commit
5ac8ede5
authored
2 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
Also include coreboot-utils in Build-Depends and Test-Depends so it is available for tests
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
e21f4153
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#430368
failed with stages
in 7 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+1
-0
1 addition, 0 deletions
debian/control
debian/tests/control
+1
-1
1 addition, 1 deletion
debian/tests/control
debian/tests/pytest
+1
-1
1 addition, 1 deletion
debian/tests/pytest
with
3 additions
and
2 deletions
debian/control
+
1
−
0
View file @
5ac8ede5
...
...
@@ -16,6 +16,7 @@ Build-Depends:
black <!nocheck>,
caca-utils <!nocheck>,
colord <!nocheck>,
coreboot-utils <!nocheck>,
db-util <!nocheck>,
debhelper-compat (= 13),
default-jdk-headless <!nocheck> | default-jdk <!nocheck>,
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
+
1
−
1
View file @
5ac8ede5
...
...
@@ -7,7 +7,7 @@
# $ mv debian/tests/control.tmp debian/tests/control
Tests: pytest-with-recommends
Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], abootimg, acl, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, imagemagick, jsbeautifier, libarchive-tools, libxmlb-dev, llvm, lz4 | liblz4-tool, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, openssl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, androguard, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf2, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], abootimg, acl, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord,
coreboot-utils,
db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, imagemagick, jsbeautifier, libarchive-tools, libxmlb-dev, llvm, lz4 | liblz4-tool, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, openssl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, androguard, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf2, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
Tests: pytest
Depends: python3-all, diffoscope, python3-pytest, python3-h5py, file, python3-tlsh
...
...
This diff is collapsed.
Click to expand it.
debian/tests/pytest
+
1
−
1
View file @
5ac8ede5
...
...
@@ -9,7 +9,7 @@ fi
export
LIBGUESTFS_MEMSIZE
=
128
if
[
"
$(
basename
"
$0
"
)
"
=
"pytest-with-recommends"
]
;
then
export
DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS
=
"apktool zipinfo pedump oggDump ppudump
cbfstool
otool lipo radare2"
export
DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS
=
"apktool zipinfo pedump oggDump ppudump otool lipo radare2"
fi
for
py
in
$(
py3versions
-s
)
;
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment