[pkg-java] r17405 - trunk/aspectj-maven-plugin/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Nov 4 13:11:56 UTC 2013


Author: ebourg-guest
Date: 2013-11-04 13:11:56 +0000 (Mon, 04 Nov 2013)
New Revision: 17405

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



Modified: trunk/aspectj-maven-plugin/debian/changelog
===================================================================
--- trunk/aspectj-maven-plugin/debian/changelog	2013-11-04 13:09:08 UTC (rev 17404)
+++ trunk/aspectj-maven-plugin/debian/changelog	2013-11-04 13:11:56 UTC (rev 17405)
@@ -2,6 +2,7 @@
 
   * Updated Standards-Version to 3.9.5 (no changes)
   * Build depend on debhelper >= 9
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Nov 2013 14:08:25 +0100
 

Modified: trunk/aspectj-maven-plugin/debian/orig-tar.sh
===================================================================
--- trunk/aspectj-maven-plugin/debian/orig-tar.sh	2013-11-04 13:09:08 UTC (rev 17404)
+++ trunk/aspectj-maven-plugin/debian/orig-tar.sh	2013-11-04 13:11:56 UTC (rev 17405)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../aspectj-maven-plugin_$VERSION.orig.tar.gz
+TAR=../aspectj-maven-plugin_$VERSION.orig.tar.xz
 DIR=aspectj-maven-plugin-$VERSION
 TAG=$(echo "aspectj-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.codehaus.org/mojo/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