This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jnr-x86asm.
commit 0d810235e9fba978b1b56c7f071ae1cb7ba12f67 Author: Markus Koschany <[email protected]> Date: Wed Nov 18 16:57:32 2015 +0100 Revert "Make build compatible with bnd 1.50.0" This reverts commit 6bfc53730204d3479d7e25bf8b9d027f3eb47027. --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8ea6085..1f702d6 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), maven-debian-helper, ant-optional, default-jdk, - bnd + bnd (>= 2.1.0-1) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-x86asm.git Vcs-Browser: http://anonscm.debian.org/cgit/?p=pkg-java/jnr-x86asm.git diff --git a/debian/rules b/debian/rules index cabb017..8c6b49f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ VERSION=$(shell dpkg-parsechangelog -S Version | cut -d- -f1) JAR=target/jnr-x86asm-$(VERSION).jar common-post-build-indep:: # Generate OSGi metadata for jffi.jar - bnd wrap -properties debian/jnr-x86asm.bnd -output $(JAR).tmp $(JAR) + bnd wrap --properties debian/jnr-x86asm.bnd --output $(JAR).tmp $(JAR) mv $(JAR).tmp $(JAR) get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-x86asm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

