[SCM] kwave packaging branch, master, updated. 2419bc09882b8a2f62381778eb5220dfbede4642

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Feb 23 15:55:53 UTC 2017


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

The following commit has been merged in the master branch:
commit 2419bc09882b8a2f62381778eb5220dfbede4642
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Feb 23 15:23:38 2017 +0000

    switch to debian-qt-kde.mk
---
 debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index c1fd540..bf2515b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 ifneq ($(DEB_HOST_ARCH_OS),linux)
@@ -8,14 +10,8 @@ endif
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
-%:
-	dh $@ --parallel --with kf5
-
 override_dh_auto_configure:
 	dh_auto_configure -- -DWITH_MP3=ON $(DEB_CMAKE_CUSTOM_FLAGS)
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='kwave-dbg (<< 0.9.2-1-1~)'
-
-override_dh_auto_test:
-	true

-- 
kwave packaging



More information about the pkg-kde-commits mailing list