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

Matthias Klumpp mak at moszumanska.debian.org
Wed Apr 20 17:57:08 UTC 2016


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

The following commit has been merged in the master branch:
commit 3fc34064746e6ea3846c62ac13fc3fd63c5a72c9
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed Apr 20 19:56:55 2016 +0200

    Use versioned breaks against libmuon
    
    We want to be able to have both installed at the same time in future...
---
 debian/control | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index a6b82a3..186f2c9 100644
--- a/debian/control
+++ b/debian/control
@@ -64,8 +64,12 @@ Depends: libqapt3-runtime,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: plasma-discover-notifier
-Breaks: libmuon, muon-notifier (<< 4:5.5.3a), muon-updater (<< 4:5.5.3a)
-Replaces: libmuon, muon-notifier (<< 4:5.5.3a), muon-updater (<< 4:5.5.3a)
+Breaks: libmuon (<< 4:5.6),
+        muon-notifier (<< 4:5.5.3a),
+        muon-updater (<< 4:5.5.3a)
+Replaces: libmuon (<< 4:5.6),
+          muon-notifier (<< 4:5.5.3a),
+          muon-updater (<< 4:5.5.3a)
 Description: Update manager for KDE
  Plasma Discover Updater is a graphical update manager for KDE. It is part of
  the Discover family of software and provides an interface similar to that of
@@ -73,9 +77,12 @@ Description: Update manager for KDE
 
 Package: plasma-discover-private
 Architecture: any
-Depends: policykit-1, python3, ${misc:Depends}, ${shlibs:Depends}
-Breaks: libmuon (<< 4:5.5.3a)
-Replaces: libmuon (<< 4:5.5.3a)
+Depends: policykit-1,
+         python3,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: libmuon (<< 4:5.6)
+Replaces: libmuon (<< 4:5.6)
 Description: Private runtime libraries for the Discover suite
  The Discover suite is a collection of software management applications
  built on the KDE platform.
@@ -97,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.
@@ -106,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.
@@ -115,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