[SCM] Amarok packaging branch, master, updated. debian/2.8.0-6-5-g4225de2
Pino Toscano
pino at moszumanska.debian.org
Fri Dec 23 15:29:14 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/amarok.git;a=commitdiff;h=df88b19
The following commit has been merged in the master branch:
commit df88b190fcb5ad94fd693ea15c6634ce8eac27bc
Author: Pino Toscano <pino at debian.org>
Date: Fri Dec 23 15:25:34 2016 +0100
cmake: drop -DCMAKE_USE_RELATIVE_PATHS=ON
it is no more supported in recent versions
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c9ff652..623d613 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ amarok (2.8.0-7) UNRELEASED; urgency=medium
- add the libmygpo-qt-dev >= 1.0.9-2~ build dependency, with the version
required because of #838229
- update install files
+ * Drop -DCMAKE_USE_RELATIVE_PATHS=ON from the CMake flags: it is no more
+ supported in recent versions.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Fri, 23 Dec 2016 15:00:55 +0100
diff --git a/debian/rules b/debian/rules
index d8d5ebb..1b2d9f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ifeq (alpha,$(shell dpkg-architecture -qDEB_HOST_ARCH))
endif
override_dh_auto_configure:
- dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON -DKDE4_BUILD_TESTS=false
+ dh_auto_configure -Skde -- -DKDE4_BUILD_TESTS=false
override_dh_bugfiles:
dh_bugfiles -A
--
Amarok packaging
More information about the pkg-kde-commits
mailing list