Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
diffoscope
Compare revisions
81903e0bfa5d7b5eb2a8b56754389d01ef387aa0...3daa321ec4ab18bf940c7513fb92b8508f832775
Commits (2)
Update copyright years.
· 9ac43af7
Chris Lamb
authored
Dec 02, 2022
9ac43af7
Regenerate debian/tests/control.
· 3daa321e
Chris Lamb
authored
Dec 02, 2022
See
792115b9
3daa321e
Hide whitespace changes
Inline
Side-by-side
debian/tests/control
View file @
3daa321e
...
...
@@ -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, apksigcopier, 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, fonttools, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-dev, llvm, lz4 | liblz4-tool, lzip, 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,
Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], abootimg, acl, apksigcopier, 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, fonttools, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-dev, llvm, lz4 | liblz4-tool, lzip, 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
...
...
diffoscope/comparators/apk.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2016 Reiner Herrmann <reiner@reiner-h.de>
# Copyright © 2016-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2016-202
2
Chris Lamb <lamby@debian.org>
# Copyright © 2022 FC Stegerman <flx@obfusk.net>
#
# diffoscope is free software: you can redistribute it and/or modify
...
...
diffoscope/comparators/deb.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2014-2015 Jérémy Bobbio <lunar@debian.org>
# Copyright © 2015-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2015-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/decompile.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2020 Jean-Romain Garnier <salsa@jean-romain.com>
# Copyright © 2020-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2020-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/device.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2015 Jérémy Bobbio <lunar@debian.org>
# Copyright © 2015-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2015-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/json.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2016-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2016-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/lzip.py
View file @
3daa321e
...
...
@@ -2,6 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2022 Christopher Baines <mail@cbaines.net>
# Copyright © 2022 Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/macho.py
View file @
3daa321e
...
...
@@ -3,7 +3,7 @@
#
# Copyright © 2014-2015 Jérémy Bobbio <lunar@debian.org>
# Copyright © 2015 Clemens Lang <cal@macports.org>
# Copyright © 2016-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2016-202
2
Chris Lamb <lamby@debian.org>
# Copyright © 2021 Jean-Romain Garnier <salsa@jean-romain.com>
#
# diffoscope is free software: you can redistribute it and/or modify
...
...
diffoscope/comparators/missing_file.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2016-2017, 2019-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2016-2017, 2019-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/rpm_fallback.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2015 Jérémy Bobbio <lunar@debian.org>
# Copyright © 2016, 2018-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2016, 2018-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/symlink.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2015 Jérémy Bobbio <lunar@debian.org>
# Copyright © 2015-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2015-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/comparators/xml.py
View file @
3daa321e
...
...
@@ -2,7 +2,7 @@
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2017 Juliana Rodrigues <juliana.orod@gmail.com>
# Copyright © 2017-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2017-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/external_tools.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2017-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2017-202
2
Chris Lamb <lamby@debian.org>
# Copyright © 2021 Jean-Romain Garnier <salsa@jean-romain.com>
#
# diffoscope is free software: you can redistribute it and/or modify
...
...
diffoscope/path.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2017, 2020-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2017, 2020-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/presenters/formats.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2017-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2017-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/presenters/utils.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2017-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2017-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
diffoscope/progress.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2016-2020 Chris Lamb <lamby@debian.org>
# Copyright © 2016-2020
, 2022
Chris Lamb <lamby@debian.org>
# Copyright © 2018 Paul Wise <pabs@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
...
...
diffoscope/tools.py
View file @
3daa321e
#
# diffoscope: in-depth comparison of files, archives, and directories
#
# Copyright © 2016-2017, 2019-202
1
Chris Lamb <lamby@debian.org>
# Copyright © 2016-2017, 2019-202
2
Chris Lamb <lamby@debian.org>
#
# diffoscope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...