Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ehcache
Commits: 6d001ab9 by Emmanuel Bourg at 2021-02-12T01:59:43+01:00 Depend on libgeronimo-jta-1.2-spec-java instead of libgeronimo-jta-1.0.1b-spec-java (Closes: #982568) - - - - - ac43b311 by Emmanuel Bourg at 2021-02-12T02:00:38+01:00 Depend on libservlet-api-java instead of libservlet3.1-java - - - - - 9fdd2e18 by Emmanuel Bourg at 2021-02-12T02:02:45+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ehcache (2.6.11-5) unstable; urgency=medium + + * Depend on libgeronimo-jta-1.2-spec-java instead of + libgeronimo-jta-1.0.1b-spec-java (Closes: #982568) + * Depend on libservlet-api-java instead of libservlet3.1-java + + -- Emmanuel Bourg <[email protected]> Fri, 12 Feb 2021 02:00:48 +0100 + ehcache (2.6.11-4) unstable; urgency=medium * Build with the DH sequencer instead of CDBS ===================================== debian/control ===================================== @@ -11,10 +11,10 @@ Build-Depends: ant, libbtm-java, libcommons-collections3-java, libcommons-logging-java, - libgeronimo-jta-1.0.1b-spec-java, + libgeronimo-jta-1.2-spec-java, libhibernate3-java, libjgroups-java, - libservlet3.1-java, + libservlet-api-java, libslf4j-java, maven-repo-helper Standards-Version: 4.5.1 ===================================== debian/rules ===================================== @@ -1,9 +1,9 @@ #!/usr/bin/make -f export CLASSPATH = /usr/share/java/commons-logging.jar\ - :/usr/share/java/servlet-api-3.1.jar\ + :/usr/share/java/servlet-api.jar\ :/usr/share/java/slf4j-api.jar\ - :/usr/share/java/geronimo-jta-1.0.1b-spec.jar\ + :/usr/share/java/geronimo-jta-1.2-spec.jar\ :/usr/share/java/btm.jar\ :/usr/share/java/hibernate3.jar\ :/usr/share/java/commons-collections3.jar\ View it on GitLab: https://salsa.debian.org/java-team/ehcache/-/compare/96f1dd7bf869a3a01efe68933ff11725cbe44f6e...9fdd2e182d09f9ac00c8dee81befa28bb2b25b7a -- View it on GitLab: https://salsa.debian.org/java-team/ehcache/-/compare/96f1dd7bf869a3a01efe68933ff11725cbe44f6e...9fdd2e182d09f9ac00c8dee81befa28bb2b25b7a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

