Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Added riscv64 to the list of Java 10 architectures (Closes: #897039)
· 8b3ee6f4
Emmanuel Bourg
authored
Jun 06, 2018
8b3ee6f4
default-jre no longer suggest default-java-plugin (Closes: #893849)
· c2feef9a
Emmanuel Bourg
authored
Jun 06, 2018
c2feef9a
Upload to unstable
· 9ea33c8f
Emmanuel Bourg
authored
Jun 06, 2018
9ea33c8f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9ea33c8f
java-common (0.67) unstable; urgency=medium
* Team upload.
* Added riscv64 to the list of Java 10 architectures (Closes: #897039)
* default-jre no longer suggest default-java-plugin (Closes: #893849)
-- Emmanuel Bourg <ebourg@apache.org> Wed, 06 Jun 2018 14:02:34 +0200
java-common (0.66) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
9ea33c8f
...
...
@@ -23,7 +23,6 @@ Package: default-jre
Architecture: any
Depends: default-jre-headless (= ${binary:Version}), ${jre},
${misc:Depends}
Suggests: default-java-plugin
Provides: ${jre:provides}
Description: Standard Java or Java compatible Runtime
This dependency package points to the Java runtime, or Java compatible
...
...
debian/java_defaults.mk
View file @
9ea33c8f
...
...
@@ -8,7 +8,7 @@ java10_architectures = $(java11_architectures) \
alpha amd64 arm64 armel armhf i386
\
ia64 mips mipsel mips64el
\
powerpc ppc64 ppc64el
\
s390x sparc64 sh4 x32
riscv64
s390x sparc64 sh4 x32
java9_architectures
=
$(
java10_architectures
)
\
m68k powerpcspe
java8_architectures
=
$(
java9_architectures
)
\
...
...
@@ -51,7 +51,7 @@ _java_host_cpu := $(if $(DEB_HOST_ARCH_CPU),$(DEB_HOST_ARCH_CPU),$(shell dpkg-ar
jvm_archdir_map
=
\
alpha
=
alpha
armel
=
arm
armhf
=
arm
arm64
=
aarch64
amd64
=
amd64
hppa
=
parisc
\
i386
=
i386
m68k
=
m68k
mips
=
mips
mipsel
=
mipsel
mips64
=
mips64
mips64el
=
mips64el
\
powerpc
=
ppc
powerpcspe
=
ppc
ppc64
=
ppc64
ppc64el
=
ppc64le
\
powerpc
=
ppc
powerpcspe
=
ppc
ppc64
=
ppc64
ppc64el
=
ppc64le
riscv64
=
riscv64
\
sparc
=
sparc
sparc64
=
sparc64
sh4
=
sh
s390x
=
s390x
ia64
=
ia64
x32
=
x32
jvm_archdir
:=
\
...
...