[jnr-constants] 06/06: bnd 2.x expects that input and output are different

Markus Koschany apo-guest at moszumanska.debian.org
Wed Nov 18 14:46:42 UTC 2015


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

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

commit a938a30aab347b0da45a98b9b6a2bf4869aea165
Author: Markus Koschany <apo at debian.org>
Date:   Wed Nov 18 15:36:18 2015 +0100

    bnd 2.x expects that input and output are different
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 99010a3..4ec6305 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,5 @@ override_jh_manifest:
 	jh_manifest
 
 	# generate OSGi metadata
-	bnd wrap --properties debian/jnr-constants.bnd --output $(JAR) $(JAR)
+	bnd wrap --properties debian/jnr-constants.bnd --output $(JAR).tmp $(JAR)
+	mv $(JAR).tmp $(JAR)

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



More information about the pkg-java-commits mailing list