diff options
author | Niels Thykier <nthykier@debian.org> | 2010-04-05 17:55:58 +0000 |
---|---|---|
committer | Niels Thykier <nthykier@debian.org> | 2010-04-05 17:55:58 +0000 |
commit | 3ec5cae35fd4183f18841d90f4db8a5e6a6e3cab (patch) | |
tree | d3662bdac18ab0d36485cbe5bb543cc5271c77b3 | |
parent | 363d10c76622d00d59467d288d765645d3f6a33f (diff) | |
download | java-common-3ec5cae35fd4183f18841d90f4db8a5e6a6e3cab.tar.gz |
Fix typo, self suggests and added missing closes.
-rw-r--r-- | debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 403cf62..07af622 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,4 +1,4 @@ -This packages contains information about how to make your java environment +This package contains information about how to make your java environment work. The package contains the Proposed Debian Java Policy and the Debian Java FAQ. It should probably be enough to get things going. diff --git a/debian/changelog b/debian/changelog index 6ce66bf..4834a14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ java-common (0.35) unstable; urgency=low * Integrated adapted parts of the FOSDEM06 proposal into the Java Policy. - Java libraries are no longer required to depend on a JVM - (Closes: #227587) + (Closes: #227587, #505166) * Updated to java-faq to match the online version. * Bumped debhelper compat to 7. - Added missing ${misc:Depends} @@ -17,6 +17,8 @@ java-common (0.35) unstable; urgency=low * Converted source to 3.0 (native). * Bumped Standards-Version to 3.8.4 - no changes required. * Set DM-Upload-Allowed. + * Removed self suggest in default-jre. + * Fixed a spelling mistake in README.Debian. -- Niels Thykier <niels@thykier.net> Mon, 05 Apr 2010 18:01:40 +0200 diff --git a/debian/control b/debian/control index 49a0a86..086384f 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,6 @@ Package: default-jre Architecture: any Depends: default-jre-headless (= ${binary:Version}), ${jre}${jre:version}, ${misc:Depends} -Suggests: default-jre Provides: ${jre:provides} Description: Standard Java or Java compatible Runtime This package points to the Java runtime, or Java compatible |