[pkg-java] r8784 - in trunk/libitext1-java: . debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Thu Jul 2 13:28:58 UTC 2009
Author: ludovicc-guest
Date: 2009-07-02 13:28:57 +0000 (Thu, 02 Jul 2009)
New Revision: 8784
Added:
trunk/libitext1-java/debian/
trunk/libitext1-java/debian/ant.properties
trunk/libitext1-java/debian/changelog
trunk/libitext1-java/debian/compat
trunk/libitext1-java/debian/control
trunk/libitext1-java/debian/copyright
trunk/libitext1-java/debian/libitext1-java.poms
trunk/libitext1-java/debian/maven.rules
trunk/libitext1-java/debian/pom.xml
trunk/libitext1-java/debian/rules
trunk/libitext1-java/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/libitext1-java/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libitext1-java/debian/ant.properties
===================================================================
--- trunk/libitext1-java/debian/ant.properties (rev 0)
+++ trunk/libitext1-java/debian/ant.properties 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,3 @@
+itext.home=..
+itext.src=..
+
Added: trunk/libitext1-java/debian/changelog
===================================================================
--- trunk/libitext1-java/debian/changelog (rev 0)
+++ trunk/libitext1-java/debian/changelog 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,6 @@
+libitext1-java (1.4-0ubuntu1~ppa8) jaunty; urgency=low
+
+ * Initial release (Closes: 524870)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Sat, 18 Apr 2009 23:49:59 +0100
+
Added: trunk/libitext1-java/debian/compat
===================================================================
--- trunk/libitext1-java/debian/compat (rev 0)
+++ trunk/libitext1-java/debian/compat 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1 @@
+6
Added: trunk/libitext1-java/debian/control
===================================================================
--- trunk/libitext1-java/debian/control (rev 0)
+++ trunk/libitext1-java/debian/control 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,26 @@
+Source: libitext1-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Gerardo Curiel <gcuriel at debianvenezuela.org>, Michael Koch <konqueror at gmx.de>,
+ Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: ant, cdbs, debhelper (>= 4.1.0), default-jdk-builddep
+Build-Depends-Indep: libservlet2.3-java, maven-repo-helper
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext1-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext1-java/
+Homepage: http://www.lowagie.com/iText/
+
+Package: libitext1-java
+Architecture: all
+Section: java
+Depends: ${misc:Depends}
+Description: Java Library to generate 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.
Added: trunk/libitext1-java/debian/copyright
===================================================================
--- trunk/libitext1-java/debian/copyright (rev 0)
+++ trunk/libitext1-java/debian/copyright 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,19 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437
+Upstream-Name: iText
+Upstream-Maintainer: Bruno Lowagie and Paulo Soares
+Upstream-Source: http://www.lowagie.com/iText/download.html
+
+Files: *
+Copyright: Copyright 1999-2009, Bruno Lowagie
+Copyright: Copyright 2001-2009, Paulo Soares
+License: LGPL-2
+ On Debian GNU/Linux system you can find the complete text of the
+ GPL 2 license in '/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: Copyright 2009, Ludovic Claude <ludovic.claude at laposte.net>
+Copyright: Copyright 2003-2005, Christian Bayle <bayle at debian.org>
+License: GPL-2
+ On Debian GNU/Linux system you can find the complete text of the
+ GPL 2 license in '/usr/share/common-licenses/GPL-2'.
+
Added: trunk/libitext1-java/debian/libitext1-java.poms
===================================================================
--- trunk/libitext1-java/debian/libitext1-java.poms (rev 0)
+++ trunk/libitext1-java/debian/libitext1-java.poms 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1 @@
+debian/pom.xml --no-parent
Added: trunk/libitext1-java/debian/maven.rules
===================================================================
--- trunk/libitext1-java/debian/maven.rules (rev 0)
+++ trunk/libitext1-java/debian/maven.rules 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,2 @@
+com.lowagie itext jar 1.4
+
Added: trunk/libitext1-java/debian/pom.xml
===================================================================
--- trunk/libitext1-java/debian/pom.xml (rev 0)
+++ trunk/libitext1-java/debian/pom.xml 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,81 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ <packaging>jar</packaging>
+ <name>iText, a Free Java-PDF library</name>
+ <version>1.4</version>
+ <description>iText, a free Java-PDF library</description>
+ <url>http://www.lowagie.com/iText/</url>
+ <mailingLists>
+ <mailingList>
+ <name>iText Questions</name>
+ <subscribe>
+ http://lists.sourceforge.net/lists/listinfo/itext-questions
+ </subscribe>
+ <post>itext-questions at lists.sourceforge.net</post>
+ <archive>
+ http://news.gmane.org/gmane.comp.java.lib.itext.general
+ </archive>
+ <otherArchives>
+ <otherArchive>http://www.junlu.com/2.html</otherArchive>
+ <otherArchive>
+ http://sourceforge.net/mailarchive/forum.php?forum_id=3273
+ </otherArchive>
+ <otherArchive>
+ http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/
+ </otherArchive>
+ </otherArchives>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <id>blowagie</id>
+ <name>Bruno Lowagie</name>
+ <email>bruno at lowagie.com</email>
+ <url>http://www.lowagie.com</url>
+ </developer>
+ <developer>
+ <id>psoares33</id>
+ <name>Paulo Soares</name>
+ </developer>
+ <developer>
+ <id>hallm</id>
+ <name>Mark Hall</name>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>Mozilla Public License</name>
+ <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
+ <comments>
+ iText was originally published under the LGPLicense.
+ LGPL can be used as an alternative license for the MPL.
+ </comments>
+ </license>
+ </licenses>
+ <scm>
+ <connection>scm:cvs:pserver:anonymous at cvs.sourceforge.net:/cvsroot/itext:src</connection>
+ <url>http://cvs.sourceforge.net/viewcvs.py/itext</url>
+ </scm>
+ <dependencies />
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>
+ com.lowagie.tools.Toolbox
+ </mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: trunk/libitext1-java/debian/rules
===================================================================
--- trunk/libitext1-java/debian/rules (rev 0)
+++ trunk/libitext1-java/debian/rules 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE := $(DEB_SOURCE_PACKAGE)
+VERSION := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_JARS := servlet-2.3.jar ant-optional $(ANT_HOME)/lib/ant-launcher.jar
+DEB_ANT_BUILD_TARGET := jar
+DEB_ANT_CLEAN_TARGET :=
+
+# Additional command-line arguments for Ant
+ANT_ARGS := -Dcompile.optimize=false -propertyfile debian/ant.properties
+
+#ANT_ARGS := -Dbuild.sysclasspath=first -Dj2ee.jar=/usr/share/java/servlet-api.jar
+
+binary-post-install/$(PACKAGE)::
+ mh_installpoms -p$(PACKAGE)
+ mh_installjar -p$(PACKAGE) -l --usj-name=itext1 debian/pom.xml build/bin/iText.jar
+
+clean::
+ dh_testdir
+ dh_testroot
+ -rm -rf build
+ -rm -rf debian/tmp
+
+get-orig-source: get-orig-pom
+ -uscan --download-version $(VERSION) --force-download --rename
+
+get-orig-pom:
+ -wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/com/lowagie/itext/$(VERSION)/itext-$(VERSION).pom
+
Property changes on: trunk/libitext1-java/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libitext1-java/debian/watch
===================================================================
--- trunk/libitext1-java/debian/watch (rev 0)
+++ trunk/libitext1-java/debian/watch 2009-07-02 13:28:57 UTC (rev 8784)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/itext/itext-src-(1[0-9\.]*)\.tar\.gz
More information about the pkg-java-commits
mailing list