This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jpathwatch.
commit 5e8ef2799089b0aaf9d74686c30a808ea6d0ce17 Author: Markus Koschany <[email protected]> Date: Wed Nov 18 18:54:17 2015 +0100 Transition to bnd >= 2.1.0. --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 50212fb..df5311c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jakub Adam <[email protected]> -Build-Depends: debhelper (>=9), javahelper, default-jdk, bnd, maven-repo-helper +Build-Depends: debhelper (>=9), javahelper, default-jdk, bnd (>= 2.1.0), maven-repo-helper Standards-Version: 3.9.6 Homepage: http://jpathwatch.wordpress.com Vcs-Git: git://anonscm.debian.org/pkg-java/jpathwatch.git diff --git a/debian/rules b/debian/rules index 7b400c6..00b6753 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ override_dh_auto_build: override_jh_build: jh_build # generate OSGi metadata - bnd wrap -properties debian/jpathwatch.bnd -output debian/jpathwatch.jar jpathwatch.jar + bnd wrap --properties debian/jpathwatch.bnd --output debian/jpathwatch.jar jpathwatch.jar override_dh_auto_clean: $(MAKE) -C jpathwatch-native/src -f ../../debian/Makefile.jni clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jpathwatch.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

