This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala-2.10.
commit 28d1e31bb1974badac2e275ab8ccba5472e639fa Author: Mehdi Dogguy <[email protected]> Date: Fri Jun 24 14:31:27 2011 +0200 Fix package description to make lintian happy. --- debian/changelog | 3 ++- debian/control | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ffe52c..6084341 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ scala (2.9.0.1.dfsg-1) unstable; urgency=low * Refresh patch. * Use Scala's provided JLine 2, instead of libjline-java. * Make scala-doc depends on libjs-jquery{,ui}. + * Fix package description to make lintian happy. [ Frank S. Thomas ] * Updated debian/copyright for Scala 2.9.0.1. @@ -12,7 +13,7 @@ scala (2.9.0.1.dfsg-1) unstable; urgency=low * Fix spelling error in changelog. * Remove copyright information about docs/android-examples. - -- Mehdi Dogguy <[email protected]> Fri, 24 Jun 2011 14:28:54 +0200 + -- Mehdi Dogguy <[email protected]> Fri, 24 Jun 2011 14:31:05 +0200 scala (2.8.1.dfsg-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 5f0df42..ffae3f1 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Depends: scala-library (= ${source:Version}), openjdk-6-jre | java6-runtime, ${misc:Depends} -Description: The Scala programming language +Description: Scala programming language Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and @@ -43,7 +43,7 @@ Architecture: all Depends: openjdk-6-jre | java6-runtime, ${misc:Depends} -Description: The Scala standard library +Description: Scala standard library This run-time library is needed to run Scala programs. Package: scala-doc @@ -53,5 +53,5 @@ Depends: libjs-jquery-ui, ${misc:Depends} Section: doc -Description: The Scala API documentation +Description: Scala API documentation This is the API documentation for Scala. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

