This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository jnr-ffi.
commit 92888c99134273be28fb3644d73305160afa8c79 Author: Jakub Adam <[email protected]> Date: Tue Jul 7 17:08:24 2015 +0200 Make the package buildable with bnd 1.50.0 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9936307..5af903f 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), libmaven-javadoc-plugin-java, libmaven-source-plugin-java, maven-debian-helper, - bnd (>= 2.1.0-1) + bnd Standards-Version: 3.9.6 Homepage: https://github.com/jnr/jnr-ffi Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-ffi.git diff --git a/debian/rules b/debian/rules index 9fd6932..4562c5f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,5 +11,5 @@ override_jh_manifest: jh_manifest # generate OSGi metadata - bnd wrap --properties debian/jnr-ffi.bnd --output $(JAR).tmp $(JAR) + bnd wrap -properties debian/jnr-ffi.bnd -output $(JAR).tmp $(JAR) mv $(JAR).tmp $(JAR) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-ffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

