small changes to make lintian happy

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7731 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
spoon 2006-06-08 10:18:08 +00:00
parent f755809091
commit c120e5ae0b
1 changed files with 5 additions and 5 deletions

10
debian/control vendored
View File

@ -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.