[pkg-java] r17368 - trunk/plexus-archiver/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Oct 22 09:10:55 UTC 2013


Author: ebourg-guest
Date: 2013-10-22 09:10:55 +0000 (Tue, 22 Oct 2013)
New Revision: 17368

Modified:
   trunk/plexus-archiver/debian/changelog
   trunk/plexus-archiver/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball



Modified: trunk/plexus-archiver/debian/changelog
===================================================================
--- trunk/plexus-archiver/debian/changelog	2013-10-22 09:03:51 UTC (rev 17367)
+++ trunk/plexus-archiver/debian/changelog	2013-10-22 09:10:55 UTC (rev 17368)
@@ -6,6 +6,7 @@
     - Updated Standards-Version to 3.9.4 (no changes)
   * Bump to debhelper 9 compat level
   * debian/rules: Improved the clean target
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 22 Oct 2013 10:58:12 +0200
 

Modified: trunk/plexus-archiver/debian/orig-tar.sh
===================================================================
--- trunk/plexus-archiver/debian/orig-tar.sh	2013-10-22 09:03:51 UTC (rev 17367)
+++ trunk/plexus-archiver/debian/orig-tar.sh	2013-10-22 09:10:55 UTC (rev 17368)
@@ -1,11 +1,11 @@
 #!/bin/sh -e
 
-TAR=../plexus-archiver_$2.orig.tar.gz
+TAR=../plexus-archiver_$2.orig.tar.xz
 DIR=plexus-archiver-$2
 TAG=$(echo plexus-archiver-$2 | sed 's,~alpha,-alpha-,')
 
 svn export http://svn.codehaus.org/plexus/plexus-components/tags/$TAG $DIR
-tar -c -z -f $TAR $DIR
+tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list