~ubuntu-branches/ubuntu/quantal/libitext-java/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Miguel Landaeta, Miguel Landaeta, Jari Aalto
  • Date: 2012-04-17 18:37:46 UTC
  • Revision ID: package-import@ubuntu.com-20120417183746-qgx2p8zkjt9xk67x
Tags: 2.1.7-3
[ Miguel Landaeta ]
* Team upload.
* Add Build-Depends on gcj-native-helper.
* Remove Michael Koch from Uploaders list.
  Thanks for your work on this package. (Closes: #654069).

[ Jari Aalto ]
* Update to Standards-Version to 3.9.3 and debhelper to 9.
* Change obsolete default-jdk-builddep to default-jdk. (Closes: #669157).
* Replace debian/patches/01* template with headers and rename file to
  standard *.patch extension.
* Fix copyright-refers-to-symlink-license (Lintian).
* Fix debian-control-has-unusual-field-spacing (Lintian).
* Fix duplicate-short-description (Lintian).
* Fix needless-dependency-on-jre (Lintian).
* Fix missing-classpath (Lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: java
3
3
Priority: optional
4
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
5
 
Uploaders: Michael Koch <konqueror@gmx.de>, Adriaan Peeters <apeeters@lashout.net>, Torsten Werner <twerner@debian.org>
6
 
Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, ant, libbcprov-java,
7
 
 libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java
8
 
Standards-Version: 3.8.4
 
5
Uploaders: Adriaan Peeters <apeeters@lashout.net>, Torsten Werner <twerner@debian.org>
 
6
Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, libbcprov-java,
 
7
 libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java, gcj-native-helper
 
8
Standards-Version: 3.9.3
9
9
Homepage: http://www.lowagie.com/iText/
10
10
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext-java
11
11
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext-java
12
12
 
13
13
Package: libitext-java
14
14
Architecture: all
15
 
Depends:  default-jre | java2-runtime, ${misc:Depends}
 
15
Depends: ${misc:Depends}
16
16
Suggests: libitext-java-gcj
17
17
Description: Java Library to create and manipulate PDF on the fly
18
18
 iText is a library that allows you to generate PDF files on the fly.
37
37
 
38
38
Package: libitext-rtf-java
39
39
Architecture: all
40
 
Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version}), ${misc:Depends}
 
40
Depends: libitext-java (= ${binary:Version}), ${misc:Depends}
41
41
Description: Java Library to create and manipulate RTF files on the fly
42
42
 iText RTF is a library that allows you to generate RTF files on the fly in
43
43
 a similar fashion to iText itself.
44
44
 
45
45
Package: libitext-rups-java
46
46
Architecture: all
47
 
Depends:  default-jre | java2-runtime, libitext-java (= ${binary:Version}), ${misc:Depends}
 
47
Depends: libitext-java (= ${binary:Version}), ${misc:Depends}
48
48
Description: graphical tool for Reading and Updating PDF Syntax (RUPS)
49
49
 iText RUPS provides a GUI for visualizing PDF files and investigating their
50
50
 internal structure.