[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.7.dfsg-4-15-g714bab5

Mehdi Dogguy mehdi at debian.org
Sat Mar 5 21:38:16 UTC 2011


The following commit has been merged in the master branch:
commit 893b467cc31a21da64ac648c5437b0680b91d090
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Mar 5 19:12:41 2011 +0100

    Wrap lines in debian/control

diff --git a/debian/control b/debian/control
index f614ae3..35221a1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,25 @@ Source: scala
 Section: devel
 Priority: optional
 Maintainer: Debian Scala Maintainers <pkg-scala-maint at lists.alioth.debian.org>
-Uploaders: Mehdi Dogguy <mehdi at debian.org>, Min Huang <min.huang at alumni.usc.edu>
+Uploaders:
+ Mehdi Dogguy <mehdi at debian.org>,
+ Min Huang <min.huang at alumni.usc.edu>
 DM-Upload-Allowed: yes
 Standards-Version: 3.8.1
-Build-Depends: openjdk-6-jdk | java-compiler, ant, debhelper (>= 7.0.50)
+Build-Depends:
+ openjdk-6-jdk | java-compiler,
+ ant,
+ debhelper (>= 7.0.50)
 Homepage: http://www.scala-lang.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-scala/packages/scala.git
 Vcs-Git: git://git.debian.org/git/pkg-scala/packages/scala.git
 
 Package: scala
 Architecture: all
-Depends: scala-library (= ${source:Version}), openjdk-6-jre | java6-runtime, ${misc:Depends}
+Depends:
+ scala-library (= ${source:Version}),
+ openjdk-6-jre | java6-runtime,
+ ${misc:Depends}
 Description: The Scala programming language
  Scala is a Java-compatible programming language with many
  modern language features.  It is Java-compatible in that
@@ -29,13 +37,16 @@ Description: The Scala programming language
 
 Package: scala-library
 Architecture: all
-Depends: openjdk-6-jre | java6-runtime, ${misc:Depends}
+Depends:
+ openjdk-6-jre | java6-runtime,
+ ${misc:Depends}
 Description: The Scala standard library
  This run-time library is needed to run Scala programs.
 
 Package: scala-doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
 Section: doc
 Description: The Scala API documentation
  This is the API documentation for Scala.

-- 
Scala packaging



More information about the Pkg-scala-commits mailing list