[From nobody Fri Jun 19 16:51:06 2026
Received: (at submit) by bugs.debian.org; 14 Jun 2026 19:04:06 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-15.0 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,
 DKIM_VALID_EF,FREEMAIL_FROM,HAS_PACKAGE,RCVD_IN_DNSWL_LOW,
 SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 64; hammy, 44; neutral, 14; spammy, 2.
 spammytokens:0.997-1--H*UA:Client, 0.983-+--H*F:D*lv
 hammytokens:0.000-+--sk:salsad, 0.000-+--sk:salsa.d,
 0.000-+--UD:salsa.debian.org, 0.000-+--salsadebianorg,
 0.000-+--salsa.debian.org
Return-path: &lt;linsui@inbox.lv&gt;
Received: from shark3.inbox.lv ([194.152.32.83]:33180)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;linsui@inbox.lv&gt;) id 1wYq7p-00ACAQ-2T
 for submit@bugs.debian.org; Sun, 14 Jun 2026 19:04:06 +0000
Received: from shark3.inbox.lv (localhost [127.0.0.1])
 by shark3-out.inbox.lv (Postfix) with ESMTP id 4gdj9K3LZNzRhZY
 for &lt;submit@bugs.debian.org&gt;; Sun, 14 Jun 2026 21:54:45 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inbox.lv;
 s=p20220324; t=1781463285; x=1781465085;
 bh=QCW9JifAA4C61A4Hyl9rbX1XJGpAxyG3ZBXgITolRA8=;
 h=From:To:Subject:Date:Message-ID:Content-Type:X-ESPOL:From:Date:To:
 Cc:Message-ID:Subject:Reply-To;
 b=RRQroG/d7SUzVkyBWcbnb86rgt6oL87kMlMCWUuldpVTJ0BeS5TMs+7KEzcT0t5OH
 hZjPkNaPGHbU36YT6ed7hPXp60d8uDrBTs0KcPhgfQdM5BcwcQhj3ZuTtUZJKQNUoB
 MMJLeAQk3IRFBUYyC/Vh3NkpevoemIbG/83tt5NI=
Received: from shark3.inbox.lv (localhost [127.0.0.1])
 by shark3-in.inbox.lv (Postfix) with ESMTP id 4gdj9K3G5NzRhSN
 for &lt;submit@bugs.debian.org&gt;; Sun, 14 Jun 2026 21:54:45 +0300 (EEST)
Received: from shark3.inbox.lv ([127.0.0.1])
 by localhost (shark3.inbox.lv [127.0.0.1]) (spamfilter, port 35) with ESMTP
 id O4YTEiYdONOg for &lt;submit@bugs.debian.org&gt;;
 Sun, 14 Jun 2026 21:54:43 +0300 (EEST)
Received: from mail.inbox.lv (pop1 [127.0.0.1])
 by shark3-in.inbox.lv (Postfix) with ESMTP id 4gdj9H18jHzRhZJ
 for &lt;submit@bugs.debian.org&gt;; Sun, 14 Jun 2026 21:54:43 +0300 (EEST)
From: inbox.lv &lt;linsui@inbox.lv&gt;
To: submit@bugs.debian.org
Subject: diffoscope: doesn't work with apktool v3
Date: Mon, 15 Jun 2026 02:54:36 +0800
Message-ID: &lt;fac8ee73-0b32-4392-bbf0-30633f50173f@aerion&gt;
MIME-Version: 1.0
User-Agent: Aerion Email Client
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: OK
X-ESPOL: AJ2EQ3wanXtCsci2I5gVh+7mxNStVFo9vC750Lw44W47xb7Ar60GfRzrB/eRFELmMmLD
X-Greylist: delayed 554 seconds by postgrey-1.37 at buxtehude;
 Sun, 14 Jun 2026 19:04:05 UTC
Delivered-To: submit@bugs.debian.org

Package: diffoscope
Version: 319

With apktool v3 I got Unrecognized option: -k and Unrecognized option: -m. =
Just need to change the -k and -m in https://salsa.debian.org/reproducible-=
builds/diffoscope/-/blob/master/diffoscope/comparators/apk.py#L77 to --keep=
-broken-res and --match-original. v3 doesn't support the short arguments an=
ymore.
]