debian/0000755000000000000000000000000011627245105007171 5ustar debian/README.source0000644000000000000000000000117511627245017011356 0ustar Information about freehep-export ------------------------------ DEBIANIZATION 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. QUILT 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. debian/watch0000644000000000000000000000027111627245017010224 0ustar version=3 opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \ http://java.freehep.org/maven2/org/freehep/freehep-export/ \ (\d.*)/ debian debian/orig-tar.sh debian/patches/0000755000000000000000000000000011627245017010622 5ustar debian/patches/patch/0000755000000000000000000000000011627245017011721 5ustar debian/patches/patch/pom.xml.diff0000644000000000000000000000141011627245017014141 0ustar From: Giovanni Mascellani Subject: [PATCH] patch/pom.xml Fixes pom.xml, which shouldn't depend on jas-plotter. Signed-off-by: Giovanni Mascellani --- pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 67a92df..22d5408 100644 --- a/pom.xml +++ b/pom.xml @@ -23,12 +23,6 @@ freehep-swing 2.0.3 - - org.freehep - jas-plotter - 2.2 - test - -- tg: (c262cd6..) patch/pom.xml (depends on: master) debian/patches/series0000644000000000000000000000002711627245017012036 0ustar patch/pom.xml.diff -p1 debian/changelog0000644000000000000000000000103711627245017011046 0ustar freehep-export (2.1.1-2) unstable; urgency=low * Team upload [ Giovanni Mascellani ] * Added real watch file * Fixed my email address. [ Torsten Werner ] * Add missing Build-Depends: libjas-plotter-java. * Switch to source format 3.0. * Update Standards-Version: 3.9.1. -- Torsten Werner Tue, 30 Aug 2011 22:35:19 +0200 freehep-export (2.1.1-1) unstable; urgency=low * Initial release (Closes: #558345) -- Giovanni Mascellani Wed, 03 Feb 2010 11:17:36 +0100 debian/libfreehep-export-java.poms0000644000000000000000000000002411627245017014432 0ustar pom.xml --no-parent debian/maven.properties0000644000000000000000000000002511627245017012414 0ustar maven.test.skip=true debian/control0000644000000000000000000000224611627245017010602 0ustar Source: freehep-export Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Giovanni Mascellani , Gabriele Giacone <1o5g4r8o@gmail.com> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libsurefire-java (>= 2.4.3), libfreehep-swing-java, libmaven-exec-plugin-java, libjas-plotter-java Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-export.git Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-export.git;a=summary Homepage: http://java.freehep.org/ Package: libfreehep-export-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends}, openjdk-6-jre | java2-runtime Recommends: ${maven:OptionalDepends} Description: FreeHEP Export and Save As Library Library to register filetypes (which can be loaded as plugin modules). This library is used by VectorGraphics libraries to implement a modular import/export system for image files: importers or exporters for different formats can be deloped or loaded independently. . FreeHEP is a collection of Java libraries used in High Energy Physics. debian/maven.rules0000644000000000000000000000007711627245017011361 0ustar org.codehaus.mojo exec-maven-plugin maven-plugin s/.*/1.1.1/ * debian/copyright0000644000000000000000000000172711627245017011135 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: FreeHEP Export 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' debian/compat0000644000000000000000000000000211627245017010371 0ustar 7 debian/source/0000755000000000000000000000000011627245017010473 5ustar debian/source/format0000644000000000000000000000001411627245017011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000027211627245017010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk -include /usr/share/topgit/tg2quilt.mk JAVA_HOME := /usr/lib/jvm/default-java debian/orig-tar.sh0000755000000000000000000000054011627245017011255 0ustar #!/bin/sh -e VERSION=$2 DOWNLOADED_FILE=$3 PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p') TAR=../${PACKAGE}_${VERSION}.orig.tar.gz DIR=${PACKAGE}-${VERSION} svn export svn://svn.freehep.org/svn/freehep/tags/$PACKAGE-$VERSION $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR rm -f $DOWNLOADED_FILE debian/gbp.conf0000644000000000000000000000016711627245017010616 0ustar [DEFAULT] cleaner = fakeroot debian/rules clean upstream-branch = upstream debian-branch = build pristine-tar = True