--- freehep-graphics2d-2.1.1.orig/debian/control +++ freehep-graphics2d-2.1.1/debian/control @@ -0,0 +1,22 @@ +Source: freehep-graphics2d +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Giovanni Mascellani , + Gabriele Giacone <1o5g4r8o@gmail.com> +Build-Depends: debhelper (>= 7), cdbs, maven-debian-helper, quilt +Build-Depends-Indep: default-jdk, junit, libfreehep-util-java, + libfreehep-chartableconverter-plugin-java +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-graphics2d.git +Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-graphics2d.git +Homepage: http://java.freehep.org/ + +Package: libfreehep-graphics2d-java +Architecture: all +Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime +Recommends: ${maven:OptionalDepends} +Description: FreeHEP 2D Graphics Library + General 2D graphics library for FreeHEP + . + FreeHEP is a collection of Java libraries used in High Energy Physics. --- freehep-graphics2d-2.1.1.orig/debian/compat +++ freehep-graphics2d-2.1.1/debian/compat @@ -0,0 +1 @@ +7 --- freehep-graphics2d-2.1.1.orig/debian/gbp.conf +++ freehep-graphics2d-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-graphics2d-2.1.1.orig/debian/copyright +++ freehep-graphics2d-2.1.1/debian/copyright @@ -0,0 +1,23 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: FreeHEP 2D Graphics 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: 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-graphics2d-2.1.1.orig/debian/rules +++ freehep-graphics2d-2.1.1/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/maven.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +-include /usr/share/topgit/tg2quilt.mk + +JAVA_HOME := /usr/lib/jvm/default-java + --- freehep-graphics2d-2.1.1.orig/debian/maven.properties +++ freehep-graphics2d-2.1.1/debian/maven.properties @@ -0,0 +1 @@ +maven.test.skip=true --- freehep-graphics2d-2.1.1.orig/debian/README.source +++ freehep-graphics2d-2.1.1/debian/README.source @@ -0,0 +1,21 @@ +Information about freehep-graphics2d +------------------------------------ + +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. + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. Please see: + + /usr/share/doc/quilt/README.source + +for more information on how to apply the patches, modify patches, or +remove a patch. + + + --- freehep-graphics2d-2.1.1.orig/debian/watch +++ freehep-graphics2d-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-graphics2d-2.1.1.orig/debian/libfreehep-graphics2d-java.poms +++ freehep-graphics2d-2.1.1/debian/libfreehep-graphics2d-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent --- freehep-graphics2d-2.1.1.orig/debian/changelog +++ freehep-graphics2d-2.1.1/debian/changelog @@ -0,0 +1,5 @@ +freehep-graphics2d (2.1.1-1) unstable; urgency=low + + * Initial release (Closes: #556397) + + -- Giovanni Mascellani Sun, 08 Nov 2009 22:18:30 +0100 --- freehep-graphics2d-2.1.1.orig/debian/patches/series +++ freehep-graphics2d-2.1.1/debian/patches/series @@ -0,0 +1 @@ +patch/pom.xml.diff -p1 --- freehep-graphics2d-2.1.1.orig/debian/patches/patch/pom.xml.diff +++ freehep-graphics2d-2.1.1/debian/patches/patch/pom.xml.diff @@ -0,0 +1,25 @@ +From: Gabriele Giacone +Subject: [PATCH] patch/pom.xml + +fh-chartableconverter-plugin version hardcoded + +Signed-off-by: Gabriele Giacone + +--- + pom.xml | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 9196988..e6cb900 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -28,6 +28,7 @@ + + org.freehep + freehep-chartableconverter-plugin ++ 2.0 + + + Expert +-- +tg: (de278b6..) patch/pom.xml (depends on: master)