[pkg-java] r3148 - in trunk/c3p0: . debian

Arnaud Vandyck avdyk at alioth.debian.org
Tue Apr 3 13:06:54 UTC 2007


Author: avdyk
Date: 2007-04-03 13:06:53 +0000 (Tue, 03 Apr 2007)
New Revision: 3148

Added:
   trunk/c3p0/debian/
   trunk/c3p0/debian/README.Debian
   trunk/c3p0/debian/ant.properties
   trunk/c3p0/debian/changelog
   trunk/c3p0/debian/compat
   trunk/c3p0/debian/control
   trunk/c3p0/debian/copyright
   trunk/c3p0/debian/libc3p0-java-doc.doc-base
   trunk/c3p0/debian/libc3p0-java-doc.docs
   trunk/c3p0/debian/libc3p0-java.dirs
   trunk/c3p0/debian/libc3p0-java.install
   trunk/c3p0/debian/libc3p0-java.links
   trunk/c3p0/debian/rules
   trunk/c3p0/debian/watch
Log:
initial upload of c3p0


Property changes on: trunk/c3p0/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/c3p0/debian/README.Debian
===================================================================
--- trunk/c3p0/debian/README.Debian	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/README.Debian	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,10 @@
+c3p0
+----
+
+Source tarball:
+---------------
+
+I removed all the jar files, the build and dist directory and the
+build.bkup file.
+
+ -- Arnaud Vandyck <avdyk at debian.org>, Thu, 29 Mar 2007 14:33:54 +0200

Added: trunk/c3p0/debian/ant.properties
===================================================================
--- trunk/c3p0/debian/ant.properties	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/ant.properties	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,91 @@
+# >> BASICS <<
+
+#
+# You'll need to supply at least one of j2ee.classpath
+# or j2ee.jar.file.base.dir. All jar files under
+# ${j2ee.jar.file.base.dir} or its subdirectories
+# will be added to the effective classpath of the project.
+#
+
+#j2ee.classpath=
+j2ee.jar.base.dir=/usr/share/java
+
+# >> DEBUGGING AND TRACING <<
+
+# Set this to true if you want logging enabled for logging levels below INFO.
+# If debug is not set, logging code for these messages will be eliminated from
+# the compiled code by virtue of "if (false) { ... }" blocks.
+
+#c3p0-build.debug=
+
+# Set trace to an integer between 0 and 10 (inclusive) to control how the level
+# of detail of debug logging messages. Only makes a difference if c3p0.debug is
+# set to true above. Default to 5 if unset.
+
+#c3p0-build.trace=
+
+# NOTE: You must still configure your logging library to log or display these 
+# debug level messages if you actually want to see any change!
+
+#----------------------------------------------------------------------------
+
+# >> OPTIONAL LIBRARY SUPPRT <<
+
+#
+# You'll only need this property if you want to
+# build-in optional log4j support.
+#
+
+log4j.jar.file=/usr/share/java/log4j-1.2.jar
+
+#
+# You'll only need this property if you want to
+# build the jar of utilities specific to the
+# oracle-thin jdbc driver / dbms
+#
+
+#oracle-thin.jdbc.jar.file=
+
+#----------------------------------------------------------------------------
+
+# >> OPTIONAL TEST SUPPORT
+
+#
+# this stuff is only required if you want to run
+# the various tests. very optional
+#
+
+#test.jdbc.driver.jar.file=
+#test.jdbc.drivers=
+#test.jdbc.url=
+#test.jdbc.user=
+#test.jdbc.password=
+
+#
+# required if you want to run junit tests
+#
+
+#junit.jar.file
+
+# >> VERY VERY OPTIONAL DOCS-TO-WEB SUPPORT
+
+#
+# this stuff is only required if you want to deploy
+# an ear file containing c3p0's docs to a J2EE appserver.
+# via scp. Requires an available executable "scp".
+# 
+# this is a convenience for c3p0's developer, not
+# really intended for other users. just leave blank
+#
+# note that virtual.host modifies a jboss-web.xml file,
+# will do nothing if you are deploying to some other
+# app server
+#
+
+#docwebapp.context.root=
+#docwebapp.virtual.host=
+#docwebear.deploy.user=
+#docwebear.deploy.host=
+#docwebear.deploy.path=
+
+build.apidocs.dir=build/api

Added: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/changelog	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,5 @@
+c3p0 (0.9.1.1.dfsg.1-1) experimental; urgency=low
+
+  * Initial Release (closes: #386100).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Tue,  3 Apr 2007 15:06:17 +0200

Added: trunk/c3p0/debian/compat
===================================================================
--- trunk/c3p0/debian/compat	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/compat	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1 @@
+4

Added: trunk/c3p0/debian/control
===================================================================
--- trunk/c3p0/debian/control	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/control	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,27 @@
+Source: c3p0
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, cdbs, liblog4j1.2-java, libmx4j-java
+Standards-Version: 3.7.2
+
+Package: libc3p0-java
+Section: libs
+Architecture: all
+Depends: java-gcj-compat | java2-runtime, liblog4j1.2-java, libmx4j-java
+Description: library for JDBC connection pooling
+ c3p0 is an easy-to-use library for making traditional JDBC drivers
+ "enterprise-ready" by augmenting them with functionality defined by
+ the jdbc3 spec and the optional extensions to jdbc2.
+
+Package: libc3p0-java-doc
+Section: doc
+Architecture: all
+Suggests: libc3p0-java
+Description: library for JDBC connection pooling
+ c3p0 is an easy-to-use library for making traditional JDBC drivers
+ "enterprise-ready" by augmenting them with functionality defined by
+ the jdbc3 spec and the optional extensions to jdbc2.
+ .
+ This package includes the documentation.

Added: trunk/c3p0/debian/copyright
===================================================================
--- trunk/c3p0/debian/copyright	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/copyright	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,25 @@
+This package was debianized by Arnaud Vandyck <avdyk at debian.org> on 3-April-2007.
+The source code was downloaded from http://sourceforge.net/projects/c3p0
+
+Authors:
+
+ Steve Waldman <swaldman at users.sourceforge.net>
+
+Copyright: (C) 2001-2007 Machinery For Change, Inc.
+
+  This library is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License version
+  2.1, as published by the Free Software Foundation.
+
+  This software 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 this software; see the file LICENSE.  If not, write to the
+  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+  Boston, MA 02111-1307, USA.
+
+On Debian systems the full text of the Lesser General Public License,
+LGPL, can be found at /usr/share/common-licenses/LGPL.

Added: trunk/c3p0/debian/libc3p0-java-doc.doc-base
===================================================================
--- trunk/c3p0/debian/libc3p0-java-doc.doc-base	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/libc3p0-java-doc.doc-base	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,10 @@
+Document: c3p0-doc
+Title: Programmer API for c3p0 (library for JDBC connection pooling)
+Author: Steve Waldman
+Abstract: This is the programmer API of c3p0, a library for JDBC
+ connection pooling.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libc3p0-java-doc/api/index.html
+Files: /usr/share/doc/libc3p0-java-doc/api/*.html

Added: trunk/c3p0/debian/libc3p0-java-doc.docs
===================================================================
--- trunk/c3p0/debian/libc3p0-java-doc.docs	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/libc3p0-java-doc.docs	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1 @@
+build/api

Added: trunk/c3p0/debian/libc3p0-java.dirs
===================================================================
--- trunk/c3p0/debian/libc3p0-java.dirs	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/libc3p0-java.dirs	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/c3p0/debian/libc3p0-java.install
===================================================================
--- trunk/c3p0/debian/libc3p0-java.install	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/libc3p0-java.install	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1 @@
+build/c3p0-0.9.1.1.jar			/usr/share/java/

Added: trunk/c3p0/debian/libc3p0-java.links
===================================================================
--- trunk/c3p0/debian/libc3p0-java.links	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/libc3p0-java.links	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1 @@
+/usr/share/java/c3p0-0.9.1.1.jar	/usr/share/java/c3p0.jar

Added: trunk/c3p0/debian/rules
===================================================================
--- trunk/c3p0/debian/rules	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/rules	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# debian/rules file for c3p0 (uses cdbs)
+
+export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
+
+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 := log4j1.2 mx4j
+DEB_ANT_BUILD_TARGET := jar javadocs
+
+#clean::
+#	-rm -rf build


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

Added: trunk/c3p0/debian/watch
===================================================================
--- trunk/c3p0/debian/watch	2007-04-02 12:30:49 UTC (rev 3147)
+++ trunk/c3p0/debian/watch	2007-04-03 13:06:53 UTC (rev 3148)
@@ -0,0 +1,7 @@
+# watch control file for uscan
+version=2
+# Options
+
+# Site Version Script
+opts=dversionmangle=s/\.dfsg\.\d+$// \
+  http://heanet.dl.sourceforge.net/sourceforge/c3p0/c3p0-(.*)\.src\.tgz debian uupdate




More information about the pkg-java-commits mailing list