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

Matthias Klumpp mak at moszumanska.debian.org
Wed May 4 17:57:27 UTC 2016


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

The following commit has been merged in the master branch:
commit c489de287aa2d8eb3ba25e3387d8ba26a0ff0dc0
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed May 4 19:40:34 2016 +0200

    Use PackageKit backend by default
    
    Just give it a test-run for now, so all bugs can be ironed out upstream
    before we release Stretch.
---
 debian/control                         | 6 +++---
 debian/plasma-discover-private.install | 3 ---
 debian/plasma-discover-updater.install | 1 -
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 186f2c9..6731e78 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: cmake (>= 2.8.12),
                libkf5solid-dev (>= 5.16.0~),
                libkf5wallet-dev (>= 5.16.0~),
                libkf5widgetsaddons-dev (>= 5.16.0~),
-               libqapt-dev (>= 3.0.0),
+               libpackagekitqt5-dev (>= 0.9.5),
                libqca-qt5-2-dev,
                libqt5svg5-dev (>= 5.4.0~),
                pkg-config,
@@ -41,7 +41,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/plasma/plasma-discover.git
 Package: plasma-discover
 Architecture: any
 Depends: appstream,
-         libqapt3-runtime,
+         packagekit,
          plasma-discover-common (= ${source:Version}),
          plasma-discover-private (= ${binary:Version}),
          ${misc:Depends},
@@ -59,7 +59,7 @@ Description: Utility for browsing, installing and removing software
 
 Package: plasma-discover-updater
 Architecture: any
-Depends: libqapt3-runtime,
+Depends: packagekit,
          plasma-discover-private (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/plasma-discover-private.install b/debian/plasma-discover-private.install
index 7ef5100..0ac992e 100644
--- a/debian/plasma-discover-private.install
+++ b/debian/plasma-discover-private.install
@@ -1,8 +1,5 @@
-etc/dbus-1/system.d/org.kde.muon.repo.conf
-usr/lib/*/libexec/muon_repo_helper
 usr/lib/*/plasma-discover/*
 usr/lib/*/qt5/plugins/discover-notifier/
 usr/lib/*/qt5/plugins/discover/
 usr/lib/*/qt5/qml/org/kde/discover/
-usr/share/dbus-1/system-services/org.kde.muon.repo.service
 usr/share/libdiscover/
diff --git a/debian/plasma-discover-updater.install b/debian/plasma-discover-updater.install
index f831313..17324c4 100644
--- a/debian/plasma-discover-updater.install
+++ b/debian/plasma-discover-updater.install
@@ -4,4 +4,3 @@ usr/share/knotifications5/
 usr/share/kservices5/plasma-applet-org.kde.discovernotifier.desktop
 usr/share/kxmlgui5/plasmadiscoverupdater/
 usr/share/plasma/plasmoids/org.kde.discovernotifier/
-usr/share/polkit-1/actions/org.kde.muon.repo.policy

-- 
KDE Discover packaging



More information about the pkg-kde-commits mailing list