~ubuntu-branches/ubuntu/precise/libcommons-collections-java/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2007-10-08 08:22:30 UTC
  • Revision ID: james.westby@ubuntu.com-20071008082230-tuusfoo9yrv7tno9
Tags: 2.1.1-8
Fixed typo in Depends (java-gcj-runtime => java-gcj-compat).

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: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
6
 
Build-Depends-Indep: debhelper (>= 4.2.30), ant, kaffe (>= 2:1.1.5-3), cdbs
7
 
Standards-Version: 3.6.2
 
5
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
 
6
Build-Depends: debhelper (>= 4.2.30), cdbs
 
7
Build-Depends-Indep: ant, java-gcj-compat-dev
 
8
Standards-Version: 3.7.2
8
9
 
9
10
Package: libcommons-collections-java
10
11
Architecture: all
11
 
Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime
12
 
Suggests: libcommons-collections-java-doc
 
12
Depends: java-gcj-compat | java1-runtime | java2-runtime
13
13
Description: A set of abstract data type interfaces and implementations
14
14
 The Java Collections Framework provides a set of abstract data
15
15
 type interfaces and implementations that offer both a wealth