[SCM] KDevelop PHP plugin packaging branch, master, updated. debian/1.2.2-1-17-g81e42cf

Pino Toscano pino at alioth.debian.org
Fri May 18 21:27:38 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-php.git;a=commitdiff;h=1100302

The following commit has been merged in the master branch:
commit 11003026f09b28df8df6b131d4f9bb9bbaab38d8
Author: Pino Toscano <pino at debian.org>
Date:   Fri May 18 22:33:12 2012 +0200

    do not pass CMAKE_MODULE_PATH to cmake
    
    newer kdevelop-pg-qt installs cmake configuration files in the proper place
---
 debian/changelog |    4 ++++
 debian/rules     |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 42e1d60..3c31d79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ kdevelop-php (1.3.1-0r0) UNRELEASED; urgency=low
   * Drop dependency from kdevelop-php-dbg on libc6 [amd64], it's already pulled
     in by kdelibs5-dbg.
 
+  [ Pino Toscano ]
+  * Do not pass CMAKE_MODULE_PATH to cmake, since newer kdevelop-pg-qt installs
+    cmake configuration files in the proper place.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 13 Nov 2011 13:11:24 +0100
 
 kdevelop-php (1.2.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 5f741e3..9fa1ecc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 # 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 --dbg-package=kdevelop-php-dbg
 

-- 
KDevelop PHP plugin packaging



More information about the pkg-kde-commits mailing list