[SCM] korganizer packaging branch, master, updated. debian/4%17.08.3-1-11-gb509017

Pino Toscano pino at moszumanska.debian.org
Sun Dec 31 11:53:59 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/korganizer.git;a=commitdiff;h=51c33bb

The following commit has been merged in the master branch:
commit 51c33bbb264412a188ba4d986a04e2b2db998025
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 31 12:52:33 2017 +0100

    limit kdepim-runtime dep
---
 debian/changelog | 2 ++
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c05210b..cb8027d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ korganizer (4:17.08.3-2) UNRELEASED; urgency=medium
   * Remove unused ${perl:Depends} substvar from korganizer.
   * Update lintian overrides.
   * Remove unused dh_makeshlibs override.
+  * Since kdepim-runtime is available only on few architectures (due to
+    QtWebEngine), limit the dependency on it to amd64 arm64 armhf i386 mipsel.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 26 Dec 2017 10:23:59 +0100
 
diff --git a/debian/control b/debian/control
index ac56fa2..1cb519d 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,8 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/korganizer.git
 
 Package: korganizer
 Architecture: any
-Depends: kdepim-runtime, ${misc:Depends}, ${shlibs:Depends}
+Depends: kdepim-runtime [amd64 arm64 armhf i386 mipsel],
+         ${misc:Depends}, ${shlibs:Depends}
 Homepage: http://kontact.kde.org/korganizer/
 Breaks: kdepim-doc (<< 4:16.12.0),
         ${kde-l10n:all},

-- 
korganizer packaging



More information about the pkg-kde-commits mailing list