diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-11-25 14:48:47 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-11-25 14:48:47 +0000 |
commit | 643b3a87654a96a74fc96d94de8d23296188da0c (patch) | |
tree | abec1938faf498e359ddac921f6efb624cec1c2b | |
parent | 671cf6bea901dea7d1abc0cca9bedc92270704f7 (diff) | |
download | java-common-643b3a87654a96a74fc96d94de8d23296188da0c.tar.gz |
Fix some wrong version declarations
-rw-r--r-- | debian-java-faq/debian-java-faq.sgml | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian-java-faq/debian-java-faq.sgml b/debian-java-faq/debian-java-faq.sgml index 5f6aed2..7935cdd 100644 --- a/debian-java-faq/debian-java-faq.sgml +++ b/debian-java-faq/debian-java-faq.sgml @@ -161,7 +161,7 @@ generally speaking they would be: <item>Sun's OpenJDK 6, available since the Debian 5.0 <em>Lenny</em> release in the <em>main</em> section. -<item>Oracle's OpenJDK 7, available since the Debian 7.0 <em>Lenny</em> +<item>Oracle's OpenJDK 7, available since the Debian 7.0 <em>Wheezy</em> release in the <em>main</em> section. <item>The combination GCJ, GIJ, and Classpath in the <em>main</em> section. diff --git a/debian/changelog b/debian/changelog index c93e859..0495b94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +java-common (0.51) UNRELEASED; urgency=low + + * Fix some wrong version declarations + + -- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Nov 2013 15:46:09 +0100 + java-common (0.50) unstable; urgency=low * Remove the 'Libraries must depend on the needed runtime environment' |