[SCM] KDevelop PHP plugin packaging branch, master, updated. debian/1.0.1-1-15-g5c8c915

Modestas Vainius modax at alioth.debian.org
Mon Jan 3 15:12:01 UTC 2011


The following commit has been merged in the master branch:
commit a11fad3d8a1a6329e4ff037042735a16da800f16
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jan 3 15:45:20 2011 +0200

    Pass CMAKE_MODULE_PATH=/usr/share/cmake/modules/ to cmake.
    
    It does not find kdevelop-pg-qt otherwise.
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d6ccb2..408fe07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ kdevelop-php (1.1.1-0~r1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1: no changes needed.
   * Require kdevplatform-dev 1.1 for building.
   * Build depend on kdevelop-pg-qt.
+  * Pass CMAKE_MODULE_PATH=/usr/share/cmake/modules/ to cmake as it does not
+    find kdevelop-pg-qt otherwise.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 03 Jan 2011 00:21:02 +0200
 
diff --git a/debian/rules b/debian/rules
index 0c56ac3..d7d39f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+override_dh_auto_configure:
+	dh_auto_configure -Skde -- -DCMAKE_MODULE_PATH=/usr/share/cmake/modules/
+
 %:
 	dh $@ --parallel --list-missing --with kde
 

-- 
KDevelop PHP plugin packaging



More information about the pkg-kde-commits mailing list