[neon/backports-jammy/packagekit-qt/Neon/unstable] debian: Refresh dependencies
Matthias Klumpp
null at kde.org
Wed Mar 15 04:29:32 GMT 2023
Git commit 300fd0e1df3fc37f99c6294dbcdf65ad5856fbe4 by Matthias Klumpp.
Committed on 20/09/2016 at 17:39.
Pushed by carlosdem into branch 'Neon/unstable'.
Refresh dependencies
M +5 -4 debian/control
https://invent.kde.org/neon/backports-jammy/packagekit-qt/commit/300fd0e1df3fc37f99c6294dbcdf65ad5856fbe4
diff --git a/debian/control b/debian/control
index 9d03b03..76341ad 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,10 @@ Priority: optional
Maintainer: Matthias Klumpp <mak at debian.org>
Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
- qtbase5-dev (>= 5.4),
packagekit (>= 1.0),
- pkg-config (>= 0.26)
+ pkg-config (>= 0.26),
+ pkg-kde-tools (>= 0.15.16),
+ qtbase5-dev (>= 5.6)
Standards-Version: 3.9.6
Homepage: http://www.packagekit.org
Vcs-Git: git://anonscm.debian.org/pkg-packagekit/packagekit-qt.git
@@ -18,7 +19,7 @@ Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
-Recommends: packagekit (>= 1.0)
+Suggests: packagekit
Description: Library for accessing PackageKit using Qt5
PackageKit allows performing simple software management tasks over a DBus
interface e.g. refreshing the cache, updating, installing and removing
@@ -30,7 +31,7 @@ Package: libpackagekitqt5-dev
Section: libdevel
Architecture: any
Depends: libpackagekitqt5-0 (= ${binary:Version}),
- qtbase5-dev,
+ qtbase5-dev (>= 5.6),
${misc:Depends}
Description: Library for accessing PackageKit using Qt5 (development files)
PackageKit allows performing simple software management tasks over a DBus
More information about the Neon-commits
mailing list