[jlm] 06/16: well. Don't prune the ant tasks..

Martin Quinson mquinson at alioth.debian.org
Mon Aug 12 19:51:23 UTC 2013


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

mquinson pushed a commit to branch debian-debian
in repository jlm.

commit ede44bc829ff9458a9608b9230138f7184b0e24a
Author: Martin Quinson <martin.quinson at loria.fr>
Date:   Mon Aug 12 00:12:30 2013 +0200

    well. Don't prune the ant tasks..
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index df523e9..6224e27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ get-orig-source:
 	uscan --verbose --force-download && cp ../${version}.tar.gz ${tmpdir} || true
 	set +ex; cd ${tmpdir} && \
 	    tar xf ${version}.tar.gz && rm -f ${version}.tar.gz && \
-	    cd JLM-${version} && find lib -name '*.jar' | xargs rm && \
+	    cd JLM-${version} && find lib -name '*.jar' | grep -v -- -ant- | xargs rm && \
 	    tar cf ${wrkdir}/../jlm_${version}+repack.orig.tar * ; \
 	    gzip --best ${wrkdir}/../jlm_${version}+repack.orig.tar
 	rm -rf ${tmpdir}

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



More information about the pkg-java-commits mailing list