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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

