This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jnr-constants.
commit 2dfa0deab68a4f8b1f48f67811e8eb20e079f5c1 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 13:25:02 2016 +0100 Restored the Export-Package field in the OSGi metadata --- debian/changelog | 1 + debian/jnr-constants.bnd | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index dd0f6f6..bfa1628 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jnr-constants (0.8.6-8) 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/jnr-constants.bnd b/debian/jnr-constants.bnd index 0569048..b06dab6 100644 --- a/debian/jnr-constants.bnd +++ b/debian/jnr-constants.bnd @@ -3,3 +3,4 @@ Bundle-SymbolicName: com.kenai.constantine Bundle-Version: 1.0.0 Bundle-Vendor: Debian.org Import-Package: * +Export-Package: * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-constants.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

