This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 103f4249f05889c1b5124ae0ae0078136c4126e9 Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 13 23:27:51 2014 +0000 Removed the suggested dependency on libservlet3.0-java --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 56e57b6..716b0c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libcommons-logging-java (1.2-1) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields + - Removed the suggested dependency on libservlet3.0-java -- Emmanuel Bourg <[email protected]> Mon, 14 Jul 2014 01:01:01 +0200 diff --git a/debian/control b/debian/control index 4c46bfa..49c2b9f 100644 --- a/debian/control +++ b/debian/control @@ -23,8 +23,7 @@ Depends: libcommons-parent-java, ${misc:Depends} Suggests: libavalon-framework-java, libcommons-logging-java-doc, libexcalibur-logkit-java, - liblog4j1.2-java, - libservlet3.0-java + liblog4j1.2-java Description: common wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

