This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-egit.
commit 06374d8391da3d214441a9b0b8007604f9dec5d9 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 19 23:12:16 2016 +0200 Fixed the plugin id for slf4j (Closes: #813419) --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/patches/use-distribution-jgit.patch | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f3ed55..b6dd9cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +eclipse-egit (3.7.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the plugin id for slf4j (Closes: #813419) + + -- Emmanuel Bourg <[email protected]> Wed, 19 Oct 2016 23:11:18 +0200 + eclipse-egit (3.7.0-1) unstable; urgency=medium * New Upstream release. diff --git a/debian/control b/debian/control index d3de593..f56c70c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~), eclipse-pde (>= 3.7~exp), eclipse-mylyn, javahelper (>= 0.32~), - libslf4j-java (>= 1.7.12-2), + libslf4j-java (>= 1.7.14-1~), unzip, zip Standards-Version: 3.9.6 diff --git a/debian/patches/use-distribution-jgit.patch b/debian/patches/use-distribution-jgit.patch index e224987..ac49eae 100644 --- a/debian/patches/use-distribution-jgit.patch +++ b/debian/patches/use-distribution-jgit.patch @@ -39,7 +39,7 @@ index 443f3e4..a4a74c2 100644 + unpack="false"/> + + <plugin -+ id="org.slf4j" ++ id="slf4j.api" + download-size="0" + install-size="0" + version="0.0.0" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-egit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

