This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala-2.10.
commit 893b467cc31a21da64ac648c5437b0680b91d090 Author: Mehdi Dogguy <[email protected]> Date: Sat Mar 5 19:12:41 2011 +0100 Wrap lines in debian/control --- debian/control | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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 <[email protected]> -Uploaders: Mehdi Dogguy <[email protected]>, Min Huang <[email protected]> +Uploaders: + Mehdi Dogguy <[email protected]>, + Min Huang <[email protected]> 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

