[SCM] KDE API documentation packaging branch, master, updated. d84d4858ba8951f9018f09399579dd2826ec4e55

Pino Toscano pino at alioth.debian.org
Thu Oct 27 19:43:31 UTC 2011


The following commit has been merged in the master branch:
commit 520b20e1ae98d9d9c2bc762775180d1e1a04a1bd
Author: Pino Toscano <pino at debian.org>
Date:   Thu Oct 27 21:29:50 2011 +0200

    compress the -doc-html debs as XZ
    
    this should reduce their space a bit more, leaving the others as bzip2
    
    set a dpkg b-d to 1.15.6 to handle the XZ compression
---
 debian/control |    3 ++-
 debian/rules   |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index dcee15d..78ff48d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: doc
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: debhelper (>= 7.4.10), doxygen (>= 1.5.7), graphviz,
+Build-Depends: debhelper (>= 7.4.10), dpkg (>= 1.15.6),
+ doxygen (>= 1.5.7), graphviz,
  qt4-dev-tools, qt4-doc, qt4-doc-html
 Standards-Version: 3.9.2
 Homepage: http://www.kde.org/
diff --git a/debian/rules b/debian/rules
index c14e457..fdb22f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,8 @@ override_dh_compress:
 	dh_compress -X.qch -X.tag
 
 override_dh_builddeb:
-	dh_builddeb -- -Zbzip2
+	dh_builddeb $(addprefix -p,$(filter %-doc-html,$(shell dh_listpackages))) -- -Zxz
+	dh_builddeb --remaining-packages -- -Zbzip2
 
 update_copyrights:
 	for cf in `ls debian/copyright.d/* | grep -v template | xargs -n1 basename`; do \

-- 
KDE API documentation packaging



More information about the pkg-kde-commits mailing list