[SCM] marble packaging branch, kubuntu_unstable, updated. ubuntu/4%15.08.1-0ubuntu1-19-g4948a77

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Sep 23 10:12:33 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/marble.git;a=commitdiff;h=5ec75fc

The following commit has been merged in the kubuntu_unstable branch:
commit 5ec75fc883717e560f0a1986ad20da043b88b41f
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Sep 23 12:08:27 2015 +0200

    fix plugin path for kf5 version
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 33d780a..2404b6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk
 # Move plugins to a soversion specific directory to ease transitions
 # https://bugs.kde.org/show_bug.cgi?id=353078
 marble_soversion := $(shell dh_listpackages | sed -n '/^libmarblewidget/{s/^libmarblewidget//p}')
-marble_plugin_path = /usr/lib/kde4/plugins/marble/$(marble_soversion)
+marble_plugin_path = /usr/lib/${DEB_HOST_MULTIARCH}/marble/plugins/$(marble_soversion)
 
 vendor := $(shell dpkg-vendor --query Vendor)
 

-- 
marble packaging



More information about the pkg-kde-commits mailing list