1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: apksigcopier
Section: misc
Priority: optional
Maintainer: FC Stegerman <flx@obfusk.net>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-click,
python3-setuptools,
pandoc,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/obfusk/apksigcopier.git
Vcs-Browser: https://salsa.debian.org/obfusk/apksigcopier
Homepage: https://github.com/obfusk/apksigcopier
Rules-Requires-Root: no
Package: apksigcopier
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests: apksigner
Description: copy/extract/patch android apk signatures & compare apks
apksigcopier is a tool for copying android APK signatures from a signed APK to
an unsigned one (in order to verify reproducible builds). It can also be used
to compare two APKs with different signatures. Its command-line tool offers
four operations:
.
* copy signatures directly from a signed to an unsigned APK
* extract signatures from a signed APK to a directory
* patch previously extracted signatures onto an unsigned APK
* compare two APKs with different signatures (requires apksigner)
|