[scala-2.10] 23/166: Switch arch back to all
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:23 UTC 2016
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 62ee2235e3c324b747062f9ea781617abf93907e
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Mon Feb 2 18:22:58 2009 +0100
Switch arch back to all
---
debian/changelog | 6 ++++++
debian/control | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git
More information about the pkg-java-commits
mailing list