[SCM] KDE metapackages branch, master, updated. debian/5%93-4-g07bb24f

Pino Toscano pino at moszumanska.debian.org
Wed Dec 20 18:10:45 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/meta-kde.git;a=commitdiff;h=ac366b6

The following commit has been merged in the master branch:
commit ac366b6e7cffcecb8907743377758326a4b7c2ba
Author: Pino Toscano <pino at debian.org>
Date:   Wed Dec 20 19:09:04 2017 +0100

    take over kdepim metapackage
---
 debian/changelog |  4 ++++
 debian/control   | 26 ++++++++++++++++++++++++++
 debian/rules     |  2 +-
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0678efc..6bffaa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ meta-kde (5:94) UNRELEASED; urgency=medium
   * Add a couple of variables in rules to deal with "adopted" metapackages from
     other sources, making sure their version is higher than what already in
     unstable; this is temporary until the next bump of the KDE version.
+  * Move the kdepim metapackage to this source; since some of the components
+    depend (directly or indirectly) on QtWebEngine, limit the architectures of
+    akonadiconsole, akregator, blogilo, kalarm, kdepim-addons, kdepim-runtime,
+    kmail, and kontact to amd64 arm64 armhf i386 mipsel.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 20 Dec 2017 18:39:17 +0100
 
diff --git a/debian/control b/debian/control
index f78f576..076b09f 100644
--- a/debian/control
+++ b/debian/control
@@ -290,6 +290,32 @@ Description: networking applications from the official KDE release
  This metapackage includes networking applications provided with the official
  release of KDE.
 
+Package: kdepim
+Architecture: any
+Depends: accountwizard (>= ${kdepim:Version}),
+         akonadiconsole (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         akregator (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         blogilo (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         kaddressbook (>= ${kdepim:Version}),
+         kalarm (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         kdepim-runtime (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         kleopatra (>= ${kdepim:Version}),
+         kmail (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         knotes (>= ${kdepim:Version}),
+         konsolekalendar (>= ${kdepim:Version}),
+         kontact (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
+         korganizer (>= ${kdepim:Version}),
+         ${misc:Depends}
+Recommends: kdepim-addons [amd64 arm64 armhf i386 mipsel], kdepim-doc
+Description: Personal Information Management apps from the official KDE release
+ KDE (the K Desktop Environment) is a powerful Open Source graphical
+ desktop environment for Unix workstations. It combines ease of use,
+ contemporary functionality, and outstanding graphical design with the
+ technological superiority of the Unix operating system.
+ .
+ This metapackage includes a collection of Personal Information Management
+ (PIM) desktop applications provided with the official release of KDE.
+
 Package: kdesdk
 Architecture: any
 Depends: cervisia (>= ${kde:Version}),
diff --git a/debian/rules b/debian/rules
index 215637a..ba637a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEV_PREV_VERSION := 4:4.11.3
 
 KDE_VERSION_METAPKGS := kdeaccessibility kdeadmin kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdesdk kdetoys kdeutils
 
-KDE_VERSION_METAPKGS_ADOPTED :=
+KDE_VERSION_METAPKGS_ADOPTED := kdepim
 MINIMUM_KDE_VERSION_ADOPTED := 4:16.04.3
 
 BINARY_VERSION_NO_EPOCH := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(\([[:digit:]]\+\):\)\?/./')

-- 
KDE metapackages



More information about the pkg-kde-commits mailing list