[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/21.0.1180.75_r150248-1-3-gc765d0e

Giuseppe Iuculano iuculano at debian.org
Fri Aug 10 17:06:43 UTC 2012


The following commit has been merged in the master branch:
commit c765d0e484369c3b53bc966f0f35038615509ec3
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Fri Aug 10 19:07:18 2012 +0200

    Revert "Revert "compress source tarball as xz""
    
    This reverts commit d9f4df059080aa6c2b8dc79d31c67dbef38f13b4.
    
    Already included in latest upload

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