[Git][reproducible-builds/diffoscope][master] 2 commits: Don't Build-Depend on apksigcopier as it has been removed from testing. (Closes: Debian:#1146852)

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Sep 21 20:37:47 UTC 2026



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
436bc40f by Chris Lamb at 2026-09-21T13:17:40-07:00
Don't Build-Depend on apksigcopier as it has been removed from testing. (Closes: Debian:#1146852)

- - - - -
69a9a58c by Chris Lamb at 2026-09-21T13:20:57-07:00
releasing package diffoscope version 330

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/tests/control
- debian/tests/control.sh
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-diffoscope (330) UNRELEASED; urgency=medium
+diffoscope (330) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Don't Build-Depend on apksigcopier as it has been removed from testing.
+    (Closes: #1146852)
 
- -- Chris Lamb <lamby at debian.org>  Fri, 21 Aug 2026 09:09:49 -0700
+ -- Chris Lamb <lamby at debian.org>  Mon, 21 Sep 2026 13:20:54 -0700
 
 diffoscope (329) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
 # aapt <!nocheck>,
  abootimg <!nocheck>,
 # androguard <!nocheck>,
- apksigcopier <!nocheck>,
+# apksigcopier <!nocheck>,
  apksigner <!nocheck>,
  bash-completion,
  binutils-multiarch <!nocheck>,


=====================================
debian/tests/control
=====================================
@@ -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], 7zip, abootimg, acl, apksigcopier, apksigner, apktool, binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils [!risv64], db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!riscv64 !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg-utils, gpg, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-utils, llvm, lz4, lzip, mono-devel (>= 6.14.1+ds-3) [!riscv64] | mono-utils (<< 6.14.1+ds-3) [!riscv64], ocaml, odt2txt, oggvideotools [!s390x], openssh-client, openssl, perl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, systemd-ukify, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs [amd64 arm64 loong64 ppc64el riscv64 s390x], python3-jsondiff, python3-progressbar, python3-pypdf, 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], 7zip, abootimg, acl, apksigner, apktool, binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils [!risv64], db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!riscv64 !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg-utils, gpg, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-utils, llvm, lz4, lzip, mono-devel (>= 6.14.1+ds-3) [!riscv64] | mono-utils (<< 6.14.1+ds-3) [!riscv64], ocaml, odt2txt, oggvideotools [!s390x], openssh-client, openssl, perl, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, systemd-ukify, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs [amd64 arm64 loong64 ppc64el riscv64 s390x], python3-jsondiff, python3-progressbar, python3-pypdf, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
 
 Tests: pytest
 Depends: python3-all, diffoscope, python3-pytest, python3-h5py, file, python3-tlsh


=====================================
debian/tests/control.sh
=====================================
@@ -34,3 +34,4 @@ sed -i "s,\(python3-guestfs\),\1 [amd64 arm64 loong64 ppc64el riscv64 s390x]," d
 sed -i "s#aapt, ##" debian/tests/control.tmp
 sed -i "s#dexdump, ##" debian/tests/control.tmp
 sed -i "s#python3-androguard, ##" debian/tests/control.tmp
+sed -i "s#apksigcopier, ##" debian/tests/control.tmp


=====================================
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 = "329"
+VERSION = "330"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/b7d1bae91c5a9ed1925a5b413416e05f822cbf56...69a9a58c769216188552eefc61d4ec8f00fe2297

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/b7d1bae91c5a9ed1925a5b413416e05f822cbf56...69a9a58c769216188552eefc61d4ec8f00fe2297
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260921/929f677c/attachment.htm>


More information about the rb-commits mailing list