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

Charles Plessy plessy at alioth.debian.org
Wed Aug 24 04:14:31 UTC 2011


Author: plessy
Date: 2011-08-24 04:14:30 +0000 (Wed, 24 Aug 2011)
New Revision: 152

Modified:
   gwt/trunk/debian/changelog
   gwt/trunk/debian/rules
Log:
Compress the repacked upstream sources with xz.


Modified: gwt/trunk/debian/changelog
===================================================================
--- gwt/trunk/debian/changelog	2011-08-24 03:40:12 UTC (rev 151)
+++ gwt/trunk/debian/changelog	2011-08-24 04:14:30 UTC (rev 152)
@@ -2,6 +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).
 
  -- Charles Plessy <plessy at debian.org>  Wed, 24 Aug 2011 09:26:43 +0900
 

Modified: gwt/trunk/debian/rules
===================================================================
--- gwt/trunk/debian/rules	2011-08-24 03:40:12 UTC (rev 151)
+++ gwt/trunk/debian/rules	2011-08-24 04:14:30 UTC (rev 152)
@@ -32,6 +32,6 @@
 		svn export -q $(SVNTAG) gwt-$(DEB_UPSTREAM_VERSION).orig && \
 		svn export -q $(SVNTAPESTRY) tapestry-src.zip && \
 		unzip tapestry-src.zip -d gwt-$(DEB_UPSTREAM_VERSION).orig/user/src && \
-		tar czf $(CURDIR)/../gwt_$(DEB_UPSTREAM_VERSION).orig.tar.gz gwt-$(DEB_UPSTREAM_VERSION).orig
+		tar --verbose --create --xz --file $(CURDIR)/../gwt_$(DEB_UPSTREAM_VERSION).orig.tar.xz gwt-$(DEB_UPSTREAM_VERSION).orig
 	rm -rf $(TMP_DIRECTORY)
 




More information about the pkg-eucalyptus-commits mailing list