[pkg-java] r12201 - in trunk: . libiscwt-java libiscwt-java/trunk libiscwt-java/trunk/debian

Steffen Möller moeller at alioth.debian.org
Fri Apr 23 21:44:07 UTC 2010


Author: moeller
Date: 2010-04-23 21:44:07 +0000 (Fri, 23 Apr 2010)
New Revision: 12201

Added:
   trunk/libiscwt-java/
   trunk/libiscwt-java/trunk/
   trunk/libiscwt-java/trunk/debian/
   trunk/libiscwt-java/trunk/debian/README.Debian
   trunk/libiscwt-java/trunk/debian/README.source
   trunk/libiscwt-java/trunk/debian/changelog
   trunk/libiscwt-java/trunk/debian/control
   trunk/libiscwt-java/trunk/debian/copyright
   trunk/libiscwt-java/trunk/debian/libiscwt-5.2-java.dirs
   trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.TODO
   trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.doc-base
   trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.docs
   trunk/libiscwt-java/trunk/debian/libiscwt-java.dirs
   trunk/libiscwt-java/trunk/debian/rules
   trunk/libiscwt-java/trunk/debian/watch
Log:
Uploading forgotten source tree for libiscwt-java



Property changes on: trunk/libiscwt-java/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libiscwt-java/trunk/debian/README.Debian
===================================================================
--- trunk/libiscwt-java/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/README.Debian	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,10 @@
+Upstream is only sparsely updating its packages. Nonetheless, it may
+happen that some action is required because of the dynamics among the
+build dependencies. Whoever is experiencing such, please feel free to
+perform a respective update, just also adjust the sources in the pkg-java
+repository on alioth.
+
+Many thanks!
+
+Steffen
+

Added: trunk/libiscwt-java/trunk/debian/README.source
===================================================================
--- trunk/libiscwt-java/trunk/debian/README.source	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/README.source	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,22 @@
+libiscwt-java for Debian
+------------------------
+
+The lib directory with
+
+lib/iscwt.jar
+lib/isfreetype.jar
+lib/isnativec.jar
+lib/isrt.jar
+lib/jna.jar
+
+and also doc/3rd_party_licenses with 
+
+doc/3rd_party_licenses/freetype_license.txt
+doc/3rd_party_licenses/FTL.txt
+doc/3rd_party_licenses/jna_license.txt
+doc/3rd_party_licenses/lgpl-2.1.txt
+
+
+were manually removed from the source tree. Also, the unzipped folder
+"distribution" was changed to the versioned package name prior to
+preparing. the orig.tar.gz.

Added: trunk/libiscwt-java/trunk/debian/changelog
===================================================================
--- trunk/libiscwt-java/trunk/debian/changelog	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/changelog	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,15 @@
+libiscwt-java (5.2.20091102-2) unstable; urgency=low
+
+  * Fix build dependencies (Closes: #573682)
+    Many thanks go to Lucas, Hideki and Torsten
+    for their support.
+  * Added debian/README.Debian.
+  * Cleaned up empty files in debian folder.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 23 Apr 2010 23:29:54 +0200
+
+libiscwt-java (5.2.20091102-1) unstable; urgency=low
+
+  * Initial release (Closes: #565695).
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 18 Jan 2010 00:29:38 +0100

Added: trunk/libiscwt-java/trunk/debian/control
===================================================================
--- trunk/libiscwt-java/trunk/debian/control	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/control	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,43 @@
+Source: libiscwt-java
+Section: java
+Priority: extra
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 7), default-jdk-builddep, cdbs, libswt-gtk-3.5-java|libswt-gtk-3.4-java, libisrt-java, libisfreetype-java
+Standards-Version: 3.8.4
+Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsCWT
+Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libiscwt-java/
+Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libiscwt-java/
+
+Package: libiscwt-java
+Architecture: all
+Depends: ${misc:Depends}, libiscwt-5.2-java
+Description: abstractions and Java implementations for rendering PDF
+ To built a flexible PDF rendering one first needed some basics
+ functionality to deal with fonts, images and general platform
+ abstractions. The result is isCWT. It contains all abstraction and
+ implementations needed for rendering PDF that are not related to PDF
+ itself.  This library is built and used primarily for jPod Renderer,
+ so one is likely to miss some features when using it in another context.
+ .
+ This package always installs the latest version of the isCWT library.
+ It only offers a symbolic link to the respective jar file.
+
+Package: libiscwt-5.2-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: default-jre-headless
+Description: abstractions and Java implementations for rendering PDF
+ To built a flexible PDF rendering one first needed some basics
+ functionality to deal with fonts, images and general platform
+ abstractions. The result is isCWT. It contains all abstraction and
+ implementations needed for rendering PDF that are not related to PDF
+ itself.  This library is built and used primarily for jPod Renderer,
+ so one is likely to miss some features when using it in another context.
+
+Package: libiscwt-java-doc
+Architecture: all
+Depends: ${misc:Depends}
+Section: doc
+Description: Javadoc API description for isCWT
+ Autogenerated from the Java source code, this package offers
+ the HTML files describing the library for programmers.

Added: trunk/libiscwt-java/trunk/debian/copyright
===================================================================
--- trunk/libiscwt-java/trunk/debian/copyright	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/copyright	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,55 @@
+This work was packaged for Debian by:
+
+    Steffen Möller <moeller at debian.org> on Mon, 18 Jan 2010 00:29:38 +0100
+
+It was downloaded from http://opensource.intarsys.de/home/en/index.php?n=IsCWT.Download
+
+Upstream Authors:
+
+    Bernd Wild
+    Michael Traut
+    Karl Kagermeier
+
+    the three are leading the company intarsys together. Explicit
+    authorships are not specified.
+
+Copyright:
+
+    Copyright (c) 2008, intarsys consulting GmbH
+    intarsys at intarsys.de
+
+License:
+
+   
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+   
+    - Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+   
+    - Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+   
+    - Neither the name of intarsys nor the names of its contributors may be used
+      to endorse or promote products derived from this software without specific
+      prior written permission.
+   
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+    POSSIBILITY OF SUCH DAMAGE.
+
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Steffen Moeller <moeller at debian.org>
+
+and distributed under the same license.

Added: trunk/libiscwt-java/trunk/debian/libiscwt-5.2-java.dirs
===================================================================
--- trunk/libiscwt-java/trunk/debian/libiscwt-5.2-java.dirs	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/libiscwt-5.2-java.dirs	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.TODO
===================================================================
--- trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.TODO	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.TODO	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1 @@
+* rename javadoc to api - somehow

Added: trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.doc-base
===================================================================
--- trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.doc-base	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.doc-base	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,10 @@
+Document: libiscwt-java
+Title: Javadoc generated API
+Author: authors of code
+Abstract: This manual describes what libiscwt-java is
+ and how it can be used to render PDF files.
+Section: Programming/Java
+
+Format: HTML
+Index: /usr/share/doc/libiscwt-java-doc/javadoc/index.html
+Files: /usr/share/doc/libiscwt-java-doc/javadoc/*.html

Added: trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.docs
===================================================================
--- trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.docs	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/libiscwt-java-doc.docs	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1 @@
+javadoc

Added: trunk/libiscwt-java/trunk/debian/libiscwt-java.dirs
===================================================================
--- trunk/libiscwt-java/trunk/debian/libiscwt-java.dirs	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/libiscwt-java.dirs	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1 @@
+usr/share/java/

Added: trunk/libiscwt-java/trunk/debian/rules
===================================================================
--- trunk/libiscwt-java/trunk/debian/rules	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/rules	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+CLASSPATH=/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt.jar:.
+
+DEB_UPSTREAM_VERSION_2=$(shell echo $(DEB_UPSTREAM_VERSION) | cut -f1,2 -d. )
+
+build/libiscwt-$(DEB_UPSTREAM_VERSION_2)-java::
+	#cd src && javac -Xlint:unchecked `find . -name "*.java"`
+	cd src && javac -cp "$(CLASSPATH)" `find . -name "*.java"`
+
+install/libiscwt-$(DEB_UPSTREAM_VERSION_2)-java::
+	cd src && jar cf \
+	            $(CURDIR)/debian/libiscwt-$(DEB_UPSTREAM_VERSION_2)-java/usr/share/java/iscwt-$(DEB_UPSTREAM_VERSION).jar \
+		    `find . -name "*.class"`
+	cd $(CURDIR)/debian/libiscwt-$(DEB_UPSTREAM_VERSION_2)-java/usr/share/java/ && \
+		ln -s iscwt-$(DEB_UPSTREAM_VERSION).jar iscwt-$(DEB_UPSTREAM_VERSION_2).jar
+
+build/libiscwt-java::
+
+install/libiscwt-java::
+	cd $(CURDIR)/debian/libiscwt-java/usr/share/java/ && ln -s iscwt-$(DEB_UPSTREAM_VERSION).jar iscwt.jar
+
+clean::
+	find src -name "*.class" | xargs -r rm
+


Property changes on: trunk/libiscwt-java/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libiscwt-java/trunk/debian/watch
===================================================================
--- trunk/libiscwt-java/trunk/debian/watch	                        (rev 0)
+++ trunk/libiscwt-java/trunk/debian/watch	2010-04-23 21:44:07 UTC (rev 12201)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/jpodlib/isCWT\.(.*)\.zip




More information about the pkg-java-commits mailing list