package: kdeartwork-wallpapers
severity: wishlist
tags: patch

Hi,

 kdeartwork-wallpapers is compressed with xz but it's not efficient
 and consume more CPU time.
 
$ LANG=C ls -al data.tar*
-rw-r--r-- 1 henrich henrich 119828480 Oct 22 21:44 data.tar
-rw-r--r-- 1 henrich henrich 118789125 Oct 22 21:44 data.tar.gz
-rw-r--r-- 1 henrich henrich 118470816 Oct 22 21:43 data.tar.xz

 Just use "dh_builddeb -- -Znone" is best for everyone, IMO.

normal (-Zxz)
real    4m52.021s
user    3m43.488s
sys     0m25.736s

-Znone
real    3m52.981s
user    2m41.056s
sys     0m24.968s

 You can save each one minute for build.

 I'm not sure it's best for all binary packages from this source
 package or not (just check kdeartwork-wallpapers).

 But anyway, patch attached as below (quite simple, right? :-)


--- kdeartwork-4.14.2/debian/rules      2014-10-22 05:56:12.000000000 +0900
+++ kdeartwork-4.14.2.modified/debian/rules     2014-10-22 22:00:27.128453291 
+0900
@@ -4,3 +4,6 @@
 
 override_dh_strip:
        $(overridden_command) --dbg-package=kdeartwork-dbg
+
+override_dh_builddeb:
+       dh_builddeb -- -Znone


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141022223934.38a998f5f710fb086d464...@debian.or.jp

Reply via email to