Source: enjarify
Section: devel
Priority: optional
Maintainer: Android tools Maintainer <android-tools-devel@lists.alioth.debian.org>
Uploaders: Reiner Herrmann <reiner@reiner-h.de>,
           Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/Storyyeller/enjarify
Vcs-Git: https://salsa.debian.org/android-tools-team/enjarify.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/enjarify

Package: enjarify
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: translate Dalvik bytecode to equivalent Java bytecode
 Android applications are Java programs that run on a customized virtual
 machine, which is part of the Android operating system, the Dalvik VM.
 Their bytecode differs from the bytecode of normal Java applications.
 .
 Enjarify can translate the Dalvik bytecode back to equivalent Java bytecode,
 which simplifies the analysis of Android applications.
