This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jffi.
commit cfe980107e9ebdc4d9e794f93dd1a446b5534a4d Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 13:19:51 2016 +0100 Restored the Export-Package field in the OSGi metadata --- debian/changelog | 1 + debian/jffi.bnd | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index fd2be56..be4db35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jffi (1.2.7-10) UNRELEASED; urgency=medium * Team upload. + * Restored the Export-Package field in the OSGi metadata * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/jffi.bnd b/debian/jffi.bnd index f18f241..6a95300 100644 --- a/debian/jffi.bnd +++ b/debian/jffi.bnd @@ -3,3 +3,4 @@ Bundle-SymbolicName: com.kenai.jffi Bundle-Version: 1.2.7 Bundle-Vendor: Debian.org Import-Package: sun.misc;resolution:=optional, * +Export-Package: * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

