Your message dated Sat, 18 Jun 2016 18:18:27 +0000
with message-id <[email protected]>
and subject line Bug#824925: fixed in apktool 2.1.1+dfsg-2
has caused the Debian Bug report #824925,
regarding apktool: runs `w` due to typo in Debian's fork of the wrapper script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
824925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824925
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apktool
Version: 2.1.1+dfsg-1
Severity: normal
It appears as if apktool runs `w` because of a typo in the script,
which was introduced in Debian's fork of the apktool script.
pabs@chianamo ~ $ apktool | head -n 5
20:13:30 up 1 day, 18:23, 2 users, load average: 0.35, 0.59, 0.72
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
pabs tty7 :1 Fri01 42:23m 2:10m 0.18s ...
pabs pts/2 :1 Fri01 42:18m 1:24 1:23 ...
Apktool v2.1.1-dirty - a tool for reengineering Android apk files
pabs@chianamo ~ $ grep -C5 ^w$ /usr/bin/apktool
javaOpts=""
# If you want DX to have more memory when executing, uncomment the following
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
w
#
javaOpts="-Xmx512M -Dfile.encoding=utf-8"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to
pabs@chianamo ~ $ GET
https://github.com/iBotPeaches/Apktool/raw/master/scripts/linux/apktool | grep
-C5 ^w$
pabs@chianamo ~ $ GET
https://sources.debian.net/data/main/a/apktool/2.1.1+dfsg-1/scripts/linux/apktool
| grep -C5 ^w$
pabs@chianamo ~ $ GET
https://sources.debian.net/data/main/a/apktool/2.1.1+dfsg-1/debian/wrapper/apktool
| grep -C5 ^w$
javaOpts=""
# If you want DX to have more memory when executing, uncomment the following
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
w
#
javaOpts="-Xmx512M -Dfile.encoding=utf-8"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to
pabs@chianamo ~ $ wget -qOupstream
https://sources.debian.net/data/main/a/apktool/2.1.1+dfsg-1/scripts/linux/apktool
pabs@chianamo ~ $ wget -qOdebian
https://sources.debian.net/data/main/a/apktool/2.1.1+dfsg-1/debian/wrapper/apktool
pabs@chianamo ~ $ diff -u upstream debian | grep -C5 '^+w$'
# If you want DX to have more memory when executing, uncomment the following
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
-#
-javaOpts="-Xmx512M"
+w
+#
+javaOpts="-Xmx512M -Dfile.encoding=utf-8"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to
-- System Information:
Debian Release: stretch/sid
APT prefers testing-debug
APT policy: (900, 'testing-debug'), (900, 'testing'), (860, 'testing-
proposed-updates'), (800, 'unstable-debug'), (800, 'unstable'), (790,
'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'),
(690, 'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.6.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages apktool depends on:
ii aapt 1:6.0.1+r16-1+b1
ii default-jre-headless [java7-runtime-headless] 2:1.8-57
ii libantlr3-runtime-java 3.5.2-4
ii libcommons-cli-java 1.3.1-3
ii libcommons-io-java 2.5-1
ii libcommons-lang3-java 3.4-1
ii libguava-java 19.0-1
ii libjsr305-java 0.1~+svn49-9
ii libsmali-java 2.1.2-1
ii libstringtemplate-java 3.2.1-2
ii libxmlunit-java 1.6-1
ii libxpp3-java 1.1.4c-2
ii libyaml-snake-java 1.17-1
ii openjdk-8-jre-headless [java7-runtime-headless] 8u91-b14-2
apktool recommends no packages.
apktool suggests no packages.
-- no debconf information
--
bye,
pabs
https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: apktool
Source-Version: 2.1.1+dfsg-2
We believe that the bug you reported is fixed in the latest version of
apktool, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chirayu Desai <[email protected]> (supplier of updated apktool package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 14 Jun 2016 21:16:35 +0530
Source: apktool
Binary: apktool
Architecture: source all
Version: 2.1.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Android Tools Maintainers
<[email protected]>
Changed-By: Chirayu Desai <[email protected]>
Description:
apktool - tool for reverse engineering Android apk files
Closes: 824925 824927 824930 824933
Changes:
apktool (2.1.1+dfsg-2) unstable; urgency=medium
.
* Team upload.
.
[ Chirayu Desai ]
* Depend on android-framework-res, and use it. (Closes: #824933)
* Use ~/.local/share/apktool for installing frameworks. (Closes: #824930)
.
[ Markus Koschany ]
* Patch wrapper script instead of replacing it. (Closes: #824927, #824925)
Checksums-Sha1:
2220a83e47a1c6472cbf548ef56997f3ee0f0411 2396 apktool_2.1.1+dfsg-2.dsc
9e1030585719046949ccd158dc08414d3fcf9f73 7340
apktool_2.1.1+dfsg-2.debian.tar.xz
e3b67c597a6225a6388d41ab4ace1f224b63fcfd 194962 apktool_2.1.1+dfsg-2_all.deb
Checksums-Sha256:
12d272b6e01bfdfae056eb8c8ba788eafd70545670c7e38fdb5a2d840d822923 2396
apktool_2.1.1+dfsg-2.dsc
c85bb15602a09a235cbbdbdea79c7396c7982fea269aa257cebc6b8dbfa8c4a9 7340
apktool_2.1.1+dfsg-2.debian.tar.xz
d449121d60138485edc3a82024e6c228206c2b10f5802679064f2d768312809d 194962
apktool_2.1.1+dfsg-2_all.deb
Files:
96b92e56293f85410987b06c706c99f2 2396 devel optional apktool_2.1.1+dfsg-2.dsc
2cf1e0eae1c3f0efe45c28b78ee2f2bc 7340 devel optional
apktool_2.1.1+dfsg-2.debian.tar.xz
ac3f97b81c74d6a5160098bb345836c4 194962 devel optional
apktool_2.1.1+dfsg-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJXZYM4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkidgP/AxAsabL/FE8S7rVYApYaK37
fn5I/XMc7EM0DFKaW6OUhzZMU8v6eIYFQfcByGXQzQfRvqZxlRM+HfGH5DuAV6QP
An7bzIDmHef1YwQ7HGNCIccfSvGwKTRVu6go69vaoSBfXPr0Sze+MErDsuk+NOx1
UAlj+cXO4c2pJ06vFfGo9L7hlxRYtpqepanV0N1rFaHZ+2I/3zb6lUKWx/KH5hv7
9o6fOeCqEzjuqIUTIcYRipNthMWa8EfOa5Z3O7Fjqe6uGMCfpm0HZD2S7Npss0qD
uJXk4zOgt7xAI968xjhJrCavpxP1XoHBZhasCU/8fTHd7QLwNQCj/PxrcB4OG2yI
h6W2+arheGQazPSSHSYPUurlulkY/Hw5zr1oWlGYFeclfogoT9ak0ELB/C4nxjxH
KvC1/WdAcTMZWYLrkgToDvI0IUQAO+QRSRKyoDUWSt2v2nLvqm+kNGUlag+b8cQ7
1DjC24pQHl0U+P+BiTHbpzwz6yUuzdwHMX2Jhiz2nih1eS0dhOyCmKO4hDaLUtzH
6oNOJoAPKgLJ0zk+W3P//pS1LbU/P2gPASfjfujPLvcPk6ECivxl4xOGtdgQddqJ
G7HxluwmVcO7gtmdKN9V+duBVpJ00pH0IOS7NSuISmbhFs9VUgAdcbXY3WGng/aG
of+YKnHx1h+36ZGoJEb9
=vOoz
-----END PGP SIGNATURE-----
--- End Message ---