debian/ 0000755 0000000 0000000 00000000000 11361630406 007166 5 ustar debian/rules 0000755 0000000 0000000 00000001004 11361630213 010235 0 ustar #!/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/ 0000755 0000000 0000000 00000000000 11361630406 010615 5 ustar debian/patches/database.diff 0000644 0000000 0000000 00000001040 11361625345 013214 0 ustar 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/series 0000644 0000000 0000000 00000000016 11361625345 012035 0 ustar database.diff
debian/copyright 0000644 0000000 0000000 00000002316 11361625345 011131 0 ustar 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/watch 0000644 0000000 0000000 00000000155 11361625345 010226 0 ustar version=3
http://download.forge.objectweb.org/xapool/ xapool-([\d.]+)-src\.tgz \
debian debian/orig-tar.sh
debian/orig-tar.sh 0000755 0000000 0000000 00000000704 11361625345 011260 0 ustar #!/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/compat 0000644 0000000 0000000 00000000002 11361625345 010372 0 ustar 5
debian/source/ 0000755 0000000 0000000 00000000000 11361630406 010466 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11361630426 011676 0 ustar 3.0 (quilt)
debian/ant.properties 0000644 0000000 0000000 00000000066 11361627347 012102 0 ustar ant.build.javac.target=1.4
ant.build.javac.source=1.4
debian/changelog 0000644 0000000 0000000 00000001434 11361630206 011040 0 ustar 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/control 0000644 0000000 0000000 00000001444 11361630232 010571 0 ustar 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)