[maven-shared-jar] 04/15: Do not remove the jar files used by the tests

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Feb 27 00:18:30 GMT 2016


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

ebourg-guest pushed a commit to branch master
in repository maven-shared-jar.

commit 5affbc8dde351cb2a617ebe8ba156c2974991991
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 25 09:00:24 2014 +0200

    Do not remove the jar files used by the tests
---
 debian/changelog   | 4 +++-
 debian/orig-tar.sh | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7fc370f..70f568e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ maven-shared-jar (1.1-2) UNRELEASED; urgency=medium
   * Team upload.
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
-  * Use XZ compression for the upstream tarball
+  * debian/orig-tar.sh:
+    - Use XZ compression for the upstream tarball
+    - Do not remove the jar files used by the tests
   * Switch to debhelper level 9
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 25 Apr 2014 08:56:29 +0200
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index ae091cc..41de3b6 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,7 @@ DIR=maven-shared-jar-$VERSION
 TAG=$(echo "maven-shared-jar-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/shared/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'

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



More information about the pkg-java-commits mailing list