[pkg-eucalyptus-commits] r286 - gwt/trunk/debian

Charles Plessy plessy at alioth.debian.org
Sat Nov 3 07:50:50 UTC 2012


Author: plessy
Date: 2012-11-03 07:50:49 +0000 (Sat, 03 Nov 2012)
New Revision: 286

Modified:
   gwt/trunk/debian/changelog
   gwt/trunk/debian/orig-tar.sh
Log:
Compress source with XZ.


Modified: gwt/trunk/debian/changelog
===================================================================
--- gwt/trunk/debian/changelog	2012-11-03 07:48:52 UTC (rev 285)
+++ gwt/trunk/debian/changelog	2012-11-03 07:50:49 UTC (rev 286)
@@ -4,6 +4,7 @@
   * debian/watch: mangle -rc to ~rc, so that 2.5.0-rc2 sorts before 2.5.0.
   * Normalised debian/control with cme (Config::Model). 
   * Hand over to the Debian Java team (debian/control, closes: #684453).
+  * Compress source with XZ (debian/orig-tar.sh). 
 
  -- Charles Plessy <plessy at debian.org>  Sat, 03 Nov 2012 09:46:45 +0900
 

Modified: gwt/trunk/debian/orig-tar.sh
===================================================================
--- gwt/trunk/debian/orig-tar.sh	2012-11-03 07:48:52 UTC (rev 285)
+++ gwt/trunk/debian/orig-tar.sh	2012-11-03 07:50:49 UTC (rev 286)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 # $1 = --upstream-version, see uscan(1).
-TAR=gwt_$2.orig.tar.gz
+TAR=gwt_$2.orig.tar.xz
 TMP_DIRECTORY=`mktemp --tmpdir --directory gwt-build.XXXXXXXXXX`
 DIR=libgwt-java-$2.orig
 origDir=`pwd`
@@ -16,7 +16,7 @@
                                  eclipse/settings/code-style/gwt-customchecks.jar\
                                  dev/core/test/com/google/gwt/dev/resource/impl/testdata\
                                  eclipse
-cd $TMP_DIRECTORY && tar --create --gzip --file $TAR $DIR
+cd $TMP_DIRECTORY && tar --create --xz --file $TAR $DIR
 
 # Move to directory 'tarballs' if available.
 if [ -r .svn/deb-layout ]; then




More information about the pkg-eucalyptus-commits mailing list