[pkg-java] r17343 - trunk/maven-javadoc-plugin/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Fri Oct 18 07:28:33 UTC 2013


Author: ebourg-guest
Date: 2013-10-18 07:28:32 +0000 (Fri, 18 Oct 2013)
New Revision: 17343

Modified:
   trunk/maven-javadoc-plugin/debian/changelog
   trunk/maven-javadoc-plugin/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball



Modified: trunk/maven-javadoc-plugin/debian/changelog
===================================================================
--- trunk/maven-javadoc-plugin/debian/changelog	2013-10-18 05:20:03 UTC (rev 17342)
+++ trunk/maven-javadoc-plugin/debian/changelog	2013-10-18 07:28:32 UTC (rev 17343)
@@ -7,6 +7,7 @@
     - Removed Michael Koch from the uploaders (Closes: #654112)
   * debian/copyright: Updated to the Copyright Format 1.0
   * Build depend on debhelper >= 9
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 18 Oct 2013 01:46:27 +0200
 

Modified: trunk/maven-javadoc-plugin/debian/orig-tar.sh
===================================================================
--- trunk/maven-javadoc-plugin/debian/orig-tar.sh	2013-10-18 05:20:03 UTC (rev 17342)
+++ trunk/maven-javadoc-plugin/debian/orig-tar.sh	2013-10-18 07:28:32 UTC (rev 17343)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-javadoc-plugin_$VERSION.orig.tar.gz
+TAR=../maven-javadoc-plugin_$VERSION.orig.tar.xz
 DIR=maven-javadoc-plugin-$VERSION
 TAG=$(echo "maven-javadoc-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG} $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list