[neon/backports-jammy/packagekit-qt/Neon/unstable] debian: Do not depend on system-interface virtual package

Matthias Klumpp null at kde.org
Wed Mar 15 04:29:31 GMT 2023


Git commit ba3cbfa80a881d4ad7ae69b1b6444cc6242b5a84 by Matthias Klumpp.
Committed on 04/06/2013 at 12:50.
Pushed by carlosdem into branch 'Neon/unstable'.

Do not depend on system-interface virtual package

M  +2    -2    debian/control

https://invent.kde.org/neon/backports-jammy/packagekit-qt/commit/ba3cbfa80a881d4ad7ae69b1b6444cc6242b5a84

diff --git a/debian/control b/debian/control
index b5711dc..5cd1d89 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Matthias Klumpp <mak at debian.org>
 Build-Depends: cmake (>= 2.8),
                debhelper (>= 9),
                libqt4-dev (>= 4.8),
-               packagekit (>= 0.8.6),
+               packagekit (>= 0.8.8),
                pkg-config (>= 0.26)
 Standards-Version: 3.9.4
 Homepage: http://www.packagekit.org
@@ -18,7 +18,7 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Recommends: packagekit-system-interface | packagekit (>= 0.8.6)
+Recommends: packagekit (>= 0.8.8)
 Description: Library for accessing PackageKit using Qt4
  PackageKit allows performing simple software management tasks over a DBus
  interface e.g. refreshing the cache, updating, installing and removing



More information about the Neon-commits mailing list