This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-inject.
commit 865039defc74fb4bd441253f13e8fb6f962a6f37 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 30 17:58:35 2016 +0200 Completed the transition to the Servlet API 3.1 (Closes: #829106) --- debian/changelog | 1 + debian/maven.rules | 1 + debian/patches/03-add-missing-dependencies.patch | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 844eee9..6d52779 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ sisu-inject (0.3.2-2) UNRELEASED; urgency=medium * Team upload. + * Completed the transition to the Servlet API 3.1 (Closes: #829106) * Build with the DH sequencer instead of CDBS * Tightened the dependency on libosgi-core-java * Standards-Version updated to 3.9.7 (no changes) diff --git a/debian/maven.rules b/debian/maven.rules index 69b3c21..295fd6e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,5 @@ +javax.servlet javax.servlet-api * * * * junit junit jar s/4\..*/4.x/ * * org.eclipse.sisu org.eclipse.sisu.inject eclipse-plugin s/.*/debian/ * * org.eclipse.sisu org.eclipse.sisu.inject.extender eclipse-plugin s/.*/debian/ * * diff --git a/debian/patches/03-add-missing-dependencies.patch b/debian/patches/03-add-missing-dependencies.patch index 2f9857a..7e55615 100644 --- a/debian/patches/03-add-missing-dependencies.patch +++ b/debian/patches/03-add-missing-dependencies.patch @@ -26,7 +26,7 @@ Forwarded: not-needed + </dependency> + <dependency> + <groupId>javax.servlet</groupId> -+ <artifactId>servlet-api</artifactId> ++ <artifactId>javax.servlet-api</artifactId> + <version>3.1</version> + <scope>provided</scope> + </dependency> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-inject.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

