[SCM] KTorrent library Debian packaging branch, experimental, updated. debian/2.0.1-1-18-g21c8b6e

Pino Toscano pino at moszumanska.debian.org
Fri Sep 1 07:25:39 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 6f2e4d118e6b811e290b48bb9be43c0cb190b27d
Author: Pino Toscano <pino at debian.org>
Date:   Fri Sep 1 09:04:45 2017 +0200

    do not pass -DCMAKE_USE_RELATIVE_PATHS=ON to cmake
---
 debian/changelog | 2 ++
 debian/rules     | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 91a667c..05b70df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libktorrent (2.1-0r1) UNRELEASED; urgency=medium
   * Rename libktorrent6 to libkf5torrent6, according to the new library name.
   * Update install files.
   * Update symbols files.
+  * Do not pass -DCMAKE_USE_RELATIVE_PATHS=ON to cmake, as this option is gone
+    since cmake 3.2.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 05 Jul 2016 08:01:35 +0200
 
diff --git a/debian/rules b/debian/rules
index 8392ea2..1722b3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 export DEB_CPPFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
 export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
 
-override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DCMAKE_USE_RELATIVE_PATHS=ON
-
 override_dh_shlibdeps:
 	dh_shlibdeps
 	dh_sameversiondep

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list