Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
java-common
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
java-common
Commits
21478d91
Commit
21478d91
authored
6 years ago
by
Matthias Klose
Committed by
Tony Mancill
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Import Debian version 0.64
java-common (0.64) unstable; urgency=medium * Bump sparc64 defaults to 1.10.
parent
9ef5c73d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+25
-25
25 additions, 25 deletions
debian/control
debian/java_defaults.mk
+2
-2
2 additions, 2 deletions
debian/java_defaults.mk
with
33 additions
and
27 deletions
debian/changelog
+
6
−
0
View file @
21478d91
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 ]
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
25
−
25
View file @
21478d91
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
debian/java_defaults.mk
+
2
−
2
View file @
21478d91
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment