[sacjava] 05/06: Fix bnd command

Markus Koschany apo-guest at moszumanska.debian.org
Thu Nov 19 19:43:07 UTC 2015


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

apo-guest pushed a commit to branch master
in repository sacjava.

commit 60e11499187f8dedd73c7bc9df94efa628b6b5eb
Author: Markus Koschany <apo at debian.org>
Date:   Thu Nov 19 20:35:36 2015 +0100

    Fix bnd command
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5dd3b67..025a2de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ build-stamp: configure-stamp
 
 	/usr/lib/jvm/default-java/bin/javac -source 1.5 -target 1.5 `find org -name "*.java" | xargs`
 	/usr/lib/jvm/default-java/bin/jar cvf sac-1.3.jar `find org -name "*.class" | xargs`
-	bnd-1.50 wrap --properties debian/sac.bnd --output sac-1.3.jar.tmp sac-1.3.jar
+	bnd wrap --properties debian/sac.bnd --output sac-1.3.jar.tmp sac-1.3.jar
 	mv sac-1.3.jar.tmp sac-1.3.jar
 
 	touch $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git



More information about the pkg-java-commits mailing list