[libasm4-java] 01/05: Keep the prebuilt jars used for the tests in the source tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 15 14:26:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libasm4-java.
commit a412efa854899138c6c2c9595bbf033dffebe7e5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 15 11:19:53 2014 +0200
Keep the prebuilt jars used for the tests in the source tarball
---
debian/changelog | 6 ++++++
debian/orig-tar.sh | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 795a61c..7dfdaa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libasm4-java (4.2-2) UNRELEASED; urgency=medium
+
+ * Keep the prebuilt jars used for the tests in the source tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 15 Apr 2014 11:19:02 +0200
+
libasm4-java (4.2-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index bbc940e..769d3cc 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,6 +7,7 @@ TAR=../libasm4-java_$VERSION.orig.tar.xz
DIR=asm-$VERSION
TAG=$(echo "ASM_$VERSION" | sed -re's,\.,_,g')
+rm $3
svn export svn://svn.forge.objectweb.org/svnroot/asm/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude 'config/*.jar' $DIR
rm -rf $DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git
More information about the pkg-java-commits
mailing list