[SCM] KDE Artwork module packaging branch, master, updated. debian/15.08.3-1-10-g7784585

Pino Toscano pino at moszumanska.debian.org
Sat Jul 23 12:30:46 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdeartwork.git;a=commitdiff;h=f7bd56c

The following commit has been merged in the master branch:
commit f7bd56cd9e47f49fe261628efb274cc3dc8d65f8
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jul 23 14:27:14 2016 +0200

    fix "non-compression"
    
    no compression is not allowed, but we can put a very low compression
    rate to obtain a similar effect
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 04389a9..afee6ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,5 @@ override_dh_auto_configure:
 	  -DBUILD_desktopthemes=OFF
 
 override_dh_builddeb:
-	dh_builddeb -pkdeartwork-wallpapers -- -Znone
+	dh_builddeb -pkdeartwork-wallpapers -- -z0
 	dh_builddeb --remaining-packages

-- 
KDE Artwork module packaging



More information about the pkg-kde-commits mailing list