[SCM] ki18n packaging branch, master, updated. debian/5.37.0-2-84-g4be052e

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:42:52 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/ki18n.git;a=commitdiff;h=9b5daa2

The following commit has been merged in the master branch:
commit 9b5daa2ab62369163f613e0944141cc04b7337a9
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Dec 12 12:25:00 2017 -0300

    Move away from dhmk
    
    Gbp-Dch: Ignore
---
 debian/rules | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1578da2..e62388f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DBUILD_QCH=ON
+	dh_auto_configure -- -DBUILD_QCH=ON
 
 override_dh_strip:
-	$(overridden_command) --dbgsym-migration='libkf5i18n5-dbg (<= 5.19.0-1~~)'
+	dh_strip --dbgsym-migration='libkf5i18n5-dbg (<= 5.19.0-1~~)'
 
-.PHONY: override_dh_auto_test
+override_dh_auto_test:
+	# Disable auto tests at build time
+	:

-- 
ki18n packaging



More information about the pkg-kde-commits mailing list