[Git][reproducible-builds/diffoscope][master] Use --long-form arguments when calling apktool in order to support apktool 3....
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Mon Jun 15 16:05:02 UTC 2026
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
02c65572 by Chris Lamb at 2026-06-15T09:04:10-07:00
Use --long-form arguments when calling apktool in order to support apktool 3. Thanks, linsui! (Closes: Debian:#1140015)
- - - - -
1 changed file:
- diffoscope/comparators/apk.py
Changes:
=====================================
diffoscope/comparators/apk.py
=====================================
@@ -72,11 +72,11 @@ class ApkContainer(Archive):
subprocess.check_call(
(
"apktool",
- "d",
- "-f",
- "-k",
- "-m",
- "-o",
+ "decode",
+ "--force",
+ "--keep-broken-res",
+ "--match-original",
+ "--output",
self._tmpdir.name,
self.source.path,
),
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/02c65572b23b12713614b58d3e654294f7782945
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/02c65572b23b12713614b58d3e654294f7782945
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/20260615/b7e12609/attachment.htm>
More information about the rb-commits
mailing list