[pkg-java] r4399 - trunk/libhibernate3-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Oct 14 15:22:18 UTC 2007


Author: twerner
Date: 2007-10-14 15:22:18 +0000 (Sun, 14 Oct 2007)
New Revision: 4399

Added:
   trunk/libhibernate3-java/debian/README.Debian
Modified:
   trunk/libhibernate3-java/debian/control
   trunk/libhibernate3-java/debian/rules
Log:
* add more Build-Depends
* list missing packages in README.Debian


Added: trunk/libhibernate3-java/debian/README.Debian
===================================================================
--- trunk/libhibernate3-java/debian/README.Debian	                        (rev 0)
+++ trunk/libhibernate3-java/debian/README.Debian	2007-10-14 15:22:18 UTC (rev 4399)
@@ -0,0 +1,13 @@
+TODO
+----
+
+* packaging jboss-cache version 1.4.x: http://labs.jboss.com/jbosscache/
+  (version 2 is incompatible)
+* packaging jboss-system: part of application server:
+  http://labs.jboss.com/jbossas/
+* packaging jboss-jmx: part of jbossas
+* packaging jboss-j2ee: part of jbossas
+* packaging oscache: http://www.opensymphony.com/oscache/
+* packaging swarmcache: http://sourceforge.net/projects/swarmcache/
+* packaging proxool: http://proxool.sourceforge.net/
+

Modified: trunk/libhibernate3-java/debian/control
===================================================================
--- trunk/libhibernate3-java/debian/control	2007-10-14 14:46:50 UTC (rev 4398)
+++ trunk/libhibernate3-java/debian/control	2007-10-14 15:22:18 UTC (rev 4399)
@@ -4,9 +4,10 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
 Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ant, ant-optional, antlr, java-gcj-compat-dev,
- junit, libasm-java, libcglib2.1-java, libcommons-logging-java,
- libehcache-java, libjavassist-java, quilt
+Build-Depends-Indep: ant, ant-optional, antlr, 
+ junit, libasm-java, libcglib2.1-java, libcommons-collections-java,
+ libcommons-logging-java, libc3p0-java, libdom4j-java, libehcache-java,
+ libjavassist-java, quilt, java-gcj-compat-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libhibernate3-java
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhibernate3-java

Modified: trunk/libhibernate3-java/debian/rules
===================================================================
--- trunk/libhibernate3-java/debian/rules	2007-10-14 14:46:50 UTC (rev 4398)
+++ trunk/libhibernate3-java/debian/rules	2007-10-14 15:22:18 UTC (rev 4399)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/java-gcj/
-DEB_JARS  := ant-antlr ant-junit antlr asm-attrs ehcache cglib javassist junit commons-logging
+DEB_JARS  := ant-antlr ant-junit antlr asm-attrs ehcache cglib commons-collections commons-logging c3p0 dom4j javassist jboss-cache jboss-jmx jboss-j2ee jboss-system junit oscache proxool swarmcache
 DEB_ANT_BUILD_TARGET := jar javadoc
 JAR_DIR   := /usr/share/java
 




More information about the pkg-java-commits mailing list