[pkg-java] r18294 - trunk/libcommons-net2-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Aug 4 20:17:08 UTC 2014


Author: ebourg-guest
Date: 2014-08-04 20:17:08 +0000 (Mon, 04 Aug 2014)
New Revision: 18294

Modified:
   trunk/libcommons-net2-java/debian/changelog
   trunk/libcommons-net2-java/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball



Modified: trunk/libcommons-net2-java/debian/changelog
===================================================================
--- trunk/libcommons-net2-java/debian/changelog	2014-08-01 08:45:37 UTC (rev 18293)
+++ trunk/libcommons-net2-java/debian/changelog	2014-08-04 20:17:08 UTC (rev 18294)
@@ -1,3 +1,10 @@
+libcommons-net2-java (2.2-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Aug 2014 22:16:29 +0200
+
 libcommons-net2-java (2.2-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-net2-java/debian/orig-tar.sh
===================================================================
--- trunk/libcommons-net2-java/debian/orig-tar.sh	2014-08-01 08:45:37 UTC (rev 18293)
+++ trunk/libcommons-net2-java/debian/orig-tar.sh	2014-08-04 20:17:08 UTC (rev 18294)
@@ -3,12 +3,12 @@
 set -e
 
 VERSION=$2
-TAR=../libcommons-net2-java_$VERSION.orig.tar.gz
+TAR=../libcommons-net2-java_$VERSION.orig.tar.xz
 DIR=commons-net-$VERSION
 TAG=$(echo "NET_$VERSION" | sed -re's,\.,_,')
 
 svn export http://svn.apache.org/repos/asf/commons/proper/net/tags/${TAG} $DIR
-tar -c -z -f $TAR $DIR
+XZ_OPT=--best tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list