This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javatools.
commit f0123ce2bf0a3182b574d49e2c62c0727608ba5d Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 28 13:52:16 2016 +0200 Fixed the arch returned for ppc64el in java-arch.sh (LP: #1576170) --- debian/changelog | 1 + java-arch.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fbd403b..467dc23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ javatools (0.55) UNRELEASED; urgency=medium * jh_makepkg: Removed the deprecated --maven option * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs + * Fixed the arch returned for ppc64el in java-arch.sh (LP: #1576170) -- Emmanuel Bourg <[email protected]> Fri, 13 Nov 2015 11:06:04 +0100 diff --git a/java-arch.sh b/java-arch.sh index e98147d..d9f9dd3 100755 --- a/java-arch.sh +++ b/java-arch.sh @@ -24,7 +24,7 @@ case $DPKG_ARCH in echo ppc ;; ppc64el) - echo ppc64 + echo ppc64le ;; hppa) echo parisc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

