[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=79e046e

The following commit has been merged in the master branch:
commit 79e046eb9424de2d8b2b1c0b739635b3d755f281
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 11:20:35 2017 +0100

    rules: stop using dh addon/buildsystem
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e053f2..e6a382e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ telepathy-logger-qt (17.08.0-0r1) UNRELEASED; urgency=medium
   * Remove libtelepathy-logger-qt-dbg in favour of the -dbgsym packages.
   * Bump libtelepathy-qt5-dev build & runtime dependency to >= 0.9.7.
   * Remove the unused bison, and flex build dependencies.
+  * Stop using the kde dh addon, and the kde buildsystem, since they both are
+    for kdelibs 4.x stuff.
 
  -- 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 eac959f..f3c4f72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@ CMAKE_FLAGS = -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR=1
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --with kde --buildsystem=kde --parallel --list-missing
+	dh $@ --parallel --list-missing
 
 override_dh_auto_configure:
-	dh_auto_configure --buildsystem=kde -- -DBUILD_SHARED_LIBS=1 -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" $(CMAKE_FLAGS)
+	dh_auto_configure -- -DBUILD_SHARED_LIBS=1 -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" $(CMAKE_FLAGS)
 
 override_dh_clean:
 	dh_clean

-- 
telepathy-logger-qt packaging



More information about the pkg-kde-commits mailing list