[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#657243: [PATCH] debian-qt-kde.mk: Use xz compression by default



Control: tag -1 + patch

I have attached a patch to change to compression for packages using
pkg-kde-tools' qt-kde-team/2/debian-qt-kde.mk (thanks to Modestas
Vainius).

Please consider applying it for wheezy.  We can then wait for 4.8.5 or
later prepare uploads should that not make it to wheezy.

Ansgar
>From 44bde31a8807b3acbe53c78d4ba3ad07d8a2e235 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <ansgar@debian.org>
Date: Sat, 4 Aug 2012 13:39:47 +0200
Subject: [PATCH] debian-qt-kde.mk: Use xz compression by default. (Closes:
 #657243)

---
 qt-kde-team/2/debian-qt-kde.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/qt-kde-team/2/debian-qt-kde.mk b/qt-kde-team/2/debian-qt-kde.mk
index d4feac9..d976b62 100644
--- a/qt-kde-team/2/debian-qt-kde.mk
+++ b/qt-kde-team/2/debian-qt-kde.mk
@@ -27,6 +27,9 @@ include $(dqk_dir)list-missing.mk
 # KDE packages are parallel safe. Add --parallel to dh_auto_% commands
 $(call set_command_options,dh_auto_%, += --parallel)
 
+# Use xz compression by default
+$(call set_command_options,dh_builddeb, += -u-Zxz)
+
 # Link with --as-needed by default
 # (subject to be moved to kde dh addon/debhelper buildsystem)
 dqk_link_with_as_needed ?= yes
-- 
1.7.10.4


Reply to: