libisrt-java (4.7.20091102-1) debian-dir only changes

Summary

 debian/README.Debian             |    5 +++
 debian/README.source             |    9 ++++++
 debian/changelog                 |    5 +++
 debian/control                   |   39 ++++++++++++++++++++++++++++
 debian/copyright                 |   54 +++++++++++++++++++++++++++++++++++++++
 debian/libisrt-4.7-java.dirs     |    1 
 debian/libisrt-4.7-java.docs     |    2 +
 debian/libisrt-java-doc.doc-base |   11 +++++++
 debian/libisrt-java-doc.docs     |    1 
 debian/libisrt-java.dirs         |    1 
 debian/rules                     |   24 +++++++++++++++++
 debian/watch                     |    2 +
 12 files changed, 154 insertions(+)

    
download this patch

Patch contents

--- libisrt-java-4.7.20091102.orig/debian/changelog
+++ libisrt-java-4.7.20091102/debian/changelog
@@ -0,0 +1,5 @@
+libisrt-java (4.7.20091102-1) unstable; urgency=low
+
+  * Initial release (Closes: #568598).
+
+ -- Steffen Moeller <moeller@debian.org>  Sat, 06 Feb 2010 01:48:47 +0100
--- libisrt-java-4.7.20091102.orig/debian/control
+++ libisrt-java-4.7.20091102/debian/control
@@ -0,0 +1,39 @@
+Source: libisrt-java
+Section: java
+Priority: extra
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller@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
+Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libisrt-java/
+Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libisrt-java/
+
+Package: libisrt-java
+Architecture: all
+Depends: ${misc:Depends}, libisrt-4.7-java
+Description: isRuntime library of intarsys
+ Ths isRuntime library collects a series of routines common to the isCWT,
+ isFreetype 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,
+ isFreetype 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.
--- libisrt-java-4.7.20091102.orig/debian/watch
+++ libisrt-java-4.7.20091102/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/jpodlib/isrt\.(.*)\.zip
--- libisrt-java-4.7.20091102.orig/debian/copyright
+++ libisrt-java-4.7.20091102/debian/copyright
@@ -0,0 +1,54 @@
+This work was packaged for Debian by:
+
+    Steffen Moeller <moeller@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) 2007, intarsys consulting GmbH
+    intarsys@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@debian.org>
+
+and distributed under the same license.
--- libisrt-java-4.7.20091102.orig/debian/libisrt-java-doc.docs
+++ libisrt-java-4.7.20091102/debian/libisrt-java-doc.docs
@@ -0,0 +1 @@
+javadoc
--- libisrt-java-4.7.20091102.orig/debian/libisrt-4.7-java.docs
+++ libisrt-java-4.7.20091102/debian/libisrt-4.7-java.docs
@@ -0,0 +1,2 @@
+debian/README.Debian
+debian/README.source
--- libisrt-java-4.7.20091102.orig/debian/rules
+++ libisrt-java-4.7.20091102/debian/rules
@@ -0,0 +1,24 @@
+#!/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 `find . -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
+
--- libisrt-java-4.7.20091102.orig/debian/libisrt-java-doc.doc-base
+++ libisrt-java-4.7.20091102/debian/libisrt-java-doc.doc-base
@@ -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
--- libisrt-java-4.7.20091102.orig/debian/libisrt-java.dirs
+++ libisrt-java-4.7.20091102/debian/libisrt-java.dirs
@@ -0,0 +1 @@
+usr/share/java
--- libisrt-java-4.7.20091102.orig/debian/README.source
+++ libisrt-java-4.7.20091102/debian/README.source
@@ -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.
--- libisrt-java-4.7.20091102.orig/debian/README.Debian
+++ libisrt-java-4.7.20091102/debian/README.Debian
@@ -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@debian.org>
--- libisrt-java-4.7.20091102.orig/debian/libisrt-4.7-java.dirs
+++ libisrt-java-4.7.20091102/debian/libisrt-4.7-java.dirs
@@ -0,0 +1 @@
+usr/share/java