diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-08-05 16:02:29 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-08-05 16:02:29 +0000 |
commit | 762cb123f911f835737316225d12a85c13696cef (patch) | |
tree | a17b09c4e4e11e6287775d5f836a895f62d5645d | |
parent | 666f38fef4a9739e7642322bbd968789fd7ee737 (diff) | |
download | java-common-762cb123f911f835737316225d12a85c13696cef.tar.gz |
Fix empty-binary-package on gcj-native-helper, default-jre & default-jdk
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1ab2ccc..257a000 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ java-common (0.49) unstable; urgency=low * 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: diff --git a/debian/control b/debian/control index fdc1114..43d48d7 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Depends: default-jre-headless (= ${binary:Version}), ${jre}${jre:version}, ${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 @@ Depends: default-jre (= ${binary:Version}), ${jdk}${jdk:version}, ${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 @@ 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 + This dependency package points to the build dependencies used to build gcj native packages. . Unlike default-jdk-builddep, this package only provides the |