[pkg-java] r11502 - in trunk: . libisrt-java libisrt-java/debian

Steffen Möller moeller at alioth.debian.org
Sat Feb 6 01:18:00 UTC 2010


Author: moeller
Date: 2010-02-06 01:18:00 +0000 (Sat, 06 Feb 2010)
New Revision: 11502

Added:
   trunk/libisrt-java/
   trunk/libisrt-java/debian/
   trunk/libisrt-java/debian/README.Debian
   trunk/libisrt-java/debian/README.source
   trunk/libisrt-java/debian/changelog
   trunk/libisrt-java/debian/control
   trunk/libisrt-java/debian/copyright
   trunk/libisrt-java/debian/libisrt-java-doc.doc-base
   trunk/libisrt-java/debian/rules
   trunk/libisrt-java/debian/watch
Log:
First attempt addressing libIsRuntime.


Added: trunk/libisrt-java/debian/README.Debian
===================================================================
--- trunk/libisrt-java/debian/README.Debian	                        (rev 0)
+++ trunk/libisrt-java/debian/README.Debian	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,5 @@
+This package was created as a build dependency to PDFsam.
+Anybody feeling particularly attached to it please adopt it.
+I can help with sponsoring.
+
+  -- Steffen Möller <moeller at debian.org>

Added: trunk/libisrt-java/debian/README.source
===================================================================
--- trunk/libisrt-java/debian/README.source	                        (rev 0)
+++ trunk/libisrt-java/debian/README.source	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,9 @@
+libisrt-java for Debian
+----------------------------
+
+The lib directory was 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.
+
+Upstream also refers to this library as "isRuntime", but isrt is the
+name of the .jar and also found on the web pages accompanying the library.

Added: trunk/libisrt-java/debian/changelog
===================================================================
--- trunk/libisrt-java/debian/changelog	                        (rev 0)
+++ trunk/libisrt-java/debian/changelog	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,5 @@
+libisrt-java (4.7.20091102-1) unstable; urgency=low
+
+  * Initial release (Closes: #565748).
+
+ -- Steffen Moeller <moeller at debian.org>  Sat, 06 Feb 2010 01:48:47 +0100

Added: trunk/libisrt-java/debian/control
===================================================================
--- trunk/libisrt-java/debian/control	                        (rev 0)
+++ trunk/libisrt-java/debian/control	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,35 @@
+Source: libisrt-java
+Section: java
+Priority: extra
+Maintainer: pkg-java-maintainers at lists.alioth.debian.org
+Uploaders: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 7), default-jdk-builddep, cdbs, libjna-java
+Standards-Version: 3.8.4
+Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsRuntime
+
+Package: libisrt-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: isRuntime library of intarsys
+ Ths isRuntime library collects a series of routines common to the isCWT
+ and the jPod Java libraries of the intarsys PDF management software.
+ .
+ This package always installs the latest version of the isCWT library.
+ It only offers a symbolic link to the respective jar file.
+
+
+Package: libisrt-4.7-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: default-jre-headless
+Description: isRuntime library of intarsys
+ Ths isRuntime library collects a series of routines common to the isCWT
+ and the jPod Java libraries of the intarsys PDF management software.
+
+Package: libisrt-java-doc
+Section: doc
+Depends: ${misc:Depends}
+Architecture: all
+Description: Javadoc API description for isRuntime
+ Autogenerated from the Java source code, this package offers
+ the HTML files describing the library for programmers.

Added: trunk/libisrt-java/debian/copyright
===================================================================
--- trunk/libisrt-java/debian/copyright	                        (rev 0)
+++ trunk/libisrt-java/debian/copyright	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,55 @@
+This work was packaged for Debian by:
+
+    Steffen Moeller <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=IsRuntime.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/libisrt-java/debian/libisrt-java-doc.doc-base
===================================================================
--- trunk/libisrt-java/debian/libisrt-java-doc.doc-base	                        (rev 0)
+++ trunk/libisrt-java/debian/libisrt-java-doc.doc-base	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,11 @@
+Document: libisrt-java
+Title: Javadoc generated API
+Author: authors of code
+Abstract: This auto-generated manual describes
+ the functionality of the Java routines offered
+ in this library.
+Section: Programming/Java
+
+Format: HTML
+Index: /usr/share/doc/libisrt-java-doc/javadoc/index.html
+Files: /usr/share/doc/libisrt-java-doc/javadoc/*.html /usr/share/doc/libisrt-java-doc/javadoc/*/*.html /usr/share/doc/libisrt-java-doc/javadoc/*/*/*/*/*.html

Added: trunk/libisrt-java/debian/rules
===================================================================
--- trunk/libisrt-java/debian/rules	                        (rev 0)
+++ trunk/libisrt-java/debian/rules	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+CLASSPATH=
+
+DEB_UPSTREAM_VERSION_2=$(shell echo $(DEB_UPSTREAM_VERSION)|cut -f1,2 -d.)
+
+build/libisrt-$(DEB_UPSTREAM_VERSION_2)-java::
+	#cd src && javac -Xlint:unchecked `find . -name *.java`
+	javac -cp $(CLASSPATH) `find src -name *.java`
+
+install/libisrt-$(DEB_UPSTREAM_VERSION_2)-java::
+	cd src && jar cf $(CURDIR)/debian/libisrt-$(DEB_UPSTREAM_VERSION_2)-java/usr/share/java/isrt-$(DEB_UPSTREAM_VERSION).jar `find . -name "*.class"`
+	cd $(CURDIR)/debian/libisrt-$(DEB_UPSTREAM_VERSION_2)-java/usr/share/java/ && ln -s isrt-$(DEB_UPSTREAM_VERSION).jar isrt-$(DEB_UPSTREAM_VERSION_2).jar
+
+build/libisrt-java::
+
+install/libisrt-java::
+	cd $(CURDIR)/debian/libisrt-java/usr/share/java/ && ln -s isrt-$(DEB_UPSTREAM_VERSION).jar isrt.jar
+
+clean::
+	find src -name "*.class" | xargs -r rm
+


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

Added: trunk/libisrt-java/debian/watch
===================================================================
--- trunk/libisrt-java/debian/watch	                        (rev 0)
+++ trunk/libisrt-java/debian/watch	2010-02-06 01:18:00 UTC (rev 11502)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/jpodlib/isrt\.(.*)\.zip




More information about the pkg-java-commits mailing list