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

Charles Plessy plessy at alioth.debian.org
Wed Aug 24 06:37:09 UTC 2011


Author: plessy
Date: 2011-08-24 06:37:08 +0000 (Wed, 24 Aug 2011)
New Revision: 160

Modified:
   gwt/trunk/debian/changelog
   gwt/trunk/debian/orig-tar.sh
Log:
Give up xz compression for the moment as svn-buildpackage does not support it.


Modified: gwt/trunk/debian/changelog
===================================================================
--- gwt/trunk/debian/changelog	2011-08-24 05:51:12 UTC (rev 159)
+++ gwt/trunk/debian/changelog	2011-08-24 06:37:08 UTC (rev 160)
@@ -2,8 +2,8 @@
 
   * New upstream release (Closes: #624205).
   * Build-depends on libswt-gtk-3 instead of 3.5 (Closes: #629733).
-  * Switched to source format 3.0 (quilt) and compress upstream source
-    with xz (debian/source/format, debian/patches/series, debian/rules).
+  * Switched to source format 3.0 (quilt) (debian/source/format,
+    debian/patches/series).
   * Added Vcs and Homepage fields to the source paragraph of debian/control.
   * Maintained by the pkg-eucalyptus team (debian/control).
   * Removed XSBC-Original-Maintainer field (debian/control).

Modified: gwt/trunk/debian/orig-tar.sh
===================================================================
--- gwt/trunk/debian/orig-tar.sh	2011-08-24 05:51:12 UTC (rev 159)
+++ gwt/trunk/debian/orig-tar.sh	2011-08-24 06:37:08 UTC (rev 160)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 # $1 = --upstream-version, see uscan(1).
-TAR=gwt_$2.orig.tar.xz
+TAR=gwt_$2.orig.tar.gz
 TMP_DIRECTORY=`mktemp --tmpdir --directory gwt-build.XXXXXXXXXX`
 DIR=libgwt-java-$2.orig
 origDir=`pwd`
@@ -10,7 +10,7 @@
 svn export http://google-web-toolkit.googlecode.com/svn/tags/$2/ $TMP_DIRECTORY/$DIR
 svn export http://google-web-toolkit.googlecode.com/svn/tools/lib/apache/tapestry-util-text-4.0.2-src.zip $TMP_DIRECTORY/tapestry-src.zip
 unzip $TMP_DIRECTORY/tapestry-src.zip -d $TMP_DIRECTORY/$DIR/user/src
-cd $TMP_DIRECTORY && tar --create --xz --file $TAR $DIR
+cd $TMP_DIRECTORY && tar --create --gzip --file $TAR $DIR
 
 # Move to directory 'tarballs' if available.
 if [ -r .svn/deb-layout ]; then




More information about the pkg-eucalyptus-commits mailing list