This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-java.
commit e220b19eec35a15df75ffadbd4d4dabf86e54bee Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 21 23:35:03 2015 +0200 Removed the dependency on the Servlet API from the binary packages --- debian/changelog | 7 +++++++ debian/control | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 48fd8f2..f5b017a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libspring-java (3.2.13-4) UNRELEASED; urgency=medium + + * Team upload. + * Removed the dependency on the Servlet API from the binary packages + + -- Emmanuel Bourg <[email protected]> Wed, 21 Oct 2015 23:32:19 +0200 + libspring-java (3.2.13-3) unstable; urgency=medium * Fix FTBFS with gradle 2.5.x: diff --git a/debian/control b/debian/control index 2194d57..78d480c 100644 --- a/debian/control +++ b/debian/control @@ -101,7 +101,6 @@ Description: modular Java/J2EE application framework - Core Package: libspring-beans-java Architecture: all Depends: libatinject-jsr330-api-java, - libservlet2.5-java, libspring-core-java (= ${source:Version}), ${misc:Depends} Suggests: libcglib3-java @@ -201,8 +200,7 @@ Description: modular Java/J2EE application framework - Web Package: libspring-web-servlet-java Architecture: all -Depends: libservlet2.5-java, - libspring-web-java (= ${source:Version}), +Depends: libspring-web-java (= ${source:Version}), ${misc:Depends} Recommends: libapache-poi-java, libitext-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

