summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-06-08 10:18:08 +0000
committerLex Spoon <lex@lexspoon.org>2006-06-08 10:18:08 +0000
commitfe6c95442908e544affb910daafe23d7d53c6e65 (patch)
treefdf6cdcd974f5da648a5d07e3a7d90f3580dccdd /debian
parent4825d24dac811ddd9934dbc4b4572323648c5312 (diff)
downloadscala-fe6c95442908e544affb910daafe23d7d53c6e65.tar.gz
scala-fe6c95442908e544affb910daafe23d7d53c6e65.tar.bz2
scala-fe6c95442908e544affb910daafe23d7d53c6e65.zip
small changes to make lintian happy
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index c38cb3b0a5..e580e55de3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: scala
Section: devel
Priority: optional
Maintainer: Lex Spoon <lex@debian.org>
-Standards-Version: 3.6.1
-Build-Depends: java-compiler, ant
+Standards-Version: 3.7.2
+Build-Depends: java-compiler, ant, debhelper (>= 5)
Package: scala
Architecture: all
@@ -12,8 +12,8 @@ Recommends: sbaz
Description: The 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,
- subclass each other, and send messages to each other. It
+ Scala and Java classes can directly reference each other and
+ subclass each other with no glue code needed. It
includes modern language features such as closures,
pattern-matching, parametric types, and virtual type members.
.
@@ -23,7 +23,7 @@ Description: The Scala programming language
Package: scala-library
Architecture: all
-Depends: java-virtual-machine
+Depends: gij | java-virtual-machine
Description: The Scala standard library
The Scala standard library. This is needed to run Scala programs.