This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository felix-framework.
commit e53d4b59344fa0e94adb12da9fed8220c290566c Author: Markus Koschany <[email protected]> Date: Tue Feb 24 17:54:32 2015 +0100 Tighten dependency on osgi-core and osgi-compendium. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e81c3f4..5624e83 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: libmaven-javadoc-plugin-java, libmaven-source-plugin-java, libosgi-annotation-java, - libosgi-compendium-java, - libosgi-core-java, + libosgi-compendium-java (>= 5.0.0), + libosgi-core-java (>= 6.0.0), maven-debian-helper (>= 1.4) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/felix-framework.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-framework.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

