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

Shawn Landden shawnlandden at gmail.com
Fri Aug 10 16:44:32 UTC 2012


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

    Revert "compress source tarball as xz"
    
    This reverts commit 2bb621ae4bda04c94079259d930732bf0b481073.
    
    Delay this until after wheezy is released.

diff --git a/debian/rules b/debian/rules
index c0adbb1..c756de7 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_XZ_SRC      ?= 1
+WANT_LZMA_SRC    ?= 0
 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_XZ_SRC))
-TAR_EXT   := xz
-TAR_FLAGS := --xz
+ifeq (1,$(WANT_LZMA_SRC))
+TAR_EXT   := lzma
+TAR_FLAGS := --lzma
 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