~ubuntu-branches/ubuntu/maverick/commons-math/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-08-22 01:13:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090822011325-hi4peq1ua5weguwn
Tags: 2.0-1
* New upstream release.
* Set Maintainer field to Debian Java Team
* Add myself as Uploaders
* Switch to Quilt patch system:
  - Refresh all patchs
  - Remove B-D on dpatch, Add B-D on quilt
  - Include patchsys-quilt.mk in debian/rules
* Bump Standards-Version to 3.8.3:
  - Add a README.source to describe patch system
* Maven POMs:
  - Add a Build-Depends-Indep dependency on maven-repo-helper
  - Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
* Use default-jdk/jre:
  - Depends on java5-runtime-headless
  - Build-Depends on default-jdk
  - Use /usr/lib/jvm/default-java as JAVA_HOME
* Move api documentation to /usr/share/doc/libcommons-math-java/api
* Build-Depends on junit4 instead of junit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: commons-math
2
 
Maintainer: Damien Raude-Morvan <drazzib@drazzib.com>
3
 
Standards-Version: 3.8.1
 
2
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Damien Raude-Morvan <drazzib@drazzib.com>
 
4
Standards-Version: 3.8.3
4
5
Section: java
5
6
Priority: optional
6
 
Build-Depends: openjdk-6-jdk, ant, debhelper (>= 5), cdbs, dpatch
7
 
Build-Depends-Indep: libcommons-discovery-java, junit, ant-optional
 
7
Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, quilt
 
8
Build-Depends-Indep: libcommons-discovery-java, junit4, ant-optional, maven-repo-helper
8
9
Homepage: http://commons.apache.org/math/
9
10
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math
10
11
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math
12
13
Package: libcommons-math-java
13
14
Architecture: all
14
15
Depends: ${misc:Depends}, libcommons-discovery-java
15
 
Suggests: openjdk-6-jre-headless
 
16
Suggests: default-jre-headless | java5-runtime-headless
16
17
Description: Java lightweight mathematics and statistics components
17
18
 Commons Math is a Java library of lightweight, self-contained mathematics
18
19
 and statistics components.