[neon/neon-packaging/kosmindoormap/Neon/unstable] debian: Revert "kf6ify"

Carlos De Maine null at kde.org
Sat Sep 16 14:33:08 BST 2023


Git commit 65151c622ed4ba01f05ebcfa2a4074386883ed8b by Carlos De Maine.
Committed on 16/09/2023 at 15:32.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "kf6ify"

This reverts commit 0e6d692111547b009da4c005d0022dcb4d3e4461.

M  +14   -13   debian/control

https://invent.kde.org/neon/neon-packaging/kosmindoormap/-/commit/65151c622ed4ba01f05ebcfa2a4074386883ed8b

diff --git a/debian/control b/debian/control
index 44cb534..42c03c6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,26 +3,27 @@ Section: libs
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: bison,
-               cmake,
-               debhelper-compat (= 13),
+               cmake (>= 2.8.12),
+               debhelper (>= 12),
+               extra-cmake-modules (>= 5.28.0~),
                flex,
-               kf6-extra-cmake-modules,
-               kf6-ki18n-dev,
+               libkf5i18n-dev,
                libkpublictransport-dev,
                libprotobuf-dev,
-               pkg-kde-tools-neon,
+               pkg-kde-tools,
                protobuf-compiler,
-               qt6-base5-dev,
-               qt6-declarative-dev,
+               qtbase5-dev,
+               qtbase5-private-dev,
+               qtdeclarative5-dev,
                zlib1g-dev
-Standards-Version: 4.6.2
+Standards-Version: 3.9.8
 
 Package: kosmindoormap-dev
 Section: libdevel
 Architecture: any
 Depends: libkosm1 (= ${binary:Version}),
          libkosmindoormap1 (= ${binary:Version}),
-         qt6-base-dev,
+         qtbase5-dev,
          ${misc:Depends}
 Description: OSM multi-floor indoor map renderer
  Open Stree Map indoor map renderer
@@ -41,11 +42,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: OSM multi-floor indoor map renderer
  Open Stree Map indoor map renderer
 
-Package: qml6-module-org-kde-kosmindoormap
+Package: qml-module-org-kde-kosmindoormap
 Architecture: any
-Depends: qml6-module-qtquick-controls,
-         qml6-module-qtquick-layouts,
-         qml6-module-qtquick,
+Depends: qml-module-qtquick-controls2,
+         qml-module-qtquick-layouts,
+         qml-module-qtquick2,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: OSM multi-floor indoor map renderer QML module



More information about the Neon-commits mailing list