[jnr-x86asm] 01/03: Make build compatible with bnd 1.50.0

Jakub Adam xhaakon-guest at moszumanska.debian.org
Tue Jul 7 15:43:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository jnr-x86asm.

commit 6bfc53730204d3479d7e25bf8b9d027f3eb47027
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Jul 7 17:28:56 2015 +0200

    Make build compatible 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 6410463..d69ea65 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
  maven-debian-helper,
  ant-optional,
  default-jdk,
- bnd (>= 2.1.0-1)
+ bnd
 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 8c6b49f..cabb017 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



More information about the pkg-java-commits mailing list