[jpathwatch] 01/03: Transition to bnd >= 2.1.0.
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Nov 18 18:00:26 UTC 2015
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 <apo at debian.org>
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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
-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
More information about the pkg-java-commits
mailing list