[neon/neon-packaging/kosmindoormap/Neon/unstable] debian: qmllink, cmakelint

Jonathan Riddell null at kde.org
Mon Nov 16 20:18:54 GMT 2020


Git commit dba4a2c43c8217fa51f3b82d63c01f572a90e16d by Jonathan Riddell.
Committed on 16/11/2020 at 20:18.
Pushed by jriddell into branch 'Neon/unstable'.

qmllink, cmakelint

M  +16   -12   debian/control
A  +1    -0    debian/meta/cmake-ignore

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

diff --git a/debian/control b/debian/control
index d6873f5..4d1d06c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,27 +2,27 @@ Source: kosmindoormap
 Section: libs
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: cmake (>= 2.8.12),
+Build-Depends: bison,
+               cmake (>= 2.8.12),
                debhelper (>= 12),
                extra-cmake-modules (>= 5.28.0~),
-	       libkf5i18n-dev,
-	       libkpublictransport-dev,
-	       flex,
-	       qtbase5-private-dev,
-	       bison,
-	       libprotobuf-dev,
-	       protobuf-compiler,
+               flex,
+               libkf5i18n-dev,
+               libkpublictransport-dev,
+               libprotobuf-dev,
                pkg-kde-tools,
+               protobuf-compiler,
                qtbase5-dev,
-	       qtdeclarative5-dev,
+               qtbase5-private-dev,
+               qtdeclarative5-dev,
                zlib1g-dev
 Standards-Version: 3.9.8
 
 Package: kosmindoormap-dev
 Section: libdevel
 Architecture: any
-Depends: libkosmindoormap21 (= ${binary:Version}),
-         libkosm21 (= ${binary:Version}),
+Depends: libkosm21 (= ${binary:Version}),
+         libkosmindoormap21 (= ${binary:Version}),
          qtbase5-dev,
          ${misc:Depends}
 Description: OSM multi-floor indoor map renderer
@@ -44,6 +44,10 @@ Description: OSM multi-floor indoor map renderer
 
 Package: qml-module-org-kde-kosmindoormap
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+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
  Open Stree Map indoor map renderer module for QML
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
new file mode 100644
index 0000000..baa80d5
--- /dev/null
+++ b/debian/meta/cmake-ignore
@@ -0,0 +1 @@
+OsmTools


More information about the Neon-commits mailing list