[neon/kf6/kf6-kdeclarative/Neon/unstable] debian: make use of provides for reverse dep resolution
Carlos De Maine
null at kde.org
Fri Nov 3 03:39:45 GMT 2023
Git commit c77440408883edf82c49b6a7de8064b70bbb0507 by Carlos De Maine.
Committed on 03/11/2023 at 04:39.
Pushed by carlosdem into branch 'Neon/unstable'.
make use of provides for reverse dep resolution
M +22 -6 debian/control
https://invent.kde.org/neon/kf6/kf6-kdeclarative/-/commit/c77440408883edf82c49b6a7de8064b70bbb0507
diff --git a/debian/control b/debian/control
index d417e54..6e06ea8 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,20 @@ Architecture: any
Section: kde
X-Neon-MergedPackage: true
Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kpackagelauncherqml6,
+ libkf6calendarevents6,
+ libkf6declarative-data,
+ libkf6declarative6,
+ libkf6quickaddons6,
+ qml6-module-org-kde-draganddrop,
+ qml6-module-org-kde-kcm,
+ qml6-module-org-kde-kconfig,
+ qml6-module-org-kde-graphicaleffects,
+ qml6-module-org-kde-kcoreaddons,
+ qml6-module-org-kde-kquickcontrols,
+ qml6-module-org-kde-kquickcontrolsaddons,
+ qml6-module-org-kde-kwindowsystem,
+ qtdeclarative6-kf6declarative,
Description: commandline tool for launching kpackage QML application
A small commandline tool to launch KPackages (QML applications).
@@ -40,6 +54,8 @@ X-Neon-MergedPackage: true
Depends: kf6-kdeclarative (= ${binary:Version}),
qt6-declarative-dev,
${misc:Depends}
+Replaces: libkf6declarative-dev,
+ libkf6declarative-doc,
Description: development files for kdeclarative
Framework providing integration of QML and other KDE frameworks such
as making i18n available and using kio.
@@ -76,6 +92,12 @@ Depends: kf6-kdeclarative
Description: Dummy transitional
Transitional dummy package.
+Package: libkf6declarative-dev
+Architecture: all
+Depends: kf6-kdeclarative-dev
+Description: Dummy transitional
+ Transitional dummy package.
+
Package: libkf6quickaddons6
Architecture: all
Depends: kf6-kdeclarative
@@ -141,9 +163,3 @@ Architecture: all
Depends: kf6-kdeclarative
Description: Dummy transitional
Transitional dummy package.
-
-Package: libkf6declarative-dev
-Architecture: all
-Depends: kf6-kdeclarative-dev
-Description: Dummy transitional
- Transitional dummy package.
More information about the Neon-commits
mailing list