[Git][reproducible-builds/diffoscope][master] 2 commits: debian: reinstate oggvideotools and procyon-decompiler test dependencies, now...
Mattia Rizzolo
gitlab at salsa.debian.org
Tue May 21 15:13:14 UTC 2019
Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope
Commits:
6940757f by Mattia Rizzolo at 2019-05-21T14:07:28Z
debian: reinstate oggvideotools and procyon-decompiler test dependencies, now that are not buggy anymore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
6058abd4 by Mattia Rizzolo at 2019-05-21T15:01:39Z
release v115
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
5 changed files:
- debian/changelog
- debian/rules
- debian/tests/control
- debian/tests/pytest
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,26 @@
-diffoscope (115) UNRELEASED; urgency=medium
+diffoscope (115) experimental; urgency=medium
- * WIP
+ [ Chris Lamb ]
+ * Fix execution of symbolic links that point to the "bin/diffoscope" entry
+ point by fully resolving the location.
+ * Add a Dockerfile.
+ * Update contributing messages with instructions regarding the Docker image.
- -- Chris Lamb <lamby at debian.org> Sun, 28 Apr 2019 17:23:54 +0100
+ [ Mattia Rizzolo ]
+ * tests:
+ + Allow specifying which tools are known missing using
+ DIFFOSCOPE_TESTS_MISSING_TOOLS, to override a _FAIL_ON_MISSING_TOOLS.
+ + With DIFFOSCOPE_TESTS_FAIL_ON_MISSING_TOOLS=1, actually fail only tests
+ that are missing the required tools.
+ * debian:
+ + Add black to the test dependencies.
+ + Enforce the "fail on missing tools" only when testing with all the
+ recommended packages.
+ + Ack some missing tools during autopkgtest.
+ + Reinstate oggvideotools and procyon-decompiler test dependencies,
+ now that are not buggy anymore.
+
+ -- Mattia Rizzolo <mattia at debian.org> Tue, 21 May 2019 16:02:02 +0200
diffoscope (114) experimental; urgency=medium
=====================================
debian/rules
=====================================
@@ -79,9 +79,7 @@ override_dh_auto_clean:
@sed -i "s,python3-rpm-python,python3-rpm," debian/tests/control.tmp
@sed -i "s,apktool,apktool [!ppc64el !s390x]," debian/tests/control.tmp
@sed -i "s,fp-utils,fp-utils [!ppc64el !s390x]," debian/tests/control.tmp
- #@sed -i "s,oggvideotools,oggvideotools [!s390x]," debian/tests/control.tmp
- @sed -i "s/oggvideotools, //" debian/tests/control.tmp
- @sed -i "s/procyon-decompiler, //" debian/tests/control.tmp
+ @sed -i "s,oggvideotools,oggvideotools [!s390x]," debian/tests/control.tmp
@set -e ; if ! diff -q debian/tests/control debian/tests/control.tmp ; then \
echo ;\
echo "The generated control file differs from the actual one." ;\
=====================================
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, openssh-client, pgpdump, poppler-utils, 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, 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
=====================================
debian/tests/pytest
=====================================
@@ -10,7 +10,7 @@ fi
export LIBGUESTFS_MEMSIZE=128
if [ "$(basename "$0")" = "pytest-with-recommends" ]; then
export DIFFOSCOPE_TESTS_FAIL_ON_MISSING_TOOLS=1
- export DIFFOSCOPE_TESTS_MISSING_TOOLS="cbfstool procyon otool lipo oggDump wasm2wat"
+ export DIFFOSCOPE_TESTS_MISSING_TOOLS="cbfstool otool lipo wasm2wat"
fi
cp -r tests "$ADTTMP"
=====================================
diffoscope/__init__.py
=====================================
@@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
-VERSION = "114"
+VERSION = "115"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/c022b028a9b83da61b47f158bef2b086a189a7f3...6058abd4bf0973962f19fa5fc7f8659e35097aeb
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/c022b028a9b83da61b47f158bef2b086a189a7f3...6058abd4bf0973962f19fa5fc7f8659e35097aeb
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/20190521/e0b327b0/attachment.html>
More information about the rb-commits
mailing list