[pkg-java] r15614 - trunk/oscache/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Thu Dec 29 02:55:53 UTC 2011
Author: nomadium-guest
Date: 2011-12-29 02:55:53 +0000 (Thu, 29 Dec 2011)
New Revision: 15614
Modified:
trunk/oscache/debian/changelog
trunk/oscache/debian/control
trunk/oscache/debian/rules
Log:
* Team upload.
* Update list of needed jar files to build. (Closes: #653520).
* Bump Standards-Version to 3.9.2. No changes were required.
* Drop unneeded dependencies on default-jre-headless | java2-runtime-headless for binary package.
* Set versioned dependency on libjgroups-java (>= 2.12.2.Final).
Modified: trunk/oscache/debian/changelog
===================================================================
--- trunk/oscache/debian/changelog 2011-12-29 00:40:12 UTC (rev 15613)
+++ trunk/oscache/debian/changelog 2011-12-29 02:55:53 UTC (rev 15614)
@@ -1,3 +1,14 @@
+oscache (2.4.1+ds1-3) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Update list of needed jar files to build. (Closes: #653520).
+ * Bump Standards-Version to 3.9.2. No changes were required.
+ * Drop unneeded dependencies on default-jre-headless | java2-runtime-headless
+ for binary package.
+ * Set versioned dependency on libjgroups-java (>= 2.12.2.Final).
+
+ -- Miguel Landaeta <miguel at miguel.cc> Wed, 28 Dec 2011 22:05:55 -0430
+
oscache (2.4.1+ds1-2) unstable; urgency=low
* Update Build-Depends: libservlet2.5-java.
Modified: trunk/oscache/debian/control
===================================================================
--- trunk/oscache/debian/control 2011-12-29 00:40:12 UTC (rev 15613)
+++ trunk/oscache/debian/control 2011-12-29 02:55:53 UTC (rev 15614)
@@ -4,17 +4,17 @@
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper
-Build-Depends-Indep: ant, default-jdk, libjgroups-java,
+Build-Depends-Indep: ant, default-jdk, libjgroups-java (>= 2.12.2.Final),
glassfish-javaee, libcommons-logging-java, libservlet2.5-java,
libhibernate3-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Homepage: http://www.opensymphony.com/oscache/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/oscache
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/oscache
Package: liboscache-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: caching solution for java server pages (JSP)
OSCache is a caching solution that includes a JSP tag library and set
of classes to perform fine grained dynamic caching of JSP content,
Modified: trunk/oscache/debian/rules
===================================================================
--- trunk/oscache/debian/rules 2011-12-29 00:40:12 UTC (rev 15613)
+++ trunk/oscache/debian/rules 2011-12-29 02:55:53 UTC (rev 15614)
@@ -6,9 +6,8 @@
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_BUILDFILE := debian/build.xml
-# hibernate 3.3 uses hibernate3 and 3.5 uses hibernate-core
-DEB_JARS := commons-logging jgroups-all servlet-api-2.5 jsp-api \
- glassfish-javaee jgroups-all hibernate3 hibernate-core
+DEB_JARS := commons-logging jgroups servlet-api-2.5 jsp-api-2.1 \
+ glassfish-javaee hibernate-core
install/liboscache-java::
mh_installpom -pliboscache-java pom.xml
More information about the pkg-java-commits
mailing list