[maven-shade-plugin] 04/24: Upload with cleaned orig tarball.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 18 12:52:36 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository maven-shade-plugin.

commit 17d977ad81df6b5903513312d3def377a655353c
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Sat Aug 15 13:45:04 2009 +0000

    Upload with cleaned orig tarball.
---
 debian/changelog   | 6 ++++++
 debian/orig-tar.sh | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4d7ab89..b58b931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maven-shade-plugin (1.2.1-2) unstable; urgency=low
+
+  * Upload with cleaned orig tarball.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 15 Aug 2009 14:43:56 +0100
+
 maven-shade-plugin (1.2.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #535015)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 116ae4c..fba86de 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -5,7 +5,7 @@ DIR=maven-shade-plugin-$2
 TAG=maven-shade-plugin-$2
 
 svn export http://svn.apache.org/repos/asf/maven/plugins/tags/$TAG $DIR
-tar -c -z -f $TAR $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $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-shade-plugin.git



More information about the pkg-java-commits mailing list