~ubuntu-branches/ubuntu/karmic/commons-io/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2007-04-13 08:20:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070413082049-2hd3s5ixtxsgvnvm
Tags: 1.3.1.dfsg.1-1
* New upstream (closes: #418973)
* java-gcj-compat-dev and cdbs transition
* Removed junit at the moment (closes: #397567)
* No javadoc at the moment

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: libs
3
3
Priority: optional
4
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
5
 
Uploaders: Trygve Laugstøl <trygvis@inamo.no>, Wolfgang Baer <WBaer@gmx.de>
6
 
Build-Depends-Indep: ant (>= 1.6.5), ant-optional, debhelper (>> 4.0.0), dpatch (>= 2.0.15), junit (>= 3.8.1), kaffe (>= 2:1.1.5)
7
 
Standards-Version: 3.6.2
 
5
Uploaders: Trygve Laugstøl <trygvis@inamo.no>, Arnaud Vandyck <avdyk@debian.org>
 
6
Build-Depends-Indep: cdbs, ant, ant-optional, debhelper (>> 4.0.0), junit, java-gcj-compat-dev
 
7
Standards-Version: 3.7.2
8
8
 
9
9
Package: libcommons-io-java
10
10
Architecture: all
11
 
Depends: kaffe (>= 2:1.1.5) | java1-runtime | java2-runtime
 
11
Depends: java-gcj-compat | java1-runtime | java2-runtime
12
12
Description: Common useful IO related classes
13
13
 Commons-IO contains utility classes, stream implementations, file filters and
14
14
 endian classes.
15
15
 
16
 
Package: libcommons-io-java-doc
17
 
Architecture: all
18
 
Description: Common useful IO related classes - documentation
19
 
 Includes JavaDoc only.
 
16
#Package: libcommons-io-java-doc
 
17
#Architecture: all
 
18
#Description: Common useful IO related classes - documentation
 
19
# Includes JavaDoc only.