Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bump OpenJDK version for sh4 arch to 11
· 7d7bd5d8
Tony Mancill
authored
Dec 29, 2018
7d7bd5d8
Bump Standards-Version to 4.3.0
· 8c65c171
Tony Mancill
authored
Dec 29, 2018
8c65c171
interim changelog
· 2b293854
Tony Mancill
authored
Dec 29, 2018
2b293854
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2b293854
java-common (0.71) UNRELEASED; urgency=medium
* Team upload.
* Bump OpenJDK version for sh4 arch to 11 (Closes: #917772)
* Bump Standards-Version to 4.3.0
-- tony mancill <tmancill@debian.org> Sat, 29 Dec 2018 19:04:23 -0800
java-common (0.70) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
2b293854
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.
1.5
Standards-Version: 4.
3.0
Vcs-Git: https://salsa.debian.org/java-team/java-common.git
Vcs-Browser: https://salsa.debian.org/java-team/java-common
Homepage: https://wiki.debian.org/Java/
...
...
debian/java_defaults.mk
View file @
2b293854
...
...
@@ -7,10 +7,9 @@ java11_architectures = $(java12_architectures) \
alpha amd64 arm64 armel armhf i386
\
ia64 m68k mips mipsel mips64el
\
powerpc ppc64 ppc64el
\
riscv64 s390x sparc64 x32
riscv64 s390x
sh4
sparc64 x32
java10_architectures
=
$(
java11_architectures
)
\
powerpcspe
\
sh4
powerpcspe
java9_architectures
=
$(
java10_architectures
)
java8_architectures
=
$(
java9_architectures
)
\
kfreebsd-amd64 kfreebsd-i386
...
...