[pkg-java] r4452 - in trunk: . librepository librepository/debian librepository/debian/patches

rene at alioth.debian.org rene at alioth.debian.org
Wed Oct 24 09:00:46 UTC 2007


Author: rene
Date: 2007-10-24 09:00:46 +0000 (Wed, 24 Oct 2007)
New Revision: 4452

Added:
   trunk/librepository/
   trunk/librepository/debian/
   trunk/librepository/debian/changelog
   trunk/librepository/debian/compat
   trunk/librepository/debian/control
   trunk/librepository/debian/copyright
   trunk/librepository/debian/dirs
   trunk/librepository/debian/librepository-java.docs
   trunk/librepository/debian/patches/
   trunk/librepository/debian/patches/jarnames.diff
   trunk/librepository/debian/patches/libdir.diff
   trunk/librepository/debian/patches/target-source-1.3.diff
   trunk/librepository/debian/rules
   trunk/librepository/debian/watch
Log:
initial version of librepository-java

Added: trunk/librepository/debian/changelog
===================================================================
--- trunk/librepository/debian/changelog	                        (rev 0)
+++ trunk/librepository/debian/changelog	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,5 @@
+librepository (0.1.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rene Engelhard <rene at debian.org>  Sat, 06 Oct 2007 16:35:33 +0200

Added: trunk/librepository/debian/compat
===================================================================
--- trunk/librepository/debian/compat	                        (rev 0)
+++ trunk/librepository/debian/compat	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1 @@
+5 

Added: trunk/librepository/debian/control
===================================================================
--- trunk/librepository/debian/control	                        (rev 0)
+++ trunk/librepository/debian/control	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,64 @@
+Source: librepository
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Rene Engelhard <rene at debian.org>
+Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.10-1)
+Standards-Version: 3.6.2
+
+Package: librepository-java
+Section: libs
+Architecture: all
+Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.10-1)
+Recommends: librepository-java-gcj
+Suggests: librepository-java-doc
+Description: abstraction library for accessing hierachic bulk content
+ LibRepository provides a simple abstraction layer to access bulk content that
+ is organized in a hierarchical layer.
+ .
+ Unlike the JSR-000170, this library does not aim to solve all problems
+ associated with content storages. The main purpose of LibRepository is to
+ give users an astract view over an filesystem like structure so that content
+ generator and content consumer do no longer have to make assumptions about
+ where to store the generated content.
+ .
+ The repositories described here should not be used to store other things than
+ BLOBs.
+
+Package: librepository-java-doc
+Section: doc
+Architecture: all
+Description: abstraction library for accessing hierachic bulk content -- documentation
+ LibRepository provides a simple abstraction layer to access bulk content that
+ is organized in a hierarchical layer.
+ .
+ Unlike the JSR-000170, this library does not aim to solve all problems
+ associated with content storages. The main purpose of LibRepository is to
+ give users an astract view over an filesystem like structure so that content
+ generator and content consumer do no longer have to make assumptions about
+ where to store the generated content.
+ .
+ The repositories described here should not be used to store other things than
+ BLOBs.
+ .
+ This package contains the Javadoc.
+
+Package: librepository-java-gcj
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libjcommon-java (>= 1.0.10-1), librepository-java (= ${source:Version})
+Description: abstraction library for accessing hierachic bulk content (native code)
+ LibRepository provides a simple abstraction layer to access bulk content that
+ is organized in a hierarchical layer.
+ .
+ Unlike the JSR-000170, this library does not aim to solve all problems
+ associated with content storages. The main purpose of LibRepository is to
+ give users an astract view over an filesystem like structure so that content
+ generator and content consumer do no longer have to make assumptions about
+ where to store the generated content.
+ .
+ The repositories described here should not be used to store other things than
+ BLOBs.
+ .
+ This package contains the library compiled to native code for use with gij.
+

Added: trunk/librepository/debian/copyright
===================================================================
--- trunk/librepository/debian/copyright	                        (rev 0)
+++ trunk/librepository/debian/copyright	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,23 @@
+This package was debianized by Rene Engelhard <rene at debian.org>  
+Wed Aug 22 01:08:32 +0200
+
+It was downloaded from <http://sourceforge.net/projects/jfreereport/>
+
+Upstream Authors: Thomas Morgner, David Gilbert and others
+
+Copyright:
+
+    (C) Copyright 2006, by Pentaho Corporation and Contributors.
+
+    This package 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 of the License, or (at your option) any later version.
+
+    This package 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
+    Lesser General Public License for more details.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.

Added: trunk/librepository/debian/dirs
===================================================================
--- trunk/librepository/debian/dirs	                        (rev 0)
+++ trunk/librepository/debian/dirs	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/librepository/debian/librepository-java.docs
===================================================================
--- trunk/librepository/debian/librepository-java.docs	                        (rev 0)
+++ trunk/librepository/debian/librepository-java.docs	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1 @@
+javadoc/*

Added: trunk/librepository/debian/patches/jarnames.diff
===================================================================
--- trunk/librepository/debian/patches/jarnames.diff	                        (rev 0)
+++ trunk/librepository/debian/patches/jarnames.diff	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,11 @@
+--- ant/build.properties-old	2007-08-22 01:10:21.000000000 +0200
++++ ant/build.properties	2007-08-22 01:11:09.000000000 +0200
+@@ -40,7 +40,7 @@
+ #  Used libraries ...
+ 
+ # Used by: core libraries
+-jcommon-jar-file=jcommon-1.0.10.jar
++jcommon-jar-file=jcommon.jar
+ 
+ 
+ ##############################################################

Added: trunk/librepository/debian/patches/libdir.diff
===================================================================
--- trunk/librepository/debian/patches/libdir.diff	                        (rev 0)
+++ trunk/librepository/debian/patches/libdir.diff	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,13 @@
+--- ant/build.properties-old	2007-08-22 01:10:21.000000000 +0200
++++ ant/build.properties	2007-08-22 01:10:37.000000000 +0200
+@@ -25,8 +25,8 @@
+ # All path settings are relative to the project root directory
+ # (..)
+ #
+-libdir=lib
+-junit-dir=lib
++libdir=/usr/share/java
++junit-dir=/usr/share/java
+ 
+ #
+ # If you specify a non-empty string, then dont forget the

Added: trunk/librepository/debian/patches/target-source-1.3.diff
===================================================================
--- trunk/librepository/debian/patches/target-source-1.3.diff	                        (rev 0)
+++ trunk/librepository/debian/patches/target-source-1.3.diff	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,13 @@
+--- ant/build.properties-old	2007-08-28 00:21:16.000000000 +0200
++++ ant/build.properties	2007-08-28 00:21:30.000000000 +0200
+@@ -18,8 +18,8 @@
+ 
+ #
+ # Make sure that JDK 1.2 compatible class files are generated
+-build.target=1.2
+-build.source=1.2
++build.target=1.3
++build.source=1.3
+ 
+ #
+ # All path settings are relative to the project root directory

Added: trunk/librepository/debian/rules
===================================================================
--- trunk/librepository/debian/rules	                        (rev 0)
+++ trunk/librepository/debian/rules	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+# debian/rules file for libfonts-java (uses cdbs)
+
+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 := $(ANT_HOME)/lib/ant-launcher.jar jcommon
+DEB_ANT_BUILDFILE := ant/build.xml
+DEB_ANT_BUILD_TARGET := compile javadoc
+
+clean::
+	-rm -rf build
+	-rm -rf javadoc
+	-rm -f librepository-$(DEB_UPSTREAM_VERSION).jar
+	# don't use them, go sure
+	-rm -f lib/* lib/optional/*
+
+install/librepository-java::
+	install -m 644 librepository-$(DEB_UPSTREAM_VERSION).jar debian/librepository-java/usr/share/java/librepository-$(DEB_UPSTREAM_VERSION).jar
+	ln -s librepository-$(DEB_UPSTREAM_VERSION).jar debian/librepository-java/usr/share/java/librepository.jar
+
+install/librepository-java-gcj:: install/librepository-java
+	dh_nativejava -plibrepository-java-gcj
+


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

Added: trunk/librepository/debian/watch
===================================================================
--- trunk/librepository/debian/watch	                        (rev 0)
+++ trunk/librepository/debian/watch	2007-10-24 09:00:46 UTC (rev 4452)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/jfreereport/librepository-(.+)\.tar\.gz




More information about the pkg-java-commits mailing list