Skip to content
Snippets Groups Projects
Commit 21478d91 authored by Matthias Klose's avatar Matthias Klose Committed by Tony Mancill
Browse files

Import Debian version 0.64

java-common (0.64) unstable; urgency=medium

  * Bump sparc64 defaults to 1.10.
parent 9ef5c73d
No related branches found
No related tags found
No related merge requests found
java-common (0.64) unstable; urgency=medium
* Bump sparc64 defaults to 1.10.
-- Matthias Klose <doko@debian.org> Mon, 30 Apr 2018 22:34:12 +0200
java-common (0.63.1) experimental; urgency=medium
[ Tiago Stürmer Daitx ]
......
......@@ -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.3
Standards-Version: 4.1.4
Vcs-Git: https://anonscm.debian.org/git/pkg-java/java-common.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/java-common.git
Homepage: https://wiki.debian.org/Java/
......@@ -79,28 +79,28 @@ Description: Standard Java or Java compatible Development Kit (documentation)
kit, or Java compatible development kit recommended for Debian, which is
${doc} for ${jre:arch}.
Package: default-java-plugin
Architecture: any
Depends: default-jre (= ${binary:Version}), ${plugin}, ${misc:Depends}
Provides: icedtea-plugin
Description: Default Java Plugin for running applets and Java Web Start applications
This dependency package points to the default Java Plugin recommended
for the ${jre:arch} architecture. The Java Plugin adds the ability to run
Java applets from a web browser and launch Java Web Start applications using
the Java Network Launch Protocol (JNLP).
#Package: default-java-plugin
#Architecture: any
#Depends: default-jre (= ${binary:Version}), ${plugin}, ${misc:Depends}
#Provides: icedtea-plugin
#Description: Default Java Plugin for running applets and Java Web Start applications
# This dependency package points to the default Java Plugin recommended
# for the ${jre:arch} architecture. The Java Plugin adds the ability to run
# Java applets from a web browser and launch Java Web Start applications using
# the Java Network Launch Protocol (JNLP).
Package: gcj-native-helper
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: gcj-jdk, ${misc:Depends}
Provides: default-jdk-builddep
Conflicts: default-jdk-builddep
Replaces: default-jdk-builddep
Description: Standard helper tools for creating gcj native packages
This dependency package points to the build dependencies used to build
gcj native packages.
.
Unlike default-jdk-builddep, this package only provides the
helpers to compile jar/class files into native code and not
a Java Development Kit (JDK). You do not need this package
unless you are compiling jar/class files to native code.
#Package: gcj-native-helper
#Architecture: any
#Pre-Depends: ${misc:Pre-Depends}
#Depends: gcj-jdk, ${misc:Depends}
#Provides: default-jdk-builddep
#Conflicts: default-jdk-builddep
#Replaces: default-jdk-builddep
#Description: Standard helper tools for creating gcj native packages
# This dependency package points to the build dependencies used to build
# gcj native packages.
# .
# Unlike default-jdk-builddep, this package only provides the
# helpers to compile jar/class files into native code and not
# a Java Development Kit (JDK). You do not need this package
# unless you are compiling jar/class files to native code.
......@@ -7,9 +7,9 @@ java10_architectures = $(java11_architectures) \
alpha amd64 arm64 armel armhf i386 \
ia64 mips mipsel mips64el \
powerpc ppc64 ppc64el \
s390x sh4 x32
s390x sparc64 sh4 x32
java9_architectures = $(java10_architectures) \
m68k powerpcspe sparc64
m68k powerpcspe
java8_architectures = $(java9_architectures) \
kfreebsd-amd64 kfreebsd-i386
java7_architectures = $(java8_architectures)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment