summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2016-01-05 11:02:58 +0100
committerMatthias Klose <doko@ubuntu.com>2016-01-05 11:02:58 +0100
commit6f023eed85302d60eff0fcd06c6279b9cf958bfd (patch)
treefc088a333afeed4b59a413d675cdf66f42299b44
parenta8de0e2a82f88e6f89cf0155a9ef55b670d44a0d (diff)
downloadjava-common-6f023eed85302d60eff0fcd06c6279b9cf958bfd.tar.gz
* Bump sh4 to 1.8.
-rw-r--r--debian/changelog2
-rw-r--r--debian/java_defaults.mk5
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6dbcfdd..fc06211 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
java-common (0.55) UNRELEASED; urgency=medium
- * Bump sparc64 to 1.8.
+ * Bump sh4 and sparc64 to 1.8.
-- Matthias Klose <doko@debian.org> Mon, 04 Jan 2016 18:33:30 +0100
diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk
index 34b5a71..c1f6097 100644
--- a/debian/java_defaults.mk
+++ b/debian/java_defaults.mk
@@ -7,10 +7,9 @@ java8_architectures = $(java9_architectures) \
alpha amd64 arm64 armel armhf i386 \
mips mipsel mips64el \
powerpc powerpcspe ppc64 ppc64el \
- s390x sparc64 x32 \
+ s390x sh4 sparc64 x32 \
kfreebsd-amd64 kfreebsd-i386
-java7_architectures = $(java8_architectures) \
- sh4
+java7_architectures = $(java8_architectures)
java6_architectures = $(java7_architectures)
java5_architectures = $(java6_architectures) \
hppa ia64 m68k s390 sparc \