This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libitext-java.
commit ff2e79938063ca4826fdf1e23eafef9becbc9ab9 Author: Adriaan Peeters <[email protected]> Date: Thu Jun 5 23:25:58 2008 +0000 first attempt at short and long descriptions for new binary packages --- debian/changelog | 1 + debian/control | 28 +++++++--------------------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index d4e5ed2..0727399 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libitext-java (2.1.2u-1) UNRELEASED; urgency=low - 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 diff --git a/debian/control b/debian/control index 776bbfa..7bdae89 100644 --- a/debian/control +++ b/debian/control @@ -11,40 +11,26 @@ Package: libitext-java 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libitext-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

