This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libslf4j-java.
commit a93a2bcba73f1643a1014a3e5e1f5d7f6bf3151e Author: Markus Koschany <[email protected]> Date: Wed Feb 24 19:12:58 2016 +0100 Update changelog --- debian/changelog | 7 +++++++ debian/patches/slf4j-api-MANIFEST.patch | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 91deb33..6de8ba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libslf4j-java (1.7.14-3) unstable; urgency=medium + + * Add slf4j-api-MANIFEST.patch and remove requirement on org.slf4j.impl which + triggers runtime errors in Netbeans. + + -- Markus Koschany <[email protected]> Wed, 24 Feb 2016 19:12:33 +0100 + libslf4j-java (1.7.14-2) unstable; urgency=medium * Fixed a build failure (Closes: #813087) diff --git a/debian/patches/slf4j-api-MANIFEST.patch b/debian/patches/slf4j-api-MANIFEST.patch index 64817a0..ab3d8eb 100644 --- a/debian/patches/slf4j-api-MANIFEST.patch +++ b/debian/patches/slf4j-api-MANIFEST.patch @@ -2,6 +2,10 @@ From: Markus Koschany <[email protected]> Date: Wed, 24 Feb 2016 19:11:21 +0100 Subject: slf4j-api MANIFEST +Remove Import-Package requirement for org.slf4j.impl which triggers runtime +errors in Netbeans and make the jgit module unusable. + +Forwarded: not-needed --- slf4j-api/src/main/resources/META-INF/MANIFEST.MF | 1 - 1 file changed, 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libslf4j-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

