[SCM] ktp-call-ui packaging branch, master, updated. debian/17.08.1-1-13-g8724e86

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 16:10:46 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-call-ui.git;a=commitdiff;h=c6f3d75

The following commit has been merged in the master branch:
commit c6f3d7523b5f208fdb7b0a7bed126b2d23eda060
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 16:57:19 2017 +0100

    rules: drop extra cmake args (#720578)
---
 debian/changelog | 2 ++
 debian/rules     | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f214aa..e1b2e09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ ktp-call-ui (17.08.3-0r1) UNRELEASED; urgency=medium
     - libktp-dev to >= 17.08.3
     - libtelepathy-logger-qt-dev to >= 17.08
     - libtelepathy-qt5-dev to >= 0.9.7
+  * Do not pass anymore TP_FARSTREAM_INCLUDE_DIRS, and DBUS_INCLUDE_DIR to
+    cmake, as it is not needed. (Closes: #720578)
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 03 Dec 2017 14:23:12 +0100
 
diff --git a/debian/rules b/debian/rules
index 00c935d..2b37d48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,5 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
-CMAKE_FLAGS := \
-    -DTP_FARSTREAM_INCLUDE_DIRS=/usr/include/telepathy-1.0 \
-    -DDBUS_INCLUDE_DIR=/usr/include/dbus-1.0
-
-override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKE_FLAGS)
-
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='kde-telepathy-call-ui (<= 16.04.0-1~~)'

-- 
ktp-call-ui packaging



More information about the pkg-kde-commits mailing list