debian/0000755000000000000000000000000011627473602007176 5ustar debian/maven.rules0000644000000000000000000000003411627473515011360 0ustar junit junit jar s/.*/3.x/ * debian/copyright0000644000000000000000000000174211627473515011140 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: FreeHEP I/O 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: 2009-2010 Giovanni Mascellani Copyright: 2009-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/rules0000755000000000000000000000022311627473515010256 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/orig-tar.sh0000755000000000000000000000054011627473515011263 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/changelog0000644000000000000000000000225411627473515011056 0ustar freehep-io (2.0.2-4) unstable; urgency=low * Team upload [ Giovanni Mascellani ] * default-jdk moved from Build-Depends-Indep to Build-Depends * Added real watch file * Fixed my email address. [ Torsten Werner ] * Remove Java runtime from Depends. * Update Standards-Version: 3.9.1. * Switch to source format 3.0. -- Torsten Werner Wed, 31 Aug 2011 13:24:44 +0200 freehep-io (2.0.2-3) unstable; urgency=low * Description improved. * debian/copyright: fixed. * Standards version bumped to 3.8.4. -- Giovanni Mascellani Wed, 03 Feb 2010 11:25:18 +0100 freehep-io (2.0.2-2) unstable; urgency=low * debian/fake-poms.conf: deleted, now openide-util provides a POM * Enabling compile time tests * debian/control: typo in long description * Adding Gabriele Giacone as comaintainer * debian/fake-poms.conf: deleted, not needed anymore -- Giovanni Mascellani Tue, 08 Dec 2009 17:18:51 +0100 freehep-io (2.0.2-1) unstable; urgency=low * Initial release (Closes: #554795) -- Giovanni Mascellani Sat, 14 Nov 2009 19:43:49 +0100 debian/gbp.conf0000644000000000000000000000016711627473515010624 0ustar [DEFAULT] cleaner = fakeroot debian/rules clean upstream-branch = upstream debian-branch = build pristine-tar = True debian/README.source0000644000000000000000000000046511627473515011365 0ustar Information about freehep-io ------------------------------ 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. debian/watch0000644000000000000000000000026511627473515010235 0ustar version=3 opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \ http://java.freehep.org/maven2/org/freehep/freehep-io/ \ (\d.*)/ debian debian/orig-tar.sh debian/libfreehep-io-java.poms0000644000000000000000000000002411627473515013526 0ustar pom.xml --no-parent debian/control0000644000000000000000000000211011627473515010576 0ustar Source: freehep-io 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-util-java (>= 2.0.2-2), junit Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-java/freehep/freehep-io.git Vcs-Browser: http://git.debian.org/?p=pkg-java/freehep/freehep-io.git Homepage: http://java.freehep.org/ Package: libfreehep-io-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: FreeHEP I/O library This library offers a collection of utility subclasses of standard IO Java classes (such as InputStrem, OutputStream, Reader and Writer), which help in dealing with encodings, byte order, tagged streams or other common IO-related issues. It is mainly used by other libraries within the FreeHEP project. . FreeHEP is a collection of Java libraries used in High Energy Physics. debian/source/0000755000000000000000000000000011627473515010501 5ustar debian/source/format0000644000000000000000000000001411627473515011707 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211627473515010377 0ustar 7 debian/maven.properties0000644000000000000000000000002611627473515012423 0ustar maven.test.skip=false