[Pkg-chromium-commit] [pkg-chromium] 01/01: rules: dpkg compresses .deb files with xz by default now

Shawn Landden shawnl-guest at alioth.debian.org
Mon Sep 23 15:41:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

shawnl-guest pushed a commit to branch master
in repository pkg-chromium.

commit 6d027f1b0d2323f78f4d611be908c476f8168156
Author: Shawn Landden <shawn at churchofgit.com>
Date:   Mon Sep 23 08:39:44 2013 -0700

    rules: dpkg compresses .deb files with xz by default now
---
 debian/rules |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 26f9e07..507355a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,6 @@ DEB_BUILDDIR   := $(SRC_DIR)
 #BUILD_ARGS     := --keep-going
 
 WANT_XZ_SRC      ?= 1
-WANT_XZ_DEBS     ?= 1
 WANT_DEBUG       := 0
 WANT_SYSTEM_LIBS ?= 1
 WANT_SHARED_LIBS ?= 0
@@ -122,7 +121,6 @@ GYP_DEFINES += \
 	$(NULL)
 endif
 
-WANT_LZMA_DEBS := 0
 WANT_TESTS     := 0
 else
 ifeq (amd64,$(DEB_HOST_ARCH_CPU))
@@ -142,11 +140,6 @@ DEB_DH_INSTALLINIT_ARGS += --noscripts --onlyscripts
 # don't miss installing newly added files in new upstream releases
 DEB_DH_INSTALL_ARGS += --list-missing
 
-# Use lzma instead of gzip inside the debs (passed to dpkg-deb)
-ifeq (1,$(WANT_XZ_DEBS))
-DEB_DH_BUILDDEB_ARGS += -- -Zxz
-endif
-
 ifeq (1,$(WANT_DEBUG))
 BUILD_TYPE := Debug
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list