[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.3-1-10-ge022739
Mehdi Dogguy
dogguy at pps.jussieu.fr
Tue Feb 3 14:21:58 UTC 2009
The following commit has been merged in the master branch:
commit 62ee2235e3c324b747062f9ea781617abf93907e
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Mon Feb 2 18:22:58 2009 +0100
Switch arch back to all
diff --git a/debian/changelog b/debian/changelog
index bc6670d..9b6ddb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+scala (2.7.3-3) unstable; urgency=low
+
+ * Switch arch back to « all ».
+
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr> Mon, 02 Feb 2009 17:36:22 +0100
+
scala (2.7.3-2) unstable; urgency=low
* Add Homepage field in debian/control
diff --git a/debian/control b/debian/control
index dd1daa8..a263bf3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Maintainer: Debian Scala Maintainers <pkg-scala-maint at lists.alioth.debian.org>
Uploaders: Mehdi Dogguy <dogguy at pps.jussieu.fr>, Lex Spoon <lex at debian.org>, Min Huang <min.huang at alumni.usc.edu>
DM-Upload-Allowed: yes
Standards-Version: 3.8.0
-Build-Depends: openjdk-6-jdk, java-gcj-compat-dev, ant, debhelper (>= 7)
+Build-Depends: openjdk-6-jdk | java-compiler, ant, debhelper (>= 7)
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: amd64 i386 ia64 mips mipsel powerpc s390 sparc
-Depends: scala-library, java-gcj-compat, openjdk-6-jre | java-virtual-machine
+Architecture: all
+Depends: scala-library, openjdk-6-jre | java-virtual-machine
Description: The Scala programming language
Scala is a Java-compatible programming language with many
modern language features. It is Java-compatible in that
@@ -28,8 +28,8 @@ Description: The Scala programming language
generator (scaladoc).
Package: scala-library
-Architecture: amd64 i386 ia64 mips mipsel powerpc s390 sparc
-Depends: java-gcj-compat, openjdk-6-jre | java-virtual-machine
+Architecture: all
+Depends: openjdk-6-jre | java-virtual-machine
Description: The Scala standard library
This run-time library is needed to run Scala programs.
--
Scala packaging
More information about the Pkg-scala-commits
mailing list