~ubuntu-branches/debian/stretch/scala/stretch

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-12-26 20:04:39 UTC
  • mfrom: (6.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20131226200439-m4m4wfu5viwtmi79
Tags: 2.9.2+dfsg-2
* Team upload.
* Add patch to remove non-ASCII characters from source file
* Build-dep on default-jdk instead of openjdk-6-jdk
  Add patch to build with JDK7.
  For scala and scala-library, update openjdk-6-jre dependency to 7.
  (Closes: #720569)
* Bump Standards-Version to 3.9.5.
* Remove deprecated DMUA flag.
* Add lintian override for scala package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 Mehdi Dogguy <mehdi@debian.org>,
7
7
 Min Huang <min.huang@alumni.usc.edu>,
8
8
 Frank S. Thomas <fst@debian.org>
9
 
DM-Upload-Allowed: yes
10
 
Standards-Version: 3.9.3
 
9
Standards-Version: 3.9.5
11
10
Build-Depends:
12
 
 openjdk-6-jdk | java-compiler,
 
11
 default-jdk | java6-sdk,
13
12
 ant,
14
13
 ant-contrib,
15
14
 ant-optional,
27
26
Architecture: all
28
27
Depends:
29
28
 scala-library (= ${source:Version}),
30
 
 openjdk-6-jre | java6-runtime,
 
29
 openjdk-7-jre | java7-runtime | java6-runtime,
31
30
 libjansi-java,
32
31
 ${misc:Depends}
33
32
Suggests: scala-doc (>= ${source:Version})
48
47
Package: scala-library
49
48
Architecture: all
50
49
Depends:
51
 
 openjdk-6-jre | java6-runtime,
 
50
 openjdk-7-jre | java7-runtime | java6-runtime,
52
51
 ${misc:Depends}
53
52
Description: Scala standard library
54
53
 This run-time library is needed to run Scala programs. It also