rev 21119 - kde-extras/smb4k/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Apr 11 05:36:56 UTC 2018


Author: pino
Date: 2018-04-11 05:36:56 +0000 (Wed, 11 Apr 2018)
New Revision: 21119

Modified:
   kde-extras/smb4k/trunk/debian/changelog
   kde-extras/smb4k/trunk/debian/rules
Log:
use right buildsystem for dh_auto_configure


Modified: kde-extras/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2018-04-11 05:36:11 UTC (rev 21118)
+++ kde-extras/smb4k/trunk/debian/changelog	2018-04-11 05:36:56 UTC (rev 21119)
@@ -9,6 +9,7 @@
     - bump the debhelper build dependency to 11~
     - bump compat to 11
     - remove --parallel for dh, as now done by default
+  * Make sure to call dh_auto_configure with the kf5 buildsystem.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 11 Apr 2018 07:20:32 +0200
 

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2018-04-11 05:36:11 UTC (rev 21118)
+++ kde-extras/smb4k/trunk/debian/rules	2018-04-11 05:36:56 UTC (rev 21119)
@@ -6,7 +6,7 @@
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DINSTALL_PLASMOID=false -DINSTALL_HEADER_FILES=OFF
+	dh_auto_configure -Skf5 -- -DINSTALL_PLASMOID=false -DINSTALL_HEADER_FILES=OFF
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list