This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository apktool.
commit 2d67a4029564bf05aa8ee1989d29e3715971e515 Author: Markus Koschany <[email protected]> Date: Tue Feb 16 20:07:19 2016 +0100 Use ExtDataInput --- debian/patches/LittleEndianDataInputStream.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/LittleEndianDataInputStream.patch b/debian/patches/LittleEndianDataInputStream.patch index 29bf643..f66c078 100644 --- a/debian/patches/LittleEndianDataInputStream.patch +++ b/debian/patches/LittleEndianDataInputStream.patch @@ -25,7 +25,7 @@ index bb8fbf5..5f854c2 100644 mFlagsOffsets = null; } - mIn = new ExtDataInput(new LEDataInputStream(arscStream)); -+ mIn = new brut.util.ExtDataInput((InputStream) new LittleEndianDataInputStream(arscStream)); ++ mIn = new ExtDataInput((InputStream) new LittleEndianDataInputStream(arscStream)); mResTable = resTable; mKeepBroken = keepBroken; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apktool.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

