debian/ 0000755 0000000 0000000 00000000000 11370202414 007160 5 ustar debian/libtrove-java-doc.doc-base 0000644 0000000 0000000 00000000603 11370201657 014076 0 ustar 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/rules 0000755 0000000 0000000 00000001272 11370202021 010234 0 ustar #!/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/ 0000755 0000000 0000000 00000000000 11370202414 010607 5 ustar debian/patches/01_build_target_5_0.patch 0000644 0000000 0000000 00000002150 11370202162 015236 0 ustar 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/series 0000644 0000000 0000000 00000000032 11370202010 012007 0 ustar 01_build_target_5_0.patch
debian/copyright 0000644 0000000 0000000 00000003443 11370201657 011127 0 ustar 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/watch 0000644 0000000 0000000 00000000122 11370201657 010214 0 ustar version=3
http://sf.net/trove4j/trove-([\d.]+)\.tar\.gz debian debian/orig-tar.sh
debian/orig-tar.sh 0000755 0000000 0000000 00000000547 11370201657 011261 0 ustar #!/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/compat 0000644 0000000 0000000 00000000002 11370201657 010366 0 ustar 7
debian/source/ 0000755 0000000 0000000 00000000000 11370202414 010460 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11370201771 011673 0 ustar 3.0 (quilt)
debian/README.Debian-source 0000644 0000000 0000000 00000000722 11370201657 012530 0 ustar 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/changelog 0000644 0000000 0000000 00000003263 11370202346 011042 0 ustar 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/control 0000644 0000000 0000000 00000003624 11370202327 010573 0 ustar 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.