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

apo-guest pushed a commit to branch master
in repository libcommons-jxpath-java.

commit 0461b54e9b933f746d4480b9de61cea921b0380f
Author: Markus Koschany <[email protected]>
Date:   Thu Nov 19 21:31:29 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 99d9948..db368a4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: ant,
                libjdom1-java,
                libservlet3.0-java,
                maven-repo-helper,
-               bnd1.50
+               bnd (>= 2.1.0)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-jxpath-java.git
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libcommons-jxpath-java.git
diff --git a/debian/rules b/debian/rules
index 8569835..a658beb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ binary-install/libcommons-jxpath-java::
 
 JAR=debian/libcommons-jxpath-java/usr/share/java/commons-jxpath-*.jar
 common-binary-post-install-indep::
-       bnd-1.50 wrap -properties debian/commons-jxpath.bnd -output $(JAR) 
$(JAR)
+       bnd wrap --properties debian/commons-jxpath.bnd --output $(JAR).tmp 
$(JAR)
+       mv $(JAR).tmp $(JAR)
 
 clean::
        mh_clean

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to