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

Pino Toscano pino at alioth.debian.org
Wed Jul 27 20:56:53 UTC 2011


The following commit has been merged in the master branch:
commit a3fd421464bf422f46a5378a71d1eb2e05435d0b
Author: Pino Toscano <pino at debian.org>
Date:   Wed Jul 27 22:24:31 2011 +0200

    compress the .deb with bzip2
    
    this should give a noticeable size shrink, especially for kdelibs5-doc-html
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 69e98b4..c14e457 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,6 +75,9 @@ override_dh_auto_clean:
 override_dh_compress:
 	dh_compress -X.qch -X.tag
 
+override_dh_builddeb:
+	dh_builddeb -- -Zbzip2
+
 update_copyrights:
 	for cf in `ls debian/copyright.d/* | grep -v template | xargs -n1 basename`; do \
 	  fixedcf=`echo $${cf} | sed -e 's,kde4libs,kdelibs,'` ; \

-- 
KDE API documentation packaging



More information about the pkg-kde-commits mailing list