debian/0000755000000000000000000000000011717160031007163 5ustar debian/changelog0000644000000000000000000000145011717153335011046 0ustar freehep-graphicsio-emf (2.1.1-emfplus+dfsg1-2) unstable; urgency=low * Use option --java-lib to generate JARs in /usr/share/java. -- Giovanni Mascellani Thu, 16 Feb 2012 11:13:14 +0100 freehep-graphicsio-emf (2.1.1-emfplus+dfsg1-1) unstable; urgency=low * Merge upstream code from emfplus branch, to support EMF+ format. * Fix tarball generation script. * Fix my email address. * Convert package to format 3.0 (quilt). * Standards-Version bumped to 3.9.2 (no changes required). * Update field names in debian/copyright. -- Giovanni Mascellani Tue, 10 Jan 2012 12:15:14 +0100 freehep-graphicsio-emf (2.1.1+dfsg-1) unstable; urgency=low * Initial release (Closes: #572572) -- Gabriele Giacone <1o5g4r8o@gmail.com> Fri, 05 Mar 2010 01:33:44 +0100 debian/maven.ignoreRules0000644000000000000000000000002211717153335012514 0ustar hep.aida aida * * debian/copyright0000644000000000000000000000200111717153335011120 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: FreeHEP Enhanced Metafile Format Driver Upstream-Contact: 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/control0000644000000000000000000000235711717153335010606 0ustar Source: freehep-graphicsio-emf 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-graphicsio-java, libfreehep-graphicsio-tests-java, libjdom1-java, junit Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-graphicsio-emf.git Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-graphicsio-emf.git Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-emf-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: FreeHEP Enhanced Metafile Format Driver 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 can be added with plugins. . This package contains a GraphicsIO plugin to export to Enhanced Metafile Format. . FreeHEP is a collection of Java libraries used in High Energy Physics. debian/source/0000755000000000000000000000000011717153335010474 5ustar debian/source/format0000644000000000000000000000001411717153335011702 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000134211717153335011353 0ustar Information about freehep-graphicsio-emf ---------------------------------------- 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. REPACKAGING To comply with DFSG, the following binary files have been removed from upstream tarball: - src/test/resources/emf/*.emf - src/test/resources/emf/*.emf.gz Moreover, the upstream codebase was manually merged with the emfplus branch available here: http://java.freehep.org/svn/repos/freehep/list/freehep/branches/vectorgraphics-emfplus/freehep-graphicsio-emf/?revision=HEAD&bypassEmpty=true debian/maven.properties0000644000000000000000000000002511717153335012415 0ustar maven.test.skip=true debian/gbp.conf0000644000000000000000000000016711717153335010617 0ustar [DEFAULT] cleaner = fakeroot debian/rules clean upstream-branch = upstream debian-branch = build pristine-tar = True debian/maven.rules0000644000000000000000000000010511717153335011352 0ustar junit junit jar s/.*/3.x/ * s/jdom/org.jdom/ jdom jar s/.*/debian/ * debian/watch0000644000000000000000000000030111717153335010217 0ustar version=3 opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \ http://java.freehep.org/maven2/org/freehep/freehep-graphicsio-emf/ \ (\d.*)/ debian debian/orig-tar.sh debian/libfreehep-graphicsio-emf-java.poms0000644000000000000000000000003711717153335016013 0ustar pom.xml --java-lib --no-parent debian/rules0000755000000000000000000000022311717153335010251 0ustar #!/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 debian/compat0000644000000000000000000000000211717153335010372 0ustar 7 debian/orig-tar.sh0000755000000000000000000000136311717153335011262 0ustar #!/bin/sh -e # At the moment this script doesn't work correctly, because the # upstream codebase must be manually merged with the emfplus branch # available here: # # http://java.freehep.org/svn/repos/freehep/list/freehep/branches/vectorgraphics-emfplus/freehep-graphicsio-emf/?revision=HEAD&bypassEmpty=true VERSION=$2 DOWNLOADED_FILE=$3 PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p') TAR=../${PACKAGE}_${VERSION}+dfsg1.orig.tar.gz DIR=${PACKAGE}-${VERSION} svn export svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-${VERSION}/$PACKAGE $DIR rm -f $DIR/src/test/resources/emf/*.emf rm -f $DIR/src/test/resources/emf/*.emf.gz GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR rm -f $DOWNLOADED_FILE