[SCM] KDE Discover packaging branch, master, updated. debian/5.6.2-1-25-g10e1ccb

Matthias Klumpp mak at moszumanska.debian.org
Wed May 11 20:05:51 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-discover.git;a=commitdiff;h=c7877ef

The following commit has been merged in the master branch:
commit c7877ef8a5f296bb288dc4a3a234c75c47760e86
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed May 11 22:01:01 2016 +0200

    Drop unneeded build dependencies
---
 debian/control | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 564be1b..4a1d642 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: cmake (>= 2.8.12),
                kio-dev (>= 5.16.0~),
                libappstreamqt-dev (>= 0.9.2~),
                libdebconf-kde-dev (>= 1.0.0),
-               libkf5archive-dev,
                libkf5attica-dev (>= 5.16.0~),
                libkf5config-dev (>= 5.16.0~),
                libkf5configwidgets-dev (>= 5.16.0~),
@@ -79,7 +78,9 @@ Description: Update manager for KDE
 
 Package: plasma-discover-private
 Architecture: any
-Depends: policykit-1, python3, ${misc:Depends}, ${shlibs:Depends}
+Depends: policykit-1,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: libmuon (<< 4:5.6)
 Replaces: libmuon (<< 4:5.6)
 Description: Private runtime libraries for the Discover suite
@@ -103,7 +104,8 @@ Package: muon-discover
 Architecture: all
 Section: oldlibs
 Priority: extra
-Depends: plasma-discover, ${misc:Depends}
+Depends: plasma-discover,
+         ${misc:Depends}
 Description: Transitional package (muon-discover -> plasma-discover)
  This is a transitional package for plasma-discover and can safely be
  removed.
@@ -112,7 +114,8 @@ Package: muon-updater
 Architecture: all
 Section: oldlibs
 Priority: extra
-Depends: plasma-discover-updater, ${misc:Depends}
+Depends: plasma-discover-updater,
+         ${misc:Depends}
 Description: Transitional package (muon-updater -> plasma-discover-updater)
  This is a transitional package updating muon-updater to plasma-discover-updater
  and can safely be removed.
@@ -121,7 +124,8 @@ Package: muon-notifier
 Architecture: all
 Section: oldlibs
 Priority: extra
-Depends: plasma-discover-updater, ${misc:Depends}
+Depends: plasma-discover-updater,
+         ${misc:Depends}
 Description: Transitional package (muon-notifier -> plasma-discover-updater)
  This is a transitional package updating muon-notifier to
  plasma-discover-updater and can safely be removed.

-- 
KDE Discover packaging



More information about the pkg-kde-commits mailing list