r2132 - in trunk: . libcolt-java libcolt-java/debian
libcolt-java/debian/patches
Charles Fry
cfry-guest at costa.debian.org
Tue May 23 16:09:20 UTC 2006
Author: cfry-guest
Date: 2006-05-23 16:09:19 +0000 (Tue, 23 May 2006)
New Revision: 2132
Added:
trunk/libcolt-java/
trunk/libcolt-java/debian/
trunk/libcolt-java/debian/changelog
trunk/libcolt-java/debian/compat
trunk/libcolt-java/debian/control
trunk/libcolt-java/debian/copyright
trunk/libcolt-java/debian/docs
trunk/libcolt-java/debian/libcolt-java.dirs
trunk/libcolt-java/debian/patches/
trunk/libcolt-java/debian/patches/01_classpath.patch
trunk/libcolt-java/debian/patches/series
trunk/libcolt-java/debian/rules
trunk/libcolt-java/debian/watch
Log:
imported libcolt-java
Property changes on: trunk/libcolt-java/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/libcolt-java/debian/changelog
===================================================================
--- trunk/libcolt-java/debian/changelog 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/changelog 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1,6 @@
+libcolt-java (1.2.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #368542)
+
+ -- Charles Fry <debian at frogcircus.org> Mon, 22 May 2006 17:53:38 -0400
+
Added: trunk/libcolt-java/debian/compat
===================================================================
--- trunk/libcolt-java/debian/compat 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/compat 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1 @@
+4
Added: trunk/libcolt-java/debian/control
===================================================================
--- trunk/libcolt-java/debian/control 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/control 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1,36 @@
+Source: libcolt-java
+Section: libs
+Priority: optional
+Maintainer: Charles Fry <debian at frogcircus.org>
+Uploaders: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 4.0.0), ant, libconcurrent-java, quilt
+Standards-Version: 3.6.2
+
+Package: libcolt-java
+Architecture: any
+Depends: libconcurrent-java
+Description: libraries for scientific and technical computing in Java
+ This distribution provides an infrastructure for scalable scientific
+ and technical computing in Java. It contains, among others, efficient
+ and usable data structures and algorithms for Off-line and On-line Data
+ Analysis, Linear Algebra, Multi-dimensional arrays, Statistics,
+ Histogramming, Monte Carlo Simulation, Parallel & Concurrent
+ Programming.
+ .
+ It summons some of the best concepts, designs and implementations
+ thought up over time by the community, ports or improves them and
+ introduces new approaches where need arises. In overlapping areas, it
+ is competitive or superior to toolkits such as STL, Root, HTL, CLHEP,
+ TNT, GSL, C-RAND / WIN-RAND, (all C/C++) as well as IBM Array, JDK
+ 1.2 Collections framework (all Java), in terms of performance (!),
+ functionality and (re)usability.
+ .
+ Homepage: http://dsd.lbl.gov/~hoschek/colt/
+
+Package: libcolt-java-doc
+Section: doc
+Architecture: all
+Depends:
+Description: Documentation for libcolt-java
+ Javaodcs for libcolt-java, which provides libraries for high performance
+ scientific and technical computing.
Added: trunk/libcolt-java/debian/copyright
===================================================================
--- trunk/libcolt-java/debian/copyright 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/copyright 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1,28 @@
+This package was debianized by Charles Fry <debian at frogcircus.org> on
+Mon, 22 May 2006 16:27:42 -0400.
+
+It was downloaded from http://dsd.lbl.gov/~hoschek/colt-download/releases/
+
+Copyright Holder: Wolfgang Hoschek <whoschek at lbl.gov>
+
+License:
+
+Packages cern.colt* , cern.jet*, cern.clhep
+
+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.
+
+Packages hep.aida.*
+
+Written by Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson,
+Andreas Pfeiffer, and others. Check the FreeHEP home page for more info.
+Permission to use and/or redistribute this work is granted under the terms of
+the LGPL License, with the exception that any usage related to military
+applications is expressly forbidden. The software and documentation made
+available under the terms of this license are provided with no warranty.
Added: trunk/libcolt-java/debian/docs
===================================================================
--- trunk/libcolt-java/debian/docs 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/docs 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1 @@
+README.html
Added: trunk/libcolt-java/debian/libcolt-java.dirs
===================================================================
--- trunk/libcolt-java/debian/libcolt-java.dirs 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/libcolt-java.dirs 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1 @@
+usr/share/java
Added: trunk/libcolt-java/debian/patches/01_classpath.patch
===================================================================
--- trunk/libcolt-java/debian/patches/01_classpath.patch 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/patches/01_classpath.patch 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1,12 @@
+Index: libcolt-java-1.2.0/build.xml
+===================================================================
+--- libcolt-java-1.2.0.orig/build.xml 2006-05-22 17:04:51.000000000 -0400
++++ libcolt-java-1.2.0/build.xml 2006-05-22 17:06:24.000000000 -0400
+@@ -62,6 +62,7 @@
+ <include name="*.jar"/>
+ <exclude name="${jar.filename}"/>
+ </fileset>
++ <fileset file="/usr/share/java/concurrent.jar"/>
+ <!-- <pathelement location="${build.home}/classes"/> -->
+ </path>
+
Added: trunk/libcolt-java/debian/patches/series
===================================================================
--- trunk/libcolt-java/debian/patches/series 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/patches/series 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1 @@
+01_classpath.patch
Added: trunk/libcolt-java/debian/rules
===================================================================
--- trunk/libcolt-java/debian/rules 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/rules 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj
+
+# eventually should call doc instead of javadoc and remove doc from upstream
+# instead of only doc/api (but currently that doesn't work)
+DEB_ANT_BUILD_TARGET = build javadoc
+DEB_ANT_CLEAN_TARGET = cleanall
+
+clean::
+ rm -rf lib/colt.jar doc/api
+
+binary-install/libcolt-java::
+ install -m 644 lib/colt.jar debian/libcolt-java/usr/share/java/
+
+binary-install/libcolt-java-doc::
+ mv doc/api debian/libcolt-java-doc/usr/share/doc/libcolt-java-doc/apidoc
Property changes on: trunk/libcolt-java/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libcolt-java/debian/watch
===================================================================
--- trunk/libcolt-java/debian/watch 2006-05-21 15:49:44 UTC (rev 2131)
+++ trunk/libcolt-java/debian/watch 2006-05-23 16:09:19 UTC (rev 2132)
@@ -0,0 +1,2 @@
+version=3
+http://dsd.lbl.gov/~hoschek/colt-download/releases/colt-(.*)\.tar\.gz debian svn-upgrade
More information about the pkg-java-commits
mailing list