[javatools] 01/01: applying patch for 0.48+deb8u1 stable-proposed-updates upload

Tony Mancill tmancill at moszumanska.debian.org
Sat Aug 13 05:24:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch jessie
in repository javatools.

commit de82f22aaf28f23c1325e4b9872a3746b3b5d98f
Author: tony mancill <tmancill at debian.org>
Date:   Fri Aug 12 22:20:13 2016 -0700

    applying patch for 0.48+deb8u1 stable-proposed-updates upload
    
    javatools (0.48+deb8u1) jessie; urgency=medium
     * Non-maintainer upload.
     * Fixed the arch returned for ppc64el in java-arch.sh (closes: #833572)
    
    Thank you to Julien Cristau for the patch and upload.
---
 debian/changelog | 7 +++++++
 java-arch.sh     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43bfb9b..310ce61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+javatools (0.48+deb8u1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixed the arch returned for ppc64el in java-arch.sh (closes: #833572)
+
+ -- Julien Cristau <jcristau at debian.org>  Sat, 06 Aug 2016 10:59:36 +0200
+
 javatools (0.48) unstable; urgency=medium
 
   * Team upload.
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



More information about the pkg-java-commits mailing list