[SCM] qtdoc packaging branch, master, updated. 3e736a7357e2c9da0a6419326d1ecce9007c3df8

Pino Toscano pino at alioth.debian.org
Sat May 11 13:52:49 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdoc.git;a=commitdiff;h=3e736a7

The following commit has been merged in the master branch:
commit 3e736a7357e2c9da0a6419326d1ecce9007c3df8
Author: Pino Toscano <pino at debian.org>
Date:   Sat May 11 15:52:34 2013 +0200

    do not compress non-html debs with xz
---
 debian/rules |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index ed756c8..073a054 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,4 +39,7 @@ override_dh_installdocs:
 	dh_installdocs --all LGPL_EXCEPTION.txt
 
 override_dh_builddeb:
-	dh_builddeb -- -Zxz
+	# Do not compress the non-html packages with XZ, since the qdoc files
+	# are sqlite3 DBs
+	dh_builddeb $(addprefix -p,$(filter %-doc,$(shell dh_listpackages)))
+	dh_builddeb --remaining-packages -- -Zxz

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list