This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jsch.
commit da7983bca6d1d0f935c6aea9fb196a29950360c5 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 15 11:51:17 2015 +0200 Updated the OSGi metadata --- debian/changelog | 1 + debian/manifest.mf | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 82d7c23..71eb32f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jsch (0.1.53-1) UNRELEASED; urgency=medium * New upstream release - Replaced debian/pom.xml with the one from the upstream tarball + - Updated the OSGi metadata -- Emmanuel Bourg <[email protected]> Mon, 15 Jun 2015 11:44:10 +0200 diff --git a/debian/manifest.mf b/debian/manifest.mf index 4b808cd..7bbb24e 100644 --- a/debian/manifest.mf +++ b/debian/manifest.mf @@ -1,13 +1,13 @@ Bundle-ManifestVersion: 2 -Bundle-Version: 0.1.52 +Bundle-Version: 0.1.53 Bundle-SymbolicName: com.jcraft.jsch Bundle-Name: Jsch Export-Package: com.jcraft.jsch.jgss;uses:="com.jcraft.jsch,org.ietf.jgs - s";version="0.1.52",com.jcraft.jsch.jcraft;uses:="com.jcraft.jsch,com.j - craft.jzlib";version="0.1.52",com.jcraft.jsch;uses:="signature,keypairg - en,userauth";version="0.1.52",com.jcraft.jsch.jce;uses:="javax.crypto.s + s";version="0.1.53",com.jcraft.jsch.jcraft;uses:="com.jcraft.jsch,com.j + craft.jzlib";version="0.1.53",com.jcraft.jsch;uses:="signature,keypairg + en,userauth";version="0.1.53",com.jcraft.jsch.jce;uses:="javax.crypto.s pec,com.jcraft.jsch,javax.crypto,javax.crypto.interfaces";version="0.1. - 52" + 53" Import-Package: com.jcraft.jzlib;resolution:=optional;version="[1.1,2)", javax.crypto,javax.crypto.interfaces,javax.crypto.spec,keypairgen;resol ution:=optional,org.ietf.jgss;resolution:=optional,signature;resolution -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsch.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

