This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository atinject-jsr330.
commit 67f58d110f10e765e859f3de177e5261421113f6 Author: Jakub Adam <[email protected]> Date: Mon Jul 27 20:35:29 2015 +0200 Add version to the package in Export-Package --- debian/changelog | 7 +++++++ debian/manifest | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ed5845b..a057796 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +atinject-jsr330 (1.0+ds1-2) UNRELEASED; urgency=medium + + * Add version to the package in Export-Package + - required by Eclipse 4.x. + + -- Jakub Adam <[email protected]> Mon, 27 Jul 2015 20:34:02 +0200 + atinject-jsr330 (1.0+ds1-1) unstable; urgency=low * Team upload. diff --git a/debian/manifest b/debian/manifest index 6498562..056e476 100644 --- a/debian/manifest +++ b/debian/manifest @@ -5,5 +5,5 @@ usr/share/java/atinject-jsr330-api.jar: Bundle-Name: Atinject Dependency Injection Annotations Bundle-SymbolicName: javax.inject Bundle-Version: 1.0.0 - Export-Package: javax.inject + Export-Package: javax.inject;version="1.0.0" Bundle-ManifestVersion: 2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/atinject-jsr330.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

