Author: mkoch Date: 2009-09-16 19:21:26 +0000 (Wed, 16 Sep 2009) New Revision: 10407
Added: trunk/libloader/ trunk/libloader/debian/ trunk/libloader/debian/changelog trunk/libloader/debian/compat trunk/libloader/debian/control trunk/libloader/debian/copyright trunk/libloader/debian/dirs trunk/libloader/debian/docs trunk/libloader/debian/libloader-java-doc.docs trunk/libloader/debian/patches/ trunk/libloader/debian/patches/jarnames.diff trunk/libloader/debian/patches/libdir.diff trunk/libloader/debian/patches/target-source-1.3.diff trunk/libloader/debian/rules trunk/libloader/debian/watch Log: initial commit to svn Added: trunk/libloader/debian/changelog =================================================================== --- trunk/libloader/debian/changelog (rev 0) +++ trunk/libloader/debian/changelog 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,23 @@ +libloader (0.3.6-3) unstable; urgency=low + + * don't build-depend on libehcache-java (to be moved to contrib) + + -- Rene Engelhard <[email protected]> Mon, 25 Feb 2008 18:44:27 +0100 + +libloader (0.3.6-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard <[email protected]> Thu, 14 Feb 2008 23:53:57 +0100 + +libloader (0.3.6-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Sat, 29 Dec 2007 19:40:40 +0100 + +libloader (0.3.4-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard <[email protected]> Sat, 06 Oct 2007 14:33:10 +0200 Added: trunk/libloader/debian/compat =================================================================== --- trunk/libloader/debian/compat (rev 0) +++ trunk/libloader/debian/compat 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1 @@ +4 Added: trunk/libloader/debian/control =================================================================== --- trunk/libloader/debian/control (rev 0) +++ trunk/libloader/debian/control 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,31 @@ +Source: libloader +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Rene Engelhard <[email protected]> +Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.10-1), libpixie-java (>= 0.8.6) +Build-Conflicts: liboscache-java +Standards-Version: 3.6.2 + +Package: libloader-java +Section: libs +Architecture: all +Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.10-1) +Recommends: libehcache-java, libpixie-java (>= 0.8.6-1) +Description: Java general purpose resource loading framework + LibLoader is a general purpose resource loading framework. It has been + designed to allow to load resources from any physical location and to + allow the processing of that content data in a generic way, totally + transparent to the user of that library. + +Package: libloader-java-doc +Section: doc +Architecture: all +Description: Java general purpose resource loading framework -- documentation + LibLoader is a general purpose resource loading framework. It has been + designed to allow to load resources from any physical location and to + allow the processing of that content data in a generic way, totally + transparent to the user of that library. + . + This package contains the Javadoc. + Added: trunk/libloader/debian/copyright =================================================================== --- trunk/libloader/debian/copyright (rev 0) +++ trunk/libloader/debian/copyright 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,23 @@ +This package was debianized by Rene Engelhard <[email protected]> +Tue, 21 Aug 2007 00:15:54 +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/libloader/debian/dirs =================================================================== --- trunk/libloader/debian/dirs (rev 0) +++ trunk/libloader/debian/dirs 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1 @@ +usr/share/java Added: trunk/libloader/debian/docs =================================================================== --- trunk/libloader/debian/docs (rev 0) +++ trunk/libloader/debian/docs 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1 @@ +README.txt Added: trunk/libloader/debian/libloader-java-doc.docs =================================================================== --- trunk/libloader/debian/libloader-java-doc.docs (rev 0) +++ trunk/libloader/debian/libloader-java-doc.docs 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1 @@ +javadoc/* Added: trunk/libloader/debian/patches/jarnames.diff =================================================================== --- trunk/libloader/debian/patches/jarnames.diff (rev 0) +++ trunk/libloader/debian/patches/jarnames.diff 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,27 @@ +--- build.properties-old 2007-12-29 19:45:31.000000000 +0100 ++++ build.properties 2007-12-29 19:45:58.000000000 +0100 +@@ -36,20 +36,20 @@ + # Used libraries ... + + # Used by: core libraries +-jcommon-jar-file=jcommon-1.0.10.jar ++jcommon-jar-file=jcommon.jar + + + # Used by: module-cache-oscache, module-cache-ehcache +-commons-logging-jar-file=optional/commons-logging-1.0.4.jar ++commons-logging-jar-file=commons-logging.jar + + # Used by: module-cache-oscache + oscache-jar-file=optional/oscache-2.3-compat.jar + + # Used by: module-cache-ehcache +-ehcache-jar-file=optional/ehcache-1.2.4.jar ++ehcache-jar-file=ehcache.jar + + # Used by: module-factory-wmf +-pixie-jar-file=optional/pixie-0.8.9.jar ++pixie-jar-file=pixie.jar + + ############################################################## + # Added: trunk/libloader/debian/patches/libdir.diff =================================================================== --- trunk/libloader/debian/patches/libdir.diff (rev 0) +++ trunk/libloader/debian/patches/libdir.diff 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,11 @@ +--- ant/uild.properties-old 2007-08-21 00:46:55.000000000 +0200 ++++ ant/build.properties 2007-08-21 00:47:10.000000000 +0200 +@@ -21,7 +21,7 @@ + # All path settings are relative to the project root directory + # (..) + # +-libdir=lib ++libdir=/usr/share/java + junit-dir=lib + + # Added: trunk/libloader/debian/patches/target-source-1.3.diff =================================================================== --- trunk/libloader/debian/patches/target-source-1.3.diff (rev 0) +++ trunk/libloader/debian/patches/target-source-1.3.diff 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,13 @@ +--- build.properties-old 2007-12-29 19:48:40.000000000 +0100 ++++ build.properties 2007-12-29 19:48:49.000000000 +0100 +@@ -14,8 +14,8 @@ + + # + # Make sure that JDK 1.2 compatible class files are generated +-build.target=1.4 +-build.source=1.2 ++build.target=1.3 ++build.source=1.3 + build.retro.jdk=/opt/jdk1.2.2 + # + # All path settings are relative to the project root directory Added: trunk/libloader/debian/rules =================================================================== --- trunk/libloader/debian/rules (rev 0) +++ trunk/libloader/debian/rules 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,25 @@ +#!/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 pixie +DEB_ANT_BUILDFILE := build.xml +DEB_ANT_BUILD_TARGET := compile javadoc + +clean:: + -rm -rf build + -rm -rf javadoc + -rm -f libloader*-$(DEB_UPSTREAM_VERSION).jar + # don't use them, go sure + -rm -f lib/* lib/optional/* + +install/libloader-java:: + install -m 644 libloader-$(DEB_UPSTREAM_VERSION).jar debian/libloader-java/usr/share/java/libloader-$(DEB_UPSTREAM_VERSION).jar + ln -s libloader-$(DEB_UPSTREAM_VERSION).jar debian/libloader-java/usr/share/java/libloader.jar + Property changes on: trunk/libloader/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/libloader/debian/watch =================================================================== --- trunk/libloader/debian/watch (rev 0) +++ trunk/libloader/debian/watch 2009-09-16 19:21:26 UTC (rev 10407) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jfreereport/libloader-(.+)\.tar\.gz _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

