[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/21.0.1180.57_r148591-1-4-g2bb621a

Shawn Landden shawnlandden at gmail.com
Wed Aug 8 18:35:23 UTC 2012


The following commit has been merged in the master branch:
commit 2bb621ae4bda04c94079259d930732bf0b481073
Author: Shawn Landden <shawnlandden at gmail.com>
Date:   Wed Aug 8 11:33:26 2012 -0700

    compress source tarball as xz
    
    This will make uncompression on slow arches like arm much easier,
    and we don't have to worry about Lucid not supporting xz anymore,
    now that Precise has been released.

diff --git a/debian/rules b/debian/rules
index c756de7..c0adbb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ LIB_DIR        := usr/lib/$(DEBIAN_NAME)
 DEB_BUILDDIR   := $(SRC_DIR)
 #BUILD_ARGS     := --keep-going
 
-WANT_LZMA_SRC    ?= 0
+WANT_XZ_SRC      ?= 1
 WANT_XZ_DEBS     ?= 1
 WANT_DEBUG       := 0
 WANT_SYSTEM_LIBS ?= 1
@@ -199,9 +199,9 @@ ifeq (4.4,$(CC_VERSION))
 GYP_DEFINES += no_strict_aliasing=1 gcc_version=44
 endif
 
-ifeq (1,$(WANT_LZMA_SRC))
-TAR_EXT   := lzma
-TAR_FLAGS := --lzma
+ifeq (1,$(WANT_XZ_SRC))
+TAR_EXT   := xz
+TAR_FLAGS := --xz
 DEB_TARBALL = $(wildcard *.tar.bz2 *.tar.$(TAR_EXT))
 else
 TAR_EXT   := bz2

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list