[ehcache] 01/01: Removed the unused dependency on libjsr107cache-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 19 14:44:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ehcache.
commit ed6d935e2b8d2006a528e13173d16f38eb3919f3
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Oct 19 16:35:39 2015 +0200
Removed the unused dependency on libjsr107cache-java
---
debian/changelog | 6 ++++++
debian/control | 2 --
debian/rules | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ec3b044..90f58d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ehcache (2.6.11-3) unstable; urgency=medium
+
+ * Removed the unused dependency on libjsr107cache-java
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 19 Oct 2015 16:35:24 +0200
+
ehcache (2.6.11-2) unstable; urgency=medium
* Added the missing resource files in the jar.
diff --git a/debian/control b/debian/control
index 42f670a..9f28479 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Build-Depends: ant,
libgeronimo-jta-1.0.1b-spec-java,
libhibernate3-java,
libjgroups-java,
- libjsr107cache-java,
libservlet3.1-java,
libslf4j-java,
maven-repo-helper
@@ -28,7 +27,6 @@ Package: libehcache-java
Architecture: all
Depends: libcommons-collections3-java,
libcommons-logging-java,
- libjsr107cache-java,
${misc:Depends}
Description: distributed cache library
Ehcache is a distributed cache for general purpose caching in Java,
diff --git a/debian/rules b/debian/rules
index 82b7a3e..ac12046 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := jar
DEB_JARS := commons-logging servlet-api-3.1 \
slf4j-api geronimo-jta-1.0.1b-spec btm \
- jsr107cache hibernate3 commons-collections3 jgroups-all
+ hibernate3 commons-collections3 jgroups-all
install/libehcache-java::
mh_installpom -plibehcache-java pom.xml --no-parent
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ehcache.git
More information about the pkg-java-commits
mailing list