[SCM] telepathy-logger-qt packaging branch, master, updated. debian/15.04.0-2-12-g50a6d99

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 10:27:18 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-logger-qt.git;a=commitdiff;h=16af62c

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

    rules: drop unused cmake vars
---
 debian/changelog | 2 ++
 debian/rules     | 5 +----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 75c6885..23b9b60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ telepathy-logger-qt (17.08.0-0r1) UNRELEASED; urgency=medium
   * Stop using the kde dh addon, and the kde buildsystem, since they both are
     for kdelibs 4.x stuff.
   * Update symbols file.
+  * Stop passing USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR, and LIB_SUFFIX variables
+    to cmake, as they are not used anymore.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 03 Dec 2017 10:49:26 +0100
 
diff --git a/debian/rules b/debian/rules
index f3c4f72..c9a8174 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
-CMAKE_FLAGS = -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR=1
-include /usr/share/dpkg/architecture.mk
-
 %:
 	dh $@ --parallel --list-missing
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_SHARED_LIBS=1 -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" $(CMAKE_FLAGS)
+	dh_auto_configure -- -DBUILD_SHARED_LIBS=1
 
 override_dh_clean:
 	dh_clean

-- 
telepathy-logger-qt packaging



More information about the pkg-kde-commits mailing list