diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-01-04 18:35:44 +0100 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2016-01-04 18:35:44 +0100 |
commit | a8de0e2a82f88e6f89cf0155a9ef55b670d44a0d (patch) | |
tree | f0325551a4c43cf94bb3d5c238bd66a923d76b28 | |
parent | d4a155ecc201a54153dd57efdd19bbe6ace04482 (diff) | |
download | java-common-a8de0e2a82f88e6f89cf0155a9ef55b670d44a0d.tar.gz |
* Bump sparc64 to 1.8.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/java_defaults.mk | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 88274b9..6dbcfdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +java-common (0.55) UNRELEASED; urgency=medium + + * Bump sparc64 to 1.8. + + -- Matthias Klose <doko@debian.org> Mon, 04 Jan 2016 18:33:30 +0100 + java-common (0.54) experimental; urgency=medium * Team upload. diff --git a/debian/java_defaults.mk b/debian/java_defaults.mk index be95fca..34b5a71 100644 --- a/debian/java_defaults.mk +++ b/debian/java_defaults.mk @@ -7,13 +7,13 @@ java8_architectures = $(java9_architectures) \ alpha amd64 arm64 armel armhf i386 \ mips mipsel mips64el \ powerpc powerpcspe ppc64 ppc64el \ - s390x x32 \ + s390x sparc64 x32 \ kfreebsd-amd64 kfreebsd-i386 java7_architectures = $(java8_architectures) \ sh4 java6_architectures = $(java7_architectures) java5_architectures = $(java6_architectures) \ - hppa ia64 m68k s390 sparc sparc64 \ + hppa ia64 m68k s390 sparc \ hurd-i386 java_architectures = $(java5_architectures) |