[javatools] 01/02: apply patch for #732860

Tony Mancill tmancill at moszumanska.debian.org
Sun Dec 22 19:18:53 UTC 2013


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

tmancill pushed a commit to branch master
in repository javatools.

commit 05936679a3f3c58e6eb480294f3a9a2d47abe1bf
Author: tony mancill <tmancill at debian.org>
Date:   Sun Dec 22 11:12:52 2013 -0800

    apply patch for #732860
---
 java-arch.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/java-arch.sh b/java-arch.sh
index 0dd3271..d9f9dd3 100755
--- a/java-arch.sh
+++ b/java-arch.sh
@@ -14,12 +14,18 @@ else
 fi
 
 case $DPKG_ARCH in 
+	arm64)
+		echo aarch64
+		;;
 	armel|armeb|armhf)
 		echo arm
 		;;
 	powerpc|powerpcspe)
 		echo ppc
 		;;
+	ppc64el)
+		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