From 54065c579e343b401c42f126440d1542356b37a1 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Tue, 19 Aug 2008 13:42:40 +0000 Subject: Moving debian packaging files into their own miniature repository. --- debian/control | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control deleted file mode 100644 index 2bc58da49d..0000000000 --- a/debian/control +++ /dev/null @@ -1,31 +0,0 @@ -Source: scala -Section: devel -Priority: optional -Maintainer: Lex Spoon -Standards-Version: 3.7.2 -Build-Depends: gcj-4.1, java-gcj-compat-dev, gij | java-virtual-machine, ant, debhelper (>= 5) - -Package: scala -Architecture: all -Depends: scala-library, java-gcj-compat-dev, gij | java-virtual-machine -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 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. - . - This package includes the various tools used to develop - code written in Scala. It includes a compiler (scalac), - an interpreter and script runner (scala), the offline - compiler (fsc), and source-scanning documentation - generator (scaladoc). - - -Package: scala-library -Architecture: all -Depends: gij | java-virtual-machine -Description: The Scala standard library - This run-time library is needed to run Scala programs. -- cgit v1.2.3