summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2016-02-03 11:10:28 +0100
committerMatthias Klose <doko@ubuntu.com>2016-02-03 11:10:28 +0100
commit6f4bef652e8ab1a7e790e6b3ef8824632e61f379 (patch)
treed8d99301ce59b208ff492a7454675ac7a1d0e69d
parent6f023eed85302d60eff0fcd06c6279b9cf958bfd (diff)
downloadjava-common-6f4bef652e8ab1a7e790e6b3ef8824632e61f379.tar.gz
* Bump m68k to 1.8.
-rw-r--r--debian/changelog4
-rw-r--r--debian/java_defaults.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index fc06211..a1ca7f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
java-common (0.55) UNRELEASED; urgency=medium
- * Bump sh4 and sparc64 to 1.8.
+ * Bump m68k, sh4 and sparc64 to 1.8.
- -- Matthias Klose <doko@debian.org> Mon, 04 Jan 2016 18:33:30 +0100
+ -- Matthias Klose <doko@debian.org> Wed, 03 Feb 2016 11:08:03 +0100
java-common (0.54) experimental; urgency=medium
diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk
index c1f6097..f84ccbf 100644
--- a/debian/java_defaults.mk
+++ b/debian/java_defaults.mk
@@ -5,14 +5,14 @@
java9_architectures =
java8_architectures = $(java9_architectures) \
alpha amd64 arm64 armel armhf i386 \
- mips mipsel mips64el \
+ m68k mips mipsel mips64el \
powerpc powerpcspe ppc64 ppc64el \
s390x sh4 sparc64 x32 \
kfreebsd-amd64 kfreebsd-i386
java7_architectures = $(java8_architectures)
java6_architectures = $(java7_architectures)
java5_architectures = $(java6_architectures) \
- hppa ia64 m68k s390 sparc \
+ hppa ia64 s390 sparc \
hurd-i386
java_architectures = $(java5_architectures)