[SCM] KTorrent Debian packaging. branch, master, updated. debian/5.1.0-2

Pino Toscano pino at moszumanska.debian.org
Tue Sep 5 19:24:01 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=ea20d3c

The following commit has been merged in the master branch:
commit ea20d3cc882159563f00c3862ce9e1b8d54b2ae1
Author: Pino Toscano <pino at debian.org>
Date:   Fri Sep 1 18:11:31 2017 +0200

    update the flags for cmake
    
    - drop -DCMAKE_USE_RELATIVE_PATHS=ON, obsolete since cmake 3.2
    - switch -DKDE4_BUILD_TESTS=false to -DBUILD_TESTING=OFF, which is what
      ECM provides
---
 debian/changelog | 4 ++++
 debian/rules     | 5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 57b8169..b921cc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,10 @@ ktorrent (5.1.0-0r1) UNRELEASED; urgency=medium
   * Remove obsolete not-installed file.
   * Suggest geoip-database, even if libgeoip1 already recommends it.
     (Closes: #778813)
+  * Update the flags for cmake:
+    - drop -DCMAKE_USE_RELATIVE_PATHS=ON, obsolete since cmake 3.2
+    - switch -DKDE4_BUILD_TESTS=false to -DBUILD_TESTING=OFF, which is what
+      ECM provides
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 02 Jul 2016 23:36:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 98829ef..43cf404 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,8 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DCMAKE_USE_RELATIVE_PATHS=ON \
-	                           -DWITH_SYSTEM_GEOIP:BOOL=ON \
-	                           -DKDE4_BUILD_TESTS=false
+	dh_auto_configure -Skf5 -- -DWITH_SYSTEM_GEOIP:BOOL=ON \
+	                           -DBUILD_TESTING=OFF
 
 override_dh_install:
 	dh_install --fail-missing

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list