This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository excalibur-logger.
commit 36ad7a898955904d742caf2150285cdc2cdc7ad4 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 10 15:23:11 2014 +0000 Updated the dependency on the Servlet API (3.0 -> 3.1) --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ff6cb6..9298ac3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ excalibur-logger (2.1-6) UNRELEASED; urgency=medium and mail APIs (optional dependencies) - Depend on libmail-java instead of libgnumail-java - Removed the dependency on libxalan2-java (the JDK provides the XML APIs) + - Updated the dependency on the Servlet API (3.0 -> 3.1) * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 10 Sep 2014 16:53:41 +0200 diff --git a/debian/control b/debian/control index 2a41f66..dfec46a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends-Indep: default-jdk, libexcalibur-logkit-java, libmail-java, liblog4j1.2-java, - libservlet3.0-java + libservlet3.1-java Standards-Version: 3.9.5 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/ diff --git a/debian/rules b/debian/rules index 440878b..b931ee2 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME_DIRS := /usr/lib/jvm/default-java -DEB_JARS := avalon-framework excalibur-logkit geronimo-jms-1.1-spec mailapi glassfish-jms log4j-1.2 servlet-api-3.0 +DEB_JARS := avalon-framework excalibur-logkit geronimo-jms-1.1-spec mailapi glassfish-jms log4j-1.2 servlet-api-3.1 DEB_ANT_ARGS := -Dnoget=true -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 install/libexcalibur-logger-java:: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/excalibur-logger.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

