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

Pino Toscano pino at moszumanska.debian.org
Sun Jun 18 10:50:56 UTC 2017


Author: pino
Date: 2017-06-18 10:50:56 +0000 (Sun, 18 Jun 2017)
New Revision: 20780

Modified:
   kde-extras/smb4k/trunk/debian/changelog
   kde-extras/smb4k/trunk/debian/rules
Log:
pass -DINSTALL_HEADER_FILES=OFF to cmake


Modified: kde-extras/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2017-06-18 10:49:19 UTC (rev 20779)
+++ kde-extras/smb4k/trunk/debian/changelog	2017-06-18 10:50:56 UTC (rev 20780)
@@ -16,6 +16,8 @@
     - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Bump the cmake build dependency to 3.3, according to the upstream build
     system.
+  * Pass -DINSTALL_HEADER_FILES=OFF to cmake, to make sure no header is
+    installed.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 18 Jun 2017 12:39:29 +0200
 

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2017-06-18 10:49:19 UTC (rev 20779)
+++ kde-extras/smb4k/trunk/debian/rules	2017-06-18 10:50:56 UTC (rev 20780)
@@ -6,5 +6,5 @@
 	dh $@ --parallel --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DINSTALL_PLASMOID=false
+	dh_auto_configure -- -DINSTALL_PLASMOID=false -DINSTALL_HEADER_FILES=OFF
 




More information about the pkg-kde-commits mailing list