[SCM] Konversation packaging for Debian branch, master, updated. debian/1.6-3-11-gc8c9995

Pino Toscano pino at moszumanska.debian.org
Fri Jul 22 05:13:35 UTC 2016


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

The following commit has been merged in the master branch:
commit 8e9410c36758b7e2eb7d32336e88c37a27de1006
Author: Pino Toscano <pino at debian.org>
Date:   Fri Jul 22 06:40:50 2016 +0200

    stop passing -DCMAKE_USE_RELATIVE_PATHS=ON
    
    since this option is no more used in newer CMake versions
---
 debian/changelog | 2 ++
 debian/rules     | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a60bc58..640afdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ konversation (1.6.1-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Stop passing -DCMAKE_USE_RELATIVE_PATHS=ON, since this option is no more
+    used in newer CMake versions.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 22 Jul 2016 06:38:02 +0200
 
diff --git a/debian/rules b/debian/rules
index b8f79f9..7644a69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
 
 #DEB_KDE_LINK_WITH_AS_NEEDED := yes
 
-override_dh_auto_configure:
-	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON
-
 override_dh_install:
 	dh_install
 	# Install scripts README (and rename)

-- 
Konversation packaging for Debian



More information about the pkg-kde-commits mailing list