[sacjava] 01/06: Transition to bnd 2.1.0.

Markus Koschany apo-guest at moszumanska.debian.org
Thu Nov 19 19:43:06 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 3bf995e4e6b5b1587ed8fda1f0b039701e2688a1
Author: Markus Koschany <apo at debian.org>
Date:   Thu Nov 19 20:30:38 2015 +0100

    Transition to bnd 2.1.0.
---
 debian/control | 2 +-
 debian/rules   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7af8c6d..194f8bf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>, Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: debhelper (>= 8), default-jdk, dpkg-dev (>= 1.16.2),
-  gcj-native-helper, maven-repo-helper, bnd1.50
+  gcj-native-helper, maven-repo-helper, bnd (>= 2.1.0)
 Standards-Version: 3.9.6
 Section: java
 Vcs-Git: git://anonscm.debian.org/pkg-java/sacjava.git
diff --git a/debian/rules b/debian/rules
index e04b961..5dd3b67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ 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 sac-1.3.jar
+	bnd-1.50 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