[SCM] UNNAMED PROJECT branch, master, updated. 0.37-13-gab56655

Niels Thykier niels at thykier.net
Mon Jan 23 10:35:28 UTC 2012


The following commit has been merged in the master branch:
commit 8696a4a3539765c48a36cbf58d96fb704ef4a512
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jan 17 13:29:19 2012 +0100

    Added some more architectures to java-arch.sh
    
    Signed-off-by: Niels Thykier <niels at thykier.net>

diff --git a/debian/changelog b/debian/changelog
index 25831aa..ce827d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+javatools (0.39) UNRELEASED; urgency=low
+
+  * Corrected java-arch.sh output for armhf, sh4 and powerpcspe.
+
+ -- Niels Thykier <niels at thykier.net>  Tue, 17 Jan 2012 13:27:05 +0100
+
 javatools (0.38) unstable; urgency=low
 
   * Added missing empty line the in d/control generated by jh_makepkg
diff --git a/java-arch.sh b/java-arch.sh
index 6609729..9284e66 100755
--- a/java-arch.sh
+++ b/java-arch.sh
@@ -14,10 +14,10 @@ else
 fi
 
 case $DPKG_ARCH in 
-	armel|armeb) 
+	armel|armeb|armhf)
 		echo arm
 		;;
-	powerpc) 
+	powerpc|powerpcspe)
 		echo ppc
 		;;
 	s390x)
@@ -29,6 +29,9 @@ case $DPKG_ARCH in
 	sparc64)
 		echo sparc
 		;; 
+	sh4)
+		echo sh
+		;;
 	*) 
 		echo  $DPKG_ARCH
 		;;

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list