This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository jnr-posix.
commit 8b2b7172842a8f2add17cf3e258680c02f1fb7ac Author: Jakub Adam <[email protected]> Date: Tue Jul 7 18:34:27 2015 +0200 Make 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 c108980..1452518 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), libjnr-ffi-java, libmaven-javadoc-plugin-java, maven-debian-helper, - bnd (>= 2.1.0-1) + bnd Standards-Version: 3.9.6 Homepage: https://github.com/jnr/jnr-posix Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-posix.git diff --git a/debian/rules b/debian/rules index 1bd42ec..087708e 100755 --- a/debian/rules +++ b/debian/rules @@ -11,5 +11,5 @@ override_jh_manifest: jh_manifest # generate OSGi metadata - bnd wrap --properties debian/jnr-posix.bnd --output $(JAR).tmp $(JAR) + bnd wrap -properties debian/jnr-posix.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-posix.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

