[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.3.2.GA-1-2-g617a550
Miguel Landaeta
miguel at miguel.cc
Sat Sep 24 21:45:51 UTC 2011
The following commit has been merged in the master branch:
commit b7c70e135454a0b9063e12500a45a21dcc80414e
Author: Miguel Landaeta <miguel at miguel.cc>
Date: Sat Sep 24 17:08:06 2011 -0430
Update dependencies list
diff --git a/debian/changelog b/debian/changelog
index 4dafd9b..4332bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libhibernate-jbosscache-java (3.3.2.GA-2) UNRELEASED; urgency=low
+
+ * Replace dependencies on libgeronimo-jta-1.0.1b-spec-java with
+ libgeronimo-jta-1.1-spec-java. (Closes: #642726).
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sat, 24 Sep 2011 17:03:21 -0430
+
libhibernate-jbosscache-java (3.3.2.GA-1) unstable; urgency=low
* Initial release. (Closes: #589598).
diff --git a/debian/classpath b/debian/classpath
index 761afcd..5ae69d2 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar /usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar /usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar /usr/share/java/jboss-jmx.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar /usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta_1.1_spec.jar /usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar /usr/share/java/jboss-jmx.jar
diff --git a/debian/control b/debian/control
index fe6a978..56fb4e8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Miguel Landaeta <miguel at miguel.cc>
Section: java
Priority: optional
Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper,
- libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
+ libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java
Standards-Version: 3.9.0
Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
Package: libhibernate-jbosscache-java
Architecture: all
-Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
+Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.1-spec-java,
libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, ${misc:Depends}
Description: Java library for integration of Hibernate with JBossCache
This Java library provides support in Hibernate for JBossCache 1.x APIs.
--
hibernate-jbosscache: Integration of Hibernate with JBossCache
More information about the pkg-java-commits
mailing list