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 <[email protected]>
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

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

Reply via email to