[pkg-java] r4550 - trunk/liboscache-java/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Thu Nov 1 16:34:18 UTC 2007
Author: twerner
Date: 2007-11-01 16:34:18 +0000 (Thu, 01 Nov 2007)
New Revision: 4550
Modified:
trunk/liboscache-java/debian/control
trunk/liboscache-java/debian/rules
Log:
package builds now locally
Modified: trunk/liboscache-java/debian/control
===================================================================
--- trunk/liboscache-java/debian/control 2007-11-01 16:30:16 UTC (rev 4549)
+++ trunk/liboscache-java/debian/control 2007-11-01 16:34:18 UTC (rev 4550)
@@ -5,7 +5,8 @@
Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: ant, java-gcj-compat-dev, libjgroups-java,
- glassfish, libcommons-logging-java, libservlet2.4-java
+ glassfish-javaee, libcommons-logging-java, libservlet2.4-java
+# hibernate
Standards-Version: 3.7.2
Homepage: http://www.opensymphony.com/oscache/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/liboscache-java
Modified: trunk/liboscache-java/debian/rules
===================================================================
--- trunk/liboscache-java/debian/rules 2007-11-01 16:30:16 UTC (rev 4549)
+++ trunk/liboscache-java/debian/rules 2007-11-01 16:34:18 UTC (rev 4550)
@@ -6,7 +6,7 @@
JAVA_HOME := /usr/lib/jvm/java-gcj
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_BUILDFILE := debian/build.xml
-DEB_JARS := commons-logging jgroups-all servlet-api jsp-api javaee jgroups-all
+DEB_JARS := commons-logging jgroups-all servlet-api jsp-api glassfish-javaee jgroups-all hibernate3
install/liboscache-java::
install -m 644 -D oscache.jar $(DEB_DESTDIR)/usr/share/java/oscache-$(DEB_UPSTREAM_VERSION).jar
More information about the pkg-java-commits
mailing list