[pkg-java] r11375 - in trunk: . libjpedal-jbig2-java libjpedal-jbig2-java/debian

Steffen Möller moeller at alioth.debian.org
Sun Jan 17 23:26:33 UTC 2010


Author: moeller
Date: 2010-01-17 23:26:33 +0000 (Sun, 17 Jan 2010)
New Revision: 11375

Added:
   trunk/libjpedal-jbig2-java/
   trunk/libjpedal-jbig2-java/debian/
   trunk/libjpedal-jbig2-java/debian/README.source
   trunk/libjpedal-jbig2-java/debian/changelog
   trunk/libjpedal-jbig2-java/debian/control
   trunk/libjpedal-jbig2-java/debian/copyright
   trunk/libjpedal-jbig2-java/debian/docs
   trunk/libjpedal-jbig2-java/debian/libjpedal-jbig2-java.dirs
   trunk/libjpedal-jbig2-java/debian/rules
Log:
It was one (of plenty still to come) missing build dependencies for PDFsam.



Property changes on: trunk/libjpedal-jbig2-java
___________________________________________________________________
Added: svn:mergeinfo
   + 

Added: trunk/libjpedal-jbig2-java/debian/README.source
===================================================================
--- trunk/libjpedal-jbig2-java/debian/README.source	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/README.source	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1,2 @@
+The original source tree from upstream's .zip file has the top directoy
+"src". This was changed to the versioned package name.

Added: trunk/libjpedal-jbig2-java/debian/changelog
===================================================================
--- trunk/libjpedal-jbig2-java/debian/changelog	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/changelog	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1,5 @@
+libjpedal-jbig2-java (20100117-1) unstable; urgency=low
+
+  * Initial release (Closes: #565670).
+
+ -- Steffen Moeller <moeller at debian.org>  Sun, 17 Jan 2010 21:29:10 +0100

Added: trunk/libjpedal-jbig2-java/debian/control
===================================================================
--- trunk/libjpedal-jbig2-java/debian/control	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/control	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1,22 @@
+Source: libjpedal-jbig2-java
+Section: java
+Priority: extra
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep
+Standards-Version: 3.8.3
+Homepage: http://www.jpedal.org/support_JBIG.php
+
+Package: libjpedal-jbig2-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: default-jre-headless
+Description: library for accession of large images
+ The JPedal JBIG2 Image Decoder is a 100% pure Java image decoder for
+ the JBIG2 file format. The decoder takes the JBIG2 image processing
+ technology developed for the JPedal PDF renderer and makes it available
+ as a generic library for more general usage.
+ .
+ It offers the ability to allow developers to add JBIG2 image rendering
+ capabilities to their own applications, through a simple and easy to
+ use API. In its simplest form it allows developers to load in a JBIG2
+ encoded datastream and convert that into a BufferedImage.

Added: trunk/libjpedal-jbig2-java/debian/copyright
===================================================================
--- trunk/libjpedal-jbig2-java/debian/copyright	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/copyright	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1,51 @@
+This work was packaged for Debian by:
+
+    Steffen Moeller <moeller at debian.org> on Sun, 17 Jan 2010 21:29:10 +0100
+
+It was downloaded from http://www.jpedal.org/support_JBIG.php
+
+
+Upstream Authors:
+
+    Simon Barnett <sb99 at kent.ac.uk>
+
+Copyright:
+
+    (C) Copyright 1997-2008, IDRsolutions and Contributors.
+    Copyright (c) 2008, IDRsolutions
+
+License:
+
+    The download website summarises the software to be available under
+    the BSD license. The source code headers show the following text:
+
+    All rights reserved.
+    
+    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 the IDRsolutions 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 IDRsolutions ``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 IDRsolutions 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 is licensed under the same license.
+

Added: trunk/libjpedal-jbig2-java/debian/docs
===================================================================
--- trunk/libjpedal-jbig2-java/debian/docs	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/docs	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1 @@
+debian/README.source

Added: trunk/libjpedal-jbig2-java/debian/libjpedal-jbig2-java.dirs
===================================================================
--- trunk/libjpedal-jbig2-java/debian/libjpedal-jbig2-java.dirs	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/libjpedal-jbig2-java.dirs	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1 @@
+/usr/share/java

Added: trunk/libjpedal-jbig2-java/debian/rules
===================================================================
--- trunk/libjpedal-jbig2-java/debian/rules	                        (rev 0)
+++ trunk/libjpedal-jbig2-java/debian/rules	2010-01-17 23:26:33 UTC (rev 11375)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+build/libjpedal-jbig2-java::
+	javac -Xlint:unchecked `find org -name *.java`
+
+install/libjpedal-jbig2-java::
+	jar cf $(CURDIR)/debian/libjpedal-jbig2-java/usr/share/java/jbig2.jar `find . -name "*.class"`
+
+clean::
+	find org -name "*.class" | xargs -r rm
+




More information about the pkg-java-commits mailing list