This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.
commit 1185763230721043fcc6c27ebc002714faef6864 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 13:31:47 2016 +0100 Restored the Export-Package field in the OSGi metadata --- debian/antlr3-runtime.bnd | 1 + debian/antlr3.bnd | 1 + debian/changelog | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/antlr3-runtime.bnd b/debian/antlr3-runtime.bnd index af91cc0..72c152b 100644 --- a/debian/antlr3-runtime.bnd +++ b/debian/antlr3-runtime.bnd @@ -3,3 +3,4 @@ Bundle-SymbolicName: org.antlr.runtime Bundle-Version: 1.0.0 Bundle-Vendor: Debian.org Import-Package: !org.antlr.stringtemplate.*, * +Export-Package: * diff --git a/debian/antlr3.bnd b/debian/antlr3.bnd index f383bb8..c659d12 100644 --- a/debian/antlr3.bnd +++ b/debian/antlr3.bnd @@ -3,3 +3,4 @@ Bundle-SymbolicName: org.antlr Bundle-Version: 1.0.0 Bundle-Vendor: Debian.org Import-Package: !antlr.*, !org.antlr.stringtemplate.*, * +Export-Package: * diff --git a/debian/changelog b/debian/changelog index 51059cd..f0ea97f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ antlr3 (3.5.2-6) UNRELEASED; urgency=medium * Team upload. + * Restored the Export-Package field in the OSGi metadata * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 07 Nov 2016 13:29:07 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

