diff options
author | Michael Koch <konqueror@gmx.de> | 2008-04-26 22:11:21 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2008-04-26 22:11:21 +0000 |
commit | ac51c75b880ab73ec226e47f31849f214a9bd0ce (patch) | |
tree | 996d54e8a584f0d684ef2d111364c59482ed0efb | |
parent | 7fd9488dea5b9c25501065ff8f48d4f051603d26 (diff) | |
download | java-common-ac51c75b880ab73ec226e47f31849f214a9bd0ce.tar.gz |
java-common (0.30) unstable; urgency=low
* Fix description generation for default-jre. Closes: #476978.
-- Michael Koch <konqueror@gmx.de> Sun, 27 Apr 2008 00:13:55 +0200
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1a0ac1c..316ab0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +java-common (0.30) unstable; urgency=low + + * Fix description generation for default-jre. Closes: #476978. + + -- Michael Koch <konqueror@gmx.de> Sun, 27 Apr 2008 00:13:55 +0200 + java-common (0.29) unstable; urgency=low * Do not build the default-* packages on alpha, arm, hppa. diff --git a/debian/control b/debian/control index 4033f1f..2deadac 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Provides: ${jre:provides} Description: Standard Java or Java compatible Runtime This package points to the Java runtime, or Java compatible runtime recommended for the ${jre:arch} architecture, - which is ${jdk} for ${jdk:arch}. + which is ${jdk} for ${jre:arch}. Package: default-jre-headless Section: interpreters |