debian/0000755000000000000000000000000011370202414007160 5ustar debian/libtrove-java-doc.doc-base0000644000000000000000000000060311370201657014076 0ustar Document: libtrove-java-doc Title: Programmer API for trove (high performance collections for java) Author: Eric Friedman, Gann Bierner, Rob Eden Abstract: This is the programmer API of trove, a library for high performance collections for java Section: Programming Format: HTML Index: /usr/share/doc/libtrove-java-doc/api/index.html Files: /usr/share/doc/libtrove-java-doc/api/*.html debian/rules0000755000000000000000000000127211370202021010234 0ustar #!/usr/bin/make -f # debian/rules file for trove (uses cdbs) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar javadoc cleanbuilddir:: $(RM) -r output binary-post-install/libtrove-java:: dh_install -plibtrove-java \ output/lib/trove-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ dh_link -plibtrove-java \ /usr/share/java/trove-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/trove.jar binary-post-install/libtrove-java-doc:: dh_install -plibtrove-java-doc \ output/javadocs/* /usr/share/doc/libtrove-java-doc/api get-orig-source: uscan --upstream-version 0 --rename debian/patches/0000755000000000000000000000000011370202414010607 5ustar debian/patches/01_build_target_5_0.patch0000644000000000000000000000215011370202162015236 0ustar Index: trove-2.1.0/build.xml =================================================================== --- trove-2.1.0.orig/build.xml 2009-08-14 22:51:22.000000000 +0200 +++ trove-2.1.0/build.xml 2010-05-05 07:38:51.000000000 +0200 @@ -80,7 +80,7 @@ + debug="${debug}" source="1.5" target="1.5"> @@ -207,7 +207,7 @@ - + @@ -275,4 +275,4 @@ - \ No newline at end of file + debian/patches/series0000644000000000000000000000003211370202010012007 0ustar 01_build_target_5_0.patch debian/copyright0000644000000000000000000000344311370201657011127 0ustar This package was debianized by Arnaud Vandyck on 12-April-2007. The source code was downloaded from http://trove4j.sourceforge.net/ Authors: Eric Friedman Gann Bierner Rob Eden Copyright: (c) 2001-2006, Eric D. Friedman All Rights Reserved. License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA On Debian systems, you can find the LGPL license in: /usr/share/common-licenses/LGPL The PrimeFinder and HashFunctions classes in Trove are subject to the following license restrictions: Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided "as is" without expressed or implied warranty. debian/watch0000644000000000000000000000012211370201657010214 0ustar version=3 http://sf.net/trove4j/trove-([\d.]+)\.tar\.gz debian debian/orig-tar.sh debian/orig-tar.sh0000755000000000000000000000054711370201657011261 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=$3 # clean up the upstream tarball tar -x -z -f $TAR tar -c -z -f $TAR --exclude '*.jar' --exclude '*/javadocs/*' trove-*/ rm -rf trove-*/ # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/compat0000644000000000000000000000000211370201657010366 0ustar 7 debian/source/0000755000000000000000000000000011370202414010460 5ustar debian/source/format0000644000000000000000000000001411370201771011673 0ustar 3.0 (quilt) debian/README.Debian-source0000644000000000000000000000072211370201657012530 0ustar The upstream supplied source package contains binary jar files and pre-built documentation. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Torsten Werner Fri Oct 12 19:17:47 CEST 2007 debian/changelog0000644000000000000000000000326311370202346011042 0ustar trove (2.1.0-2) unstable; urgency=low [ Thierry Carrez ] * Set minimal depend to default-jre-headless | java5-runtime-headless since we build Java5 code. [ Torsten Werner ] * Remove Arnaud from Uploaders list. * Switch to source format 3.0. * Update Standards-Version: 3.8.4. -- Torsten Werner Wed, 05 May 2010 07:40:42 +0200 trove (2.1.0-1) unstable; urgency=low * New upstream release. -- Michael Koch Fri, 02 Oct 2009 22:09:29 +0200 trove (2.0.4-2) unstable; urgency=low * (Build-)Depends on default-jdk (Closes: #526301) * Build-Depends on debhelper >= 7. * Let all packages depend on ${misc:Depends}. * Moved package to section 'java'. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch Wed, 16 Sep 2009 22:54:50 +0200 trove (2.0.4-1) unstable; urgency=low * new upstream release * Bump up Standards-Version: 3.8.0 (no changes needed). -- Torsten Werner Sun, 24 Aug 2008 23:30:31 +0200 trove (2.0.3-1) unstable; urgency=low * new upstream release * Fix Author field in doc-base file. -- Torsten Werner Mon, 07 Apr 2008 23:32:29 +0200 trove (2.0.2-1) unstable; urgency=low * new upstream release * Remove reference to substance in README.Debian-source. * Clean up the debian directory. * Change Standards-Version: 3.7.3. * Add Homepage and Vcs headers to debian/control. -- Torsten Werner Sun, 16 Dec 2007 18:44:02 +0100 trove (2.0.1.dfsg.1-1) unstable; urgency=low * Initial Release (closes: #418678). -- Arnaud Vandyck Mon, 16 Jul 2007 10:43:45 +0200 debian/control0000644000000000000000000000362411370202327010573 0ustar Source: trove Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Michael Koch Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant Standards-Version: 3.8.4 Homepage: http://trove4j.sourceforge.net Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/trove Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/trove/ Package: libtrove-java Architecture: all Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends} Description: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. . Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains. Package: libtrove-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libtrove-java Description: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. . Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains. . This package includes the documentation.