[neon/neon-packaging/plasma5support/Neon/unstable] debian: Update control

Carlos De Maine null at kde.org
Mon Mar 27 13:33:17 BST 2023


Git commit 8725c3574b7675feb91346d6f8b8e91d47cf1bed by Carlos De Maine.
Committed on 27/03/2023 at 12:33.
Pushed by carlosdem into branch 'Neon/unstable'.

Update control

M  +36   -19   debian/control

https://invent.kde.org/neon/neon-packaging/plasma5support/commit/8725c3574b7675feb91346d6f8b8e91d47cf1bed

diff --git a/debian/control b/debian/control
index db1a734..b2a60b5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,46 @@
 Source: plasma5support
 Section: kde
 Priority: optional
-Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
-Build-Depends: cmake (>= 2.8.12),
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Maximiliano Curia <maxy at debian.org>
+Build-Depends: cmake,
                debhelper-compat (= 13),
-               kf6-config-dev,
-               kf6-coreaddons-dev,
-               kf6-i18n-dev,
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
                kf6-kio-dev,
-               kf6-package-dev,
-               kf6-service-dev,
-               kf6-xmlgui-dev,
+               kf6-kpackage-dev,
+               kf6-kservice-dev,
+               kf6-kxmlgui-dev,
+               kf6-plasma-framework-dev
                pkg-kde-tools-neon,
                qt6-base-dev,
-               qt6-declarative-dev
-Standards-Version: 4.0.0
-Homepage: https://invent.kde.org/plasma/plasma5support
-Vcs-Browser: https://invent.kde.org/plasma/plasma5support
-Vcs-Git: https://invent.kde.org/plasma/plasma5support
+               qt6-declarative-dev,
+Standards-Version: 4.1.4
+Homepage: https://projects.kde.org/projects/kde/workspace/plasma-integration
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-integration
+Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/plasma-integration.git
 
-Package: plasma5support
+Package: kf6-plasma5support
 Architecture: any
-Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Support components for porting from KF5/Qt5 to KF6/Qt6
- Support components for porting from KF5/Qt5 to KF6/Qt6
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts:
+Recommends:
+Description: Migration aids for KF5 -> KF6 migration contains:
  .
- This package is part of the KDE Plasma.
+ Dataengine support is not in the kf6 version of plasma anymore. Dataengines should be migrated to QML imports, but in the meantime remaining engines can use the dataengine implementation here
+
+Package: kf6-plasma5support-dev
+Architecture: any
+Section: libdevel
+Depends: kf6-plasma5support (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}
+Breaks:
+Recommends: libplasma5support-doc (= ${source:Version})
+Description: development files for the migration aids for KF5 -> KF6 migration.
+ .
+ Contains development files for libplasma5support.


More information about the Neon-commits mailing list