--- libjpedal-jbig2-java-20100117.orig/debian/changelog +++ libjpedal-jbig2-java-20100117/debian/changelog @@ -0,0 +1,5 @@ +libjpedal-jbig2-java (20100117-1) unstable; urgency=low + + * Initial release (Closes: #565670). + + -- Steffen Moeller Sun, 17 Jan 2010 21:29:10 +0100 --- libjpedal-jbig2-java-20100117.orig/debian/compat +++ libjpedal-jbig2-java-20100117/debian/compat @@ -0,0 +1 @@ +7 --- libjpedal-jbig2-java-20100117.orig/debian/rules +++ libjpedal-jbig2-java-20100117/debian/rules @@ -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 + --- libjpedal-jbig2-java-20100117.orig/debian/README.source +++ libjpedal-jbig2-java-20100117/debian/README.source @@ -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. --- libjpedal-jbig2-java-20100117.orig/debian/control +++ libjpedal-jbig2-java-20100117/debian/control @@ -0,0 +1,22 @@ +Source: libjpedal-jbig2-java +Section: java +Priority: extra +Maintainer: Steffen Moeller +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. --- libjpedal-jbig2-java-20100117.orig/debian/copyright +++ libjpedal-jbig2-java-20100117/debian/copyright @@ -0,0 +1,51 @@ +This work was packaged for Debian by: + + Steffen Moeller on Sun, 17 Jan 2010 21:29:10 +0100 + +It was downloaded from http://www.jpedal.org/support_JBIG.php + + +Upstream Authors: + + Simon Barnett + +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 + +and is licensed under the same license. + --- libjpedal-jbig2-java-20100117.orig/debian/libjpedal-jbig2-java.dirs +++ libjpedal-jbig2-java-20100117/debian/libjpedal-jbig2-java.dirs @@ -0,0 +1 @@ +/usr/share/java --- libjpedal-jbig2-java-20100117.orig/debian/docs +++ libjpedal-jbig2-java-20100117/debian/docs @@ -0,0 +1 @@ +debian/README.source