Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Moved m68k to the list of Java 10 architectures (Closes: #904585)
· 7a7b4d97
Emmanuel Bourg
authored
Jul 25, 2018
7a7b4d97
Standards-Version updated to 4.1.5
· f2e30970
Emmanuel Bourg
authored
Jul 25, 2018
f2e30970
Upload to unstable
· 9ebe9a62
Emmanuel Bourg
authored
Jul 25, 2018
9ebe9a62
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9ebe9a62
java-common (0.68)
UNRELEASED
; urgency=medium
java-common (0.68)
unstable
; urgency=medium
* Team upload.
* Moved powerpcspe to the list of Java 10 architectures (Closes: #901571)
* Moved m68k to the list of Java 10 architectures (Closes: #904585)
* Standards-Version updated to 4.1.5
-- Emmanuel Bourg <ebourg@apache.org>
Thu, 14
Ju
n
2018 2
2
:47:
46
+0200
-- Emmanuel Bourg <ebourg@apache.org>
Wed, 25
Ju
l
2018 2
3
:47:
52
+0200
java-common (0.67) unstable; urgency=medium
...
...
debian/control
View file @
9ebe9a62
...
...
@@ -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.
4
Standards-Version: 4.1.
5
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 @
9ebe9a62
...
...
@@ -6,11 +6,10 @@ java12_architectures =
java11_architectures
=
$(
java12_architectures
)
java10_architectures
=
$(
java11_architectures
)
\
alpha amd64 arm64 armel armhf i386
\
ia64 mips mipsel mips64el
\
ia64
m68k
mips mipsel mips64el
\
powerpc ppc64 ppc64el powerpcspe
\
riscv64 s390x sparc64 sh4 x32
java9_architectures
=
$(
java10_architectures
)
\
m68k
java9_architectures
=
$(
java10_architectures
)
java8_architectures
=
$(
java9_architectures
)
\
kfreebsd-amd64 kfreebsd-i386
java7_architectures
=
$(
java8_architectures
)
...
...