[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.8.1.dfsg-1-15-g28d1e31

Mehdi Dogguy mehdi at debian.org
Fri Jun 24 13:45:45 UTC 2011


The following commit has been merged in the master branch:
commit 28d1e31bb1974badac2e275ab8ccba5472e639fa
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Jun 24 14:31:27 2011 +0200

    Fix package description to make lintian happy.

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 <mehdi at debian.org>  Fri, 24 Jun 2011 14:28:54 +0200
+ -- Mehdi Dogguy <mehdi at debian.org>  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.

-- 
Scala packaging



More information about the Pkg-scala-commits mailing list