[SCM] koko packaging branch, kubuntu_unstable, updated. 41d8f48ce2dff564474f1f2fc52abf8e4f774858

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jun 23 01:35:11 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/koko.git;a=commitdiff;h=41d8f48

The following commit has been merged in the kubuntu_unstable branch:
commit 41d8f48ce2dff564474f1f2fc52abf8e4f774858
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Jun 23 03:34:44 2015 +0200

    KDE Extras packages should use --with kf5
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index fbbc478..4e6779c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-
 GEONAME_DATA_FILES := cities1000.zip admin1CodesASCII.txt admin2Codes.txt
 GEONAME_DUMPS := $(addprefix debian/geonames/, $(GEONAME_DATA_FILES))
 GEONAME_SRCS := $(addprefix src/, $(GEONAME_DATA_FILES))
 
+%:
+	dh $@ --with kf5 --parallel
+
 debian/geonames/%:
 	mkdir -p debian/geonames/
 	cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*

-- 
koko packaging



More information about the pkg-kde-commits mailing list