--- librepository-1.1.6.orig/debian/ant.properties +++ librepository-1.1.6/debian/ant.properties @@ -0,0 +1 @@ +antcontrib.build.cache.dir=/usr/share/java --- librepository-1.1.6.orig/debian/watch +++ librepository-1.1.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jfreereport/librepository-([[:digit:].]+)\.tar\.gz --- librepository-1.1.6.orig/debian/dirs +++ librepository-1.1.6/debian/dirs @@ -0,0 +1 @@ +usr/share/java --- librepository-1.1.6.orig/debian/copyright +++ librepository-1.1.6/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Rene Engelhard +Wed Aug 22 01:08:32 +0200 + +It was downloaded from + +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'. --- librepository-1.1.6.orig/debian/librepository-java.docs +++ librepository-1.1.6/debian/librepository-java.docs @@ -0,0 +1 @@ +javadoc/* --- librepository-1.1.6.orig/debian/rules +++ librepository-1.1.6/debian/rules @@ -0,0 +1,32 @@ +#!/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/default-java +ANT_HOME := /usr/share/ant + +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libbase gnumail commons-logging ant-contrib +DEB_ANT_BUILDFILE := build.xml +DEB_ANT_BUILD_TARGET := compile jar javadoc + +DEB_UPSTREAM_VERSION := 1.1-SNAPSHOT + +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 dist/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 + jh_classpath -plibrepository-java --classpath="/usr/share/java/jcommon.jar" debian/librepository-java/usr/share/java/librepository-$(DEB_UPSTREAM_VERSION).jar + jh_depends + +install/librepository-java-doc:: + dh_install -plibrepository-java-doc 'bin/javadoc/*' usr/share/doc/librepository-java/api + --- librepository-1.1.6.orig/debian/compat +++ librepository-1.1.6/debian/compat @@ -0,0 +1 @@ +5 --- librepository-1.1.6.orig/debian/changelog +++ librepository-1.1.6/debian/changelog @@ -0,0 +1,78 @@ +librepository (1.1.6-2) unstable; urgency=low + + * merge libbase 1.1.6-2 changes + + -- Rene Engelhard Tue, 01 Nov 2011 15:22:48 +0000 + +librepository (1.1.6-1) unstable; urgency=low + + * New upstream release + * switch back to Debian Java Maintainers, me as Uploader + * remove JRE depends + * add classpath to jar using jh_classpath + * stop building -gcj, we don't have one in the rest of jfreereport libs + either (and fix build-dep: s/default-jdk-builddep/default-jdk/) + * use jh_depends / ${java:Depends} + + -- Rene Engelhard Sun, 25 Sep 2011 20:51:27 +0000 + +librepository (0.1.4-5) unstable; urgency=low + + [ Miguel Landaeta ] + * Team upload. + * Include javadoc files in librepository-java-doc. (Closes: #601216). + * Bump Standards-Version to 3.9.1. No changes were required. + * Set debian source format explicitly to 1.0. + + [ Torsten Werner ] + * QA upload. + * Orphaning package. + + -- Torsten Werner Tue, 16 Aug 2011 22:53:43 +0200 + +librepository (0.1.4-4) unstable; urgency=low + + [ Matthias Klose ] + * Depend on default-jre-headless. + + [ Torsten Werner ] + * Add myself to Uploaders. + * Reset Maintainer back to Debian Java Maintainers. + * Add missing Depends: ${misc:Depends}. + * Add Vcs-* headers. + * Update Standards-Version: 3.8.2. + + -- Torsten Werner Mon, 03 Aug 2009 22:33:03 +0200 + +librepository (0.1.4-3) unstable; urgency=low + + * use default-jdk-builddep (closes: #477887) + + -- Rene Engelhard Sun, 27 Apr 2008 00:29:04 +0200 + +librepository (0.1.4-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard Sun, 27 Apr 2008 00:29:02 +0200 + +librepository (0.1.4-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard Sat, 29 Dec 2007 20:39:09 +0100 + +librepository (0.1.1-2) unstable; urgency=low + + * Fixed typos in long descriptions. Closes: #446603. + * Build-Depends on debhelper >= 5. + * Updated Standards-Version to 3.7.2. + * Added myself to Uploaders. + + -- Michael Koch Wed, 24 Oct 2007 13:04:55 +0200 + +librepository (0.1.1-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard Sat, 06 Oct 2007 16:35:33 +0200 --- librepository-1.1.6.orig/debian/control +++ librepository-1.1.6/debian/control @@ -0,0 +1,47 @@ +Source: librepository +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Rene Engelhard +Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), libbase-java, libgnumail-java, libcommons-logging-java, javahelper, ant-contrib +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/librepository +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/librepository/ + +Package: librepository-java +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +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 abstract 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 +Depends: ${misc:Depends} +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 abstract 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. + --- librepository-1.1.6.orig/debian/source/format +++ librepository-1.1.6/debian/source/format @@ -0,0 +1 @@ +1.0