Author: ebourg-guest Date: 2016-05-30 17:08:28 +0000 (Mon, 30 May 2016) New Revision: 19071
Modified: trunk/bsh/debian/changelog trunk/bsh/debian/control trunk/bsh/debian/rules Log: Transition to the Servlet API 3.1 Modified: trunk/bsh/debian/changelog =================================================================== --- trunk/bsh/debian/changelog 2016-05-30 11:36:08 UTC (rev 19070) +++ trunk/bsh/debian/changelog 2016-05-30 17:08:28 UTC (rev 19071) @@ -1,3 +1,10 @@ +bsh (2.0b4-18) UNRELEASED; urgency=medium + + * Team upload. + * Transition to the Servlet API 3.1 + + -- Emmanuel Bourg <[email protected]> Mon, 30 May 2016 19:07:38 +0200 + bsh (2.0b4-17) unstable; urgency=medium * Team upload. Modified: trunk/bsh/debian/control =================================================================== --- trunk/bsh/debian/control 2016-05-30 11:36:08 UTC (rev 19070) +++ trunk/bsh/debian/control 2016-05-30 17:08:28 UTC (rev 19071) @@ -11,8 +11,8 @@ javacc, javahelper (>= 0.32~), libbsf-java, - libservlet3.0-java, - libservlet3.0-java-doc, + libservlet3.1-java, + libservlet3.1-java-doc, maven-repo-helper Standards-Version: 3.9.7 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bsh Modified: trunk/bsh/debian/rules =================================================================== --- trunk/bsh/debian/rules 2016-05-30 11:36:08 UTC (rev 19070) +++ trunk/bsh/debian/rules 2016-05-30 17:08:28 UTC (rev 19071) @@ -7,7 +7,7 @@ PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := servlet-api-3.0 bsf javacc +DEB_JARS := servlet-api-3.1 bsf javacc DEB_ANT_BUILD_TARGET := javadoc jarall test ANT_OPTS = -Dcompile.debug=true _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

