[Git][reproducible-builds/diffoscope][master] Add the "wabt" Debian package to the test dependencies so that we run the wasm tests.

Chris Lamb gitlab at salsa.debian.org
Sun Aug 25 09:59:49 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
84ad96dd by Chris Lamb at 2019-08-25T09:59:24Z
Add the "wabt" Debian package to the test dependencies so that we run the wasm tests.

- - - - -


3 changed files:

- debian/control
- debian/tests/control
- diffoscope/external_tools.py


Changes:

=====================================
debian/control
=====================================
@@ -80,6 +80,7 @@ Build-Depends:
  squashfs-tools <!nocheck>,
  tcpdump <!nocheck>,
  unzip <!nocheck>,
+ wabt <!nocheck>,
  xmlbeans <!nocheck>,
  xxd <!nocheck> | vim-common <!nocheck>,
 Build-Conflicts:


=====================================
debian/tests/control
=====================================
@@ -7,7 +7,7 @@
 #   $ mv debian/tests/control.tmp debian/tests/control
 
 Tests: pytest-with-recommends
-Depends: diffoscope, black, python3-pytest, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], 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, ffmpeg, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, imagemagick, jsbeautifier, libarchive-tools, llvm, lz4 | liblz4-tool, mono-utils, ocaml-nox, 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, zip, 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: diffoscope, black, python3-pytest, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], 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, ffmpeg, fontforge-extras, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, imagemagick, jsbeautifier, libarchive-tools, llvm, lz4 | liblz4-tool, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, pgpdump, poppler-utils, procyon-decompiler, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, unzip, wabt, xmlbeans, xxd | vim-common, xz-utils, zip, 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: diffoscope, python3-pytest, file, python3-tlsh


=====================================
diffoscope/external_tools.py
=====================================
@@ -178,7 +178,7 @@ EXTERNAL_TOOLS = {
         'FreeBSD': 'sqlite3',
         'guix': 'sqlite',
     },
-    'wasm2wat': {'arch': 'wabt'},
+    'wasm2wat': {'debian': 'wabt', 'arch': 'wabt'},
     'tar': {'debian': 'tar', 'arch': 'tar', 'guix': 'tar'},
     'tcpdump': {'debian': 'tcpdump', 'arch': 'tcpdump', 'guix': 'tcpdump'},
     'unsquashfs': {



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/84ad96dddd1f92bc52208358a239823e41ebac4f

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/84ad96dddd1f92bc52208358a239823e41ebac4f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190825/19f0f021/attachment.html>


More information about the rb-commits mailing list