[pkg-java] r6545 - trunk/libitext-java/debian
apeeters-guest at alioth.debian.org
apeeters-guest at alioth.debian.org
Thu Jun 5 23:25:59 UTC 2008
Author: apeeters-guest
Date: 2008-06-05 23:25:58 +0000 (Thu, 05 Jun 2008)
New Revision: 6545
Modified:
trunk/libitext-java/debian/changelog
trunk/libitext-java/debian/control
Log:
first attempt at short and long descriptions for new binary packages
Modified: trunk/libitext-java/debian/changelog
===================================================================
--- trunk/libitext-java/debian/changelog 2008-06-05 20:48:45 UTC (rev 6544)
+++ trunk/libitext-java/debian/changelog 2008-06-05 23:25:58 UTC (rev 6545)
@@ -11,6 +11,7 @@
- Bumped Standards-Version from 3.7.2 to 3.8.0, no changes needed
- Increased dephelper Build-Depends to >= 5.0.0
- Only use Build-Depends, do not depend on libservlet2.3-java, ecj
+ - Rewrote short and long descriptions
* debian/rules:
- Added DEB_ANT_BUILDFILE
- Removed ANT_ARGS
Modified: trunk/libitext-java/debian/control
===================================================================
--- trunk/libitext-java/debian/control 2008-06-05 20:48:45 UTC (rev 6544)
+++ trunk/libitext-java/debian/control 2008-06-05 23:25:58 UTC (rev 6545)
@@ -11,40 +11,26 @@
Architecture: all
Section: libs
Depends: java-gcj-compat (>= 1.0.65) | java2-runtime
-Description: Java Library to generate PDF on the Fly
+Description: Java Library to create and manipulate PDF on the fly
iText is a library that allows you to generate PDF files on the fly.
The iText classes are very useful for people who need to generate read-only,
platform independent documents containing text, lists, tables and images.
The library is especially useful in combination with Java(TM)
technology-based Servlets: The look and feel of HTML is browser dependent;
with iText and PDF you can control exactly how your servlet's output will look.
- iText requires JDK 1.2. It's available for free under a multiple license:
- MPL and LGPL.
Package: libitext-rtf-java
Architecture: all
Section: libs
Depends: java-gcj-compat (>= 1.0.65) | java2-runtime, libitext-java (= ${binary:Version})
-Description: Java Library to generate PDF on the Fly (manipulate RTF files)
- iText is a library that allows you to generate PDF files on the fly.
- The iText classes are very useful for people who need to generate read-only,
- platform independent documents containing text, lists, tables and images.
- The library is especially useful in combination with Java(TM)
- technology-based Servlets: The look and feel of HTML is browser dependent;
- with iText and PDF you can control exactly how your servlet's output will look.
- iText requires JDK 1.2. It's available for free under a multiple license:
- MPL and LGPL.
+Description: Java Library to create and manipulate RTF files on the fly
+ iText RTF is a library that allows you to generate RTF files on the fly in
+ a similar fashion to iText itself.
Package: libitext-rups-java
Architecture: all
Section: libs
Depends: java-gcj-compat (>= 1.0.65) | java2-runtime, libitext-java (= ${binary:Version})
-Description: Java Library to generate PDF on the Fly (GUI for Reading and Updating PDF Syntax)
- iText is a library that allows you to generate PDF files on the fly.
- The iText classes are very useful for people who need to generate read-only,
- platform independent documents containing text, lists, tables and images.
- The library is especially useful in combination with Java(TM)
- technology-based Servlets: The look and feel of HTML is browser dependent;
- with iText and PDF you can control exactly how your servlet's output will look.
- iText requires JDK 1.2. It's available for free under a multiple license:
- MPL and LGPL.
+Description: graphical tool for Reading and Updating PDF Syntax (RUPS)
+ iText RUPS provides a GUI for visualizing PDF files and investigating their
+ internal structure.
More information about the pkg-java-commits
mailing list