debian/0000755000000000000000000000000011361630406007166 5ustar debian/rules0000755000000000000000000000100411361630213010235 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/java-gcj DEB_ANT_BUILD_TARGET := dist DEB_JARS := commons-logging install/libxapool-java:: install -m644 -D output/dist/lib/xapool.jar $(DEB_DESTDIR)/usr/share/java/xapool-$(DEB_UPSTREAM_VERSION).jar dh_link -plibxapool-java /usr/share/java/xapool-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/xapool.jar get-orig-source: uscan --upstream-version 0 --rename debian/patches/0000755000000000000000000000000011361630406010615 5ustar debian/patches/database.diff0000644000000000000000000000104011361625345013214 0ustar Index: libxapool-java-1.5.0/build.xml =================================================================== --- libxapool-java-1.5.0.orig/build.xml 2005-05-03 12:09:01.000000000 +0200 +++ libxapool-java-1.5.0/build.xml 2007-12-18 22:36:27.000000000 +0100 @@ -79,6 +79,8 @@ optimize="${compiler.optimize}"> + + debian/patches/series0000644000000000000000000000001611361625345012035 0ustar database.diff debian/copyright0000644000000000000000000000231611361625345011131 0ustar This package was debianized by Torsten Werner on Thu Apr 19 01:06:12 CEST 2007. It was downloaded from http://forge.objectweb.org/project/showfiles.php?group_id=59 Upstream Author: Pierre-Yves Gibello, Xavier Spengler Copyright: (C) 2000 Lutris Technologies, Inc License: XAPool 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 3 of the License, or (at your option) any later version. Foobar 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. You should have received a copy of the GNU Lesser General Public License along with Foobar. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3'. The Debian packaging is (C) 2007, Torsten Werner and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/watch0000644000000000000000000000015511361625345010226 0ustar version=3 http://download.forge.objectweb.org/xapool/ xapool-([\d.]+)-src\.tgz \ debian debian/orig-tar.sh debian/orig-tar.sh0000755000000000000000000000070411361625345011260 0ustar #!/bin/sh set -e VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p') SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p') DIR=xapool-${VERSION}-src # clean up the upstream tarball tar -x -z -f $3 tar -c -z -f $3 --exclude '*.ppt' --exclude '*.jar' --exclude '*/CVS*' $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $3 $origDir echo "moved $3 to $origDir" fi debian/compat0000644000000000000000000000000211361625345010372 0ustar 5 debian/source/0000755000000000000000000000000011361630406010466 5ustar debian/source/format0000644000000000000000000000001411361630426011676 0ustar 3.0 (quilt) debian/ant.properties0000644000000000000000000000006611361627347012102 0ustar ant.build.javac.target=1.4 ant.build.javac.source=1.4 debian/changelog0000644000000000000000000000143411361630206011040 0ustar libxapool-java (1.5.0-3) unstable; urgency=low [ Michael Koch ] * Made watch file more restrictive (Closes: #551351). [ Torsten Werner ] * Switch to gcj-jdk. * Set source and target version to 1.4. (Closes: #577872) * Change Section: java. * Update Standards-Version: 3.8.4. * Switch to source format 3.0. -- Torsten Werner Thu, 15 Apr 2010 17:28:06 +0200 libxapool-java (1.5.0-2) unstable; urgency=low * Fix list in description. Closes: #480332 * Changed watch file to another mirror. * Added myself to Uploaders. -- Michael Koch Fri, 09 May 2008 17:05:11 -0100 libxapool-java (1.5.0-1) unstable; urgency=low * Initial release (Closes: #456980) -- Torsten Werner Tue, 18 Dec 2007 21:46:24 +0100 debian/control0000644000000000000000000000144411361630232010571 0ustar Source: libxapool-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Michael Koch Build-Depends: ant, cdbs, debhelper (>= 5), gcj-jdk, libcommons-logging-java Standards-Version: 3.8.4 Homepage: http://xapool.experlog.com/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxapool/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libxapool Package: libxapool-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: connection pooling for JDBC XAPool is a software component which allows to: . - Store objects with a Generic Pool - Export a DataSource (javax.sql.DataSource) - Export a XADataSource (javax.sql.XADataSource)