[pkg-java] r3189 - in trunk/trove: . debian debian/patches

Arnaud Vandyck avdyk at alioth.debian.org
Fri Apr 13 07:21:55 UTC 2007


Author: avdyk
Date: 2007-04-13 07:21:54 +0000 (Fri, 13 Apr 2007)
New Revision: 3189

Added:
   trunk/trove/debian/
   trunk/trove/debian/ant.properties
   trunk/trove/debian/changelog
   trunk/trove/debian/compat
   trunk/trove/debian/control
   trunk/trove/debian/copyright
   trunk/trove/debian/libtrove-java.dirs
   trunk/trove/debian/libtrove-java.install
   trunk/trove/debian/libtrove-java.links
   trunk/trove/debian/patches/
   trunk/trove/debian/patches/01_build_target_5_0.patch
   trunk/trove/debian/rules
   trunk/trove/debian/watch
Log:
preliminary work on trove but I can't generate the classes


Property changes on: trunk/trove/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/trove/debian/ant.properties
===================================================================
--- trunk/trove/debian/ant.properties	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/ant.properties	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1 @@
+jar_name trove-2.0a2.jar

Added: trunk/trove/debian/changelog
===================================================================
--- trunk/trove/debian/changelog	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/changelog	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1,5 @@
+trove (2.0a2.dfsg.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #418678).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu, 12 Apr 2007 17:44:02 +0200

Added: trunk/trove/debian/compat
===================================================================
--- trunk/trove/debian/compat	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/compat	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1 @@
+4

Added: trunk/trove/debian/control
===================================================================
--- trunk/trove/debian/control	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/control	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1,41 @@
+Source: trove
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, cdbs
+Standards-Version: 3.7.2
+
+Package: libtrove-java
+Section: libs
+Architecture: all
+Depends: java-gcj-compat | java2-runtime
+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
+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.

Added: trunk/trove/debian/copyright
===================================================================
--- trunk/trove/debian/copyright	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/copyright	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1,23 @@
+This package was debianized by Arnaud Vandyck <avdyk at debian.org> on 12-April-2007.
+The source code was downloaded from http://trove4j.sourceforge.net/
+
+Authors:
+  Eric Friedman <ericdf at users.sourceforge.net>
+  Gann Bierner <gann at users.sourceforge.net>
+  Rob Eden <robeden at users.sourceforge.net>
+
+Copyright: (c) 2001-2006, Eric D. Friedman All Rights Reserved.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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 General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Added: trunk/trove/debian/libtrove-java.dirs
===================================================================
--- trunk/trove/debian/libtrove-java.dirs	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/libtrove-java.dirs	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/trove/debian/libtrove-java.install
===================================================================
--- trunk/trove/debian/libtrove-java.install	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/libtrove-java.install	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1 @@
+build/trove-2.0a2.jar			/usr/share/java/

Added: trunk/trove/debian/libtrove-java.links
===================================================================
--- trunk/trove/debian/libtrove-java.links	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/libtrove-java.links	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1 @@
+/usr/share/java/trove-2.0a2.jar	/usr/share/java/trove.jar

Added: trunk/trove/debian/patches/01_build_target_5_0.patch
===================================================================
--- trunk/trove/debian/patches/01_build_target_5_0.patch	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/patches/01_build_target_5_0.patch	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1,26 @@
+--- build.xml~	2006-12-07 19:08:24.000000000 +0000
++++ build.xml	2007-04-12 16:09:41.500000000 +0000
+@@ -78,6 +78,7 @@
+     <target name="compile" depends="generate">
+         <javac destdir="${output.dest}"
+             classpath="${lib}/junit.jar"
++            source="1.5"
+             debug="on">
+             <src path="${src}"/>
+             <src path="${output.generated}"/>
+@@ -182,7 +183,7 @@
+         
+         <echo message="output.dest = ${output.dest}"/>
+             
+-        <javac destdir="${output.tests}" debug="on">
++        <javac destdir="${output.tests}" debug="on" source="1.5">
+             <src path="${test_src}"/>
+             <classpath>
+                 <pathelement location="${lib}/junit.jar"/>
+@@ -244,4 +245,4 @@
+ 
+         <echo message="----------- ${Name} ${version} [${year}] ------------"/>
+     </target>
+-</project>
+\ No newline at end of file
++</project>

Added: trunk/trove/debian/rules
===================================================================
--- trunk/trove/debian/rules	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/rules	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# debian/rules file for trove (uses cdbs)
+
+export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+ANT_HOME := /usr/share/ant
+
+DEB_JARS := 
+DEB_ANT_BUILD_TARGET := jar javadocs
+
+#clean::
+#	-rm -rf build


Property changes on: trunk/trove/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/trove/debian/watch
===================================================================
--- trunk/trove/debian/watch	2007-04-13 06:59:50 UTC (rev 3188)
+++ trunk/trove/debian/watch	2007-04-13 07:21:54 UTC (rev 3189)
@@ -0,0 +1,7 @@
+# watch control file for uscan
+version=2
+# Options
+
+# Site Version Script
+opts=dversionmangle=s/\.dfsg\.\d+$// \
+  http://heanet.dl.sourceforge.net/sourceforge/trove4j/trove-(.*)\.tar\.gz debian uupdate




More information about the pkg-java-commits mailing list