summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNiels Thykier <nthykier@debian.org>2010-06-30 22:08:57 +0000
committerNiels Thykier <nthykier@debian.org>2010-06-30 22:08:57 +0000
commit03dc0ef4fd6ab9badf35bd34a2fd5002c9cfbbfb (patch)
treefe0f0cd239d54f5077d85c9e454a35970de9dbb5 /debian/control
parent30e48b4ad8265ec56eccf6f92d05f01566239774 (diff)
downloadjava-common-03dc0ef4fd6ab9badf35bd34a2fd5002c9cfbbfb.tar.gz
java-common (0.38) UNRELEASED; urgency=low
* Updated the description of gcj-native-helper and also the previous changelog entry to clarify that gcj-native-helper is only a partial replacement for default-jdk-builddep. Please see README.gcj-native-transition in the java-common package for more information on the transition. * Added missing Replaces/Conflicts for gcj-native-helper. * Bumped Standards-Versions to 3.9.0 - no changes required. -- Niels Thykier <niels@thykier.net> Wed, 30 Jun 2010 22:05:13 +0200
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 11 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 00ace8a..cbec322 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Michael Koch <konqueror@gmx.de>, Matthias Klose <doko@debian.org>, To
Niels Thykier <niels@thykier.net>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
DM-Upload-Allowed: yes
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-common/
@@ -74,9 +74,17 @@ Package: gcj-native-helper
Architecture: any
Depends: default-jdk (= ${binary:Version}), ${jdk:builddep}, ${misc:Depends}
Provides: default-jdk-builddep
+Conflicts: default-jdk-builddep
+Replaces: default-jdk-builddep
Description: Standard helper tools for creating gcj native packages
This package points to the build dependencies used to build
gcj native packages.
.
- During the transition from default-jdk-builddep to gcj-native-helper,
- this package will also depend on default-jdk to avoid breakage.
+ 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.
+ .
+ Note: During the transition from default-jdk-builddep to
+ gcj-native-helper, this package will also depend on
+ default-jdk to avoid breakage.