This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jnr-ffi.
commit 95906d19ba88dcd5ede6e2fc30593ced103c8a6a Author: Markus Koschany <[email protected]> Date: Sun Nov 15 20:38:40 2015 +0100 Revert "Make the package buildable with bnd 1.50.0" This reverts commit 92888c99134273be28fb3644d73305160afa8c79. --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index aa333e3..5852854 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), libmaven-javadoc-plugin-java, libmaven-source-plugin-java, maven-debian-helper, - bnd + bnd (>= 2.1.0-1) 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 4562c5f..9fd6932 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

