[pkg-java] r18808 - trunk/maven-reporting-impl/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 6 19:33:44 UTC 2015


Author: ebourg-guest
Date: 2015-08-06 19:33:44 +0000 (Thu, 06 Aug 2015)
New Revision: 18808

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



Modified: trunk/maven-reporting-impl/debian/changelog
===================================================================
--- trunk/maven-reporting-impl/debian/changelog	2015-08-06 12:21:33 UTC (rev 18807)
+++ trunk/maven-reporting-impl/debian/changelog	2015-08-06 19:33:44 UTC (rev 18808)
@@ -1,3 +1,10 @@
+maven-reporting-impl (2.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 06 Aug 2015 21:33:22 +0200
+
 maven-reporting-impl (2.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/maven-reporting-impl/debian/orig-tar.sh
===================================================================
--- trunk/maven-reporting-impl/debian/orig-tar.sh	2015-08-06 12:21:33 UTC (rev 18807)
+++ trunk/maven-reporting-impl/debian/orig-tar.sh	2015-08-06 19:33:44 UTC (rev 18808)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-reporting-impl_$VERSION.orig.tar.gz
+TAR=../maven-reporting-impl_$VERSION.orig.tar.xz
 DIR=maven-reporting-impl-$VERSION
 TAG=$(echo "maven-reporting-impl-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/shared/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