[pkg-java] r17113 - trunk/java-common/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Aug 5 16:02:29 UTC 2013
Author: sylvestre
Date: 2013-08-05 16:02:29 +0000 (Mon, 05 Aug 2013)
New Revision: 17113
Modified:
trunk/java-common/debian/changelog
trunk/java-common/debian/control
Log:
Fix empty-binary-package on gcj-native-helper, default-jre & default-jdk
Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog 2013-08-05 15:19:07 UTC (rev 17112)
+++ trunk/java-common/debian/changelog 2013-08-05 16:02:29 UTC (rev 17113)
@@ -4,6 +4,7 @@
* Team upload.
* Finalize the upload to switch to OpenJDK 7.
See http://lists.debian.org/debian-devel-announce/2013/08/msg00000.html
+ * Fix empty-binary-package on gcj-native-helper, default-jre & default-jdk
* Remove local variables in the changelog
* Update of the Debian Java FAQ (was starting to become obsolete)
* Update of the Java policy:
Modified: trunk/java-common/debian/control
===================================================================
--- trunk/java-common/debian/control 2013-08-05 15:19:07 UTC (rev 17112)
+++ trunk/java-common/debian/control 2013-08-05 16:02:29 UTC (rev 17113)
@@ -33,7 +33,7 @@
${misc:Depends}
Provides: ${jre:provides}
Description: Standard Java or Java compatible Runtime
- This package points to the Java runtime, or Java compatible
+ This dependency package points to the Java runtime, or Java compatible
runtime recommended for the ${jre:arch} architecture,
which is ${jre} for ${jre:arch}.
@@ -57,7 +57,7 @@
${misc:Depends}
Provides: ${jdk:provides}
Description: Standard Java or Java compatible Development Kit
- This package points to the Java runtime, or Java compatible
+ This dependency package points to the Java runtime, or Java compatible
development kit recommended for this architecture, which is
${jdk} for ${jre:arch}.
@@ -78,7 +78,7 @@
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
+ This dependency package points to the build dependencies used to build
gcj native packages.
.
Unlike default-jdk-builddep, this package only provides the
More information about the pkg-java-commits
mailing list