Author: gerardo-guest Date: 2006-10-12 20:16:14 +0000 (Thu, 12 Oct 2006) New Revision: 2615
Added: trunk/libitext-java-doc/debian/changelog trunk/libitext-java-doc/debian/compat trunk/libitext-java-doc/debian/control trunk/libitext-java-doc/debian/copyright trunk/libitext-java-doc/debian/files trunk/libitext-java-doc/debian/rules Log: new import Added: trunk/libitext-java-doc/debian/changelog =================================================================== --- trunk/libitext-java-doc/debian/changelog (rev 0) +++ trunk/libitext-java-doc/debian/changelog 2006-10-12 20:16:14 UTC (rev 2615) @@ -0,0 +1,7 @@ +libitext-java-doc (1.4.5-1) unstable; urgency=low + + * New Maintainer + * Now Redistributed on a separated package + + -- Gerardo Curiel <[EMAIL PROTECTED]> Thu, 12 Oct 2006 14:08:14 -0400 + Added: trunk/libitext-java-doc/debian/compat =================================================================== --- trunk/libitext-java-doc/debian/compat (rev 0) +++ trunk/libitext-java-doc/debian/compat 2006-10-12 20:16:14 UTC (rev 2615) @@ -0,0 +1 @@ +5 Added: trunk/libitext-java-doc/debian/control =================================================================== --- trunk/libitext-java-doc/debian/control (rev 0) +++ trunk/libitext-java-doc/debian/control 2006-10-12 20:16:14 UTC (rev 2615) @@ -0,0 +1,21 @@ +Source: libitext-java-doc +Section: doc +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Gerardo Curiel <[EMAIL PROTECTED]> +Build-Depends: cdbs, debhelper (>= 5.0.0) +Standards-Version: 3.7.2 + +Package: libitext-java-doc +Architecture: all +Suggests: libitext-java +Description: Java Library to generate PDF on the Fly Documentation + 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. + Added: trunk/libitext-java-doc/debian/copyright =================================================================== --- trunk/libitext-java-doc/debian/copyright (rev 0) +++ trunk/libitext-java-doc/debian/copyright 2006-10-12 20:16:14 UTC (rev 2615) @@ -0,0 +1,21 @@ +This package was debianized by Gerardo Curiel <[EMAIL PROTECTED]>, Thu, 12 Oct 2006 15:31:47 -0400 + +It was downloaded from http://www.lowagie.com/iText/download.html + +Upstream Authors: Bruno Lowagie and the co-developer Paulo Soares + +Copyright: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + Added: trunk/libitext-java-doc/debian/files =================================================================== --- trunk/libitext-java-doc/debian/files (rev 0) +++ trunk/libitext-java-doc/debian/files 2006-10-12 20:16:14 UTC (rev 2615) @@ -0,0 +1 @@ +libitext-java-doc_1.4.5-1_all.deb doc optional Added: trunk/libitext-java-doc/debian/rules =================================================================== --- trunk/libitext-java-doc/debian/rules (rev 0) +++ trunk/libitext-java-doc/debian/rules 2006-10-12 20:16:14 UTC (rev 2615) @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + + +LIBRARY_PACKAGE := itext +API_VERSION := 1.4.5 + +install/lib$(LIBRARY_PACKAGE)-java-doc:: + mkdir www + mkdir api + (cd api; tar xvzf ../$(LIBRARY_PACKAGE)-docs-$(API_VERSION).tar.gz) + (cd www; tar xvf ../tutorial.tar.gz) + dh_installdocs -plib$(LIBRARY_PACKAGE)-java-doc www api + +clean:: + dh_testdir + dh_testroot + -rm -rf www api + Property changes on: trunk/libitext-java-doc/debian/rules ___________________________________________________________________ Name: svn:executable + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

