[pkg-java] r10081 - trunk/maven-shade-plugin/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Sat Aug 15 13:45:04 UTC 2009
Author: ludovicc-guest
Date: 2009-08-15 13:45:04 +0000 (Sat, 15 Aug 2009)
New Revision: 10081
Modified:
trunk/maven-shade-plugin/debian/changelog
trunk/maven-shade-plugin/debian/orig-tar.sh
Log:
Upload with cleaned orig tarball.
Modified: trunk/maven-shade-plugin/debian/changelog
===================================================================
--- trunk/maven-shade-plugin/debian/changelog 2009-08-15 11:01:59 UTC (rev 10080)
+++ trunk/maven-shade-plugin/debian/changelog 2009-08-15 13:45:04 UTC (rev 10081)
@@ -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)
Modified: trunk/maven-shade-plugin/debian/orig-tar.sh
===================================================================
--- trunk/maven-shade-plugin/debian/orig-tar.sh 2009-08-15 11:01:59 UTC (rev 10080)
+++ trunk/maven-shade-plugin/debian/orig-tar.sh 2009-08-15 13:45:04 UTC (rev 10081)
@@ -5,7 +5,7 @@
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'
More information about the pkg-java-commits
mailing list