[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/20.0.1132.43_r143823-1-4-g0d2e43a

Shawn Landden shawnlandden at gmail.com
Tue Jul 17 20:13:15 UTC 2012


The following commit has been merged in the master branch:
commit 0d2e43a9d99b23b9826173c3789cf27212ccae2b
Author: Shawn Landden <shawnlandden at gmail.com>
Date:   Tue Jul 17 13:11:46 2012 -0700

    switch from lmza to xz (lzma2) compression for debs
    
    and drop the Ubuntu special-casing, now that Precise is released
    this isn't an issue.

diff --git a/debian/rules b/debian/rules
index 017e73c..dee7d7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,11 +23,7 @@ DEB_BUILDDIR   := $(SRC_DIR)
 #BUILD_ARGS     := --keep-going
 
 WANT_LZMA_SRC    ?= 0
-ifneq (,$(findstring Ubuntu,$(DEBIAN_DIST)))
-WANT_LZMA_DEBS   ?= 1
-else
-WANT_LZMA_DEBS   ?= 0
-endif
+WANT_XZ_DEBS     ?= 1
 WANT_DEBUG       := 0
 WANT_SYSTEM_LIBS ?= 1
 WANT_SHARED_LIBS ?= 0
@@ -136,8 +132,8 @@ DEB_DH_INSTALLINIT_ARGS += --noscripts --onlyscripts
 DEB_DH_INSTALL_ARGS += --list-missing
 
 # Use lzma instead of gzip inside the debs (passed to dpkg-deb)
-ifeq (1,$(WANT_LZMA_DEBS))
-DEB_DH_BUILDDEB_ARGS += -- -Z lzma
+ifeq (1,$(WANT_XZ_DEBS))
+DEB_DH_BUILDDEB_ARGS += -- -Zxz
 endif
 
 ifeq (1,$(WANT_DEBUG))

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list