r29374 - in /tools/gnome-pkg-tools: 1/rules/gnome-get-source.mk debian/changelog

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Aug 11 15:38:49 UTC 2011


Author: joss
Date: Thu Aug 11 15:38:48 2011
New Revision: 29374

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29374
Log:
* gnome-get-source.mk:
  + Make tar.xz the default extension now that the archive supports 
    it.

Modified:
    tools/gnome-pkg-tools/1/rules/gnome-get-source.mk
    tools/gnome-pkg-tools/debian/changelog

Modified: tools/gnome-pkg-tools/1/rules/gnome-get-source.mk
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/1/rules/gnome-get-source.mk?rev=29374&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/gnome-get-source.mk [utf-8] (original)
+++ tools/gnome-pkg-tools/1/rules/gnome-get-source.mk [utf-8] Thu Aug 11 15:38:48 2011
@@ -21,7 +21,7 @@
 DEB_SOURCE_FORMAT := $(shell cat debian/source/format 2>/dev/null || echo 1.0)
 
 ifeq ($(DEB_SOURCE_FORMAT),3.0 (quilt))
-  TARBALL_EXT ?= tar.bz2
+  TARBALL_EXT ?= tar.xz
 else
   TARBALL_EXT ?= tar.gz
 endif

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=29374&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/changelog [utf-8] Thu Aug 11 15:38:48 2011
@@ -1,3 +1,11 @@
+gnome-pkg-tools (0.19.0) UNRELEASED; urgency=low
+
+  * gnome-get-source.mk:
+    + Make tar.xz the default extension now that the archive supports 
+      it.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 11 Aug 2011 17:37:52 +0200
+
 gnome-pkg-tools (0.18.1) unstable; urgency=low
 
   * Team upload.




More information about the pkg-gnome-commits mailing list