--- freehep-graphicsio-2.1.1.orig/debian/README.source +++ freehep-graphicsio-2.1.1/debian/README.source @@ -0,0 +1,10 @@ +Information about freehep-graphicsio +------------------------------------ + +This package was debianized using the mh_make command +from the maven-debian-helper package. + +The build system uses Maven but prevents it from downloading +anything from the Internet, making the build compliant with +the Debian policy. + --- freehep-graphicsio-2.1.1.orig/debian/copyright +++ freehep-graphicsio-2.1.1/debian/copyright @@ -0,0 +1,95 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: FreeHEP GraphicsIO Base Library +Maintainer: The FreeHEP team +Source: http://java.freehep.org/ + +Files: * +Copyright: 2000-2007, CERN, Geneva, Switzerland + 2000-2007, SLAC, Stanford, California, U.S.A. + 2000-2007, University of California Santa Cruz, U.S.A. +License: LGPL-2.1+ + On Debian GNU/Linux system you can find the complete text of the + LGPL-2.1 license in '/usr/share/common-licenses/LGPL-2.1' + No license files are included in upstream tarball but copyright holders + list is available at + + and adopted license at + +Files: src/main/java/org/freehep/graphicsio/ppm/ImageEncoder.java, + src/main/java/org/freehep/graphicsio/ppm/PPMEncoder.java, + src/main/java/org/freehep/graphicsio/ImageEncoder.java, + src/main/java/org/freehep/graphicsio/gif/ImageEncoder.java, + src/main/java/org/freehep/graphicsio/gif/GIFEncoder.java +Copyright: 1996-1998, Jef Poskanzer +License: other + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. + +Files: src/main/java/org/freehep/graphicsio/png/PNGEncoder.java +Copyright: 2000, J. David Eisenberg +License: LGPL-2.1+ + On Debian GNU/Linux systems you can find the complete text of the LGPL-2.1 + license in '/usr/share/common-licenses/LGPL-2.1'. + +Files: src/main/java/org/freehep/graphicsio/gif/Quantize.java +Copyright: 1998, E. I. du Pont de Nemours and Company + 2000, Adam Doppelt +License: other + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files ("ImageMagick"), + to deal in ImageMagick without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of ImageMagick, and to permit persons to whom the + ImageMagick is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of ImageMagick. + . + The software is provided "as is", without warranty of any kind, express or + implied, including but not limited to the warranties of merchantability, + fitness for a particular purpose and noninfringement. In no event shall + E. I. du Pont de Nemours and Company be liable for any claim, damages or + other liability, whether in an action of contract, tort or otherwise, + arising from, out of or in connection with ImageMagick or the use or other + dealings in ImageMagick. + . + Except as contained in this notice, the name of the E. I. du Pont de + Nemours and Company shall not be used in advertising or otherwise to + promote the sale, use or other dealings in ImageMagick without prior + written authorization from the E. I. du Pont de Nemours and Company. + +Files: src/main/java/org/freehep/graphicsio/gif/NeuQuant.java +Copyright: 1994, Anthony Dekker +License: other + Any party obtaining a copy of these files from the author, directly or + indirectly, is granted, free of charge, a full and unrestricted irrevocable, + world-wide, paid up, royalty-free, nonexclusive right and license to deal + in this software and documentation files (the "Software"), including without + limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons who receive + copies from any such party to do so, with the only requirement being + that this copyright notice remain intact. + +Files: debian/* +Copyright: 2010, Giovanni Mascellani + 2010, Gabriele Giacone <1o5g4r8o@gmail.com> +License: GPL-3+ + On Debian GNU/Linux system you can find the complete text of the + GPL-3 license in '/usr/share/common-licenses/GPL-3' --- freehep-graphicsio-2.1.1.orig/debian/maven.rules +++ freehep-graphicsio-2.1.1/debian/maven.rules @@ -0,0 +1 @@ +org.codehaus.mojo exec-maven-plugin maven-plugin s/.*/1.1.1/ --- freehep-graphicsio-2.1.1.orig/debian/watch +++ freehep-graphicsio-2.1.1/debian/watch @@ -0,0 +1,2 @@ +# Watch file missing, because upstream releases are available only via +# SVN, but uscan is unable to read in a SVN repository. --- freehep-graphicsio-2.1.1.orig/debian/maven.properties +++ freehep-graphicsio-2.1.1/debian/maven.properties @@ -0,0 +1 @@ +maven.test.skip=false --- freehep-graphicsio-2.1.1.orig/debian/rules +++ freehep-graphicsio-2.1.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/maven.mk + +JAVA_HOME := /usr/lib/jvm/default-java + --- freehep-graphicsio-2.1.1.orig/debian/gbp.conf +++ freehep-graphicsio-2.1.1/debian/gbp.conf @@ -0,0 +1,7 @@ + +[DEFAULT] +cleaner = fakeroot debian/rules clean +upstream-branch = upstream +debian-branch = build +pristine-tar = True + --- freehep-graphicsio-2.1.1.orig/debian/changelog +++ freehep-graphicsio-2.1.1/debian/changelog @@ -0,0 +1,17 @@ +freehep-graphicsio (2.1.1-2~lucid1) lucid; urgency=low + + * Backport to lucid. No changes required. + + -- Andrea Colangelo Fri, 11 Mar 2011 09:06:51 +0100 + +freehep-graphicsio (2.1.1-2) unstable; urgency=low + + * Moved default-jdk from Build-Depends-Indep to Build-Depends + + -- Gabriele Giacone <1o5g4r8o@gmail.com> Thu, 04 Mar 2010 00:43:14 +0100 + +freehep-graphicsio (2.1.1-1) unstable; urgency=low + + * Initial release (Closes: #564756) + + -- Giovanni Mascellani Tue, 02 Feb 2010 16:49:03 +0100 --- freehep-graphicsio-2.1.1.orig/debian/control +++ freehep-graphicsio-2.1.1/debian/control @@ -0,0 +1,25 @@ +Source: freehep-graphicsio +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Giovanni Mascellani , + Gabriele Giacone <1o5g4r8o@gmail.com> +Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper, default-jdk +Build-Depends-Indep: libfreehep-export-java, libfreehep-graphics2d-java, + libfreehep-io-java, libmaven-exec-plugin-java +Standards-Version: 3.8.4 +Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-graphicsio.git +Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-graphicsio.git +Homepage: http://java.freehep.org/ + +Package: libfreehep-graphicsio-java +Architecture: all +Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime +Recommends: ${maven:OptionalDepends} +Description: FreeHEP GraphicsIO Base Library + The GraphicsIO library offers a base interface for image exporters in many + vector or bitmap image formats. It features direct support for GIF, PNG, PPM + and RAW formats, as well as the ability to manage TrueType fonts. Support + for other file types con be added with plugins. + . + FreeHEP is a collection of Java libraries used in High Energy Physics. --- freehep-graphicsio-2.1.1.orig/debian/libfreehep-graphicsio-java.poms +++ freehep-graphicsio-2.1.1/debian/libfreehep-graphicsio-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent --- freehep-graphicsio-2.1.1.orig/debian/compat +++ freehep-graphicsio-2.1.1/debian/compat @@ -0,0 +1 @@ +7