[neon/neon-packaging/kopeninghours/Neon/release-lts] debian: add depends

Jonathan Riddell null at kde.org
Thu Apr 22 18:10:51 BST 2021


Git commit fe242ebcd52638bc9c8792234ccb420711d306aa by Jonathan Riddell.
Committed on 22/04/2021 at 17:10.
Pushed by jriddell into branch 'Neon/release-lts'.

add depends

M  +3    -13   debian/control

https://invent.kde.org/neon/neon-packaging/kopeninghours/commit/fe242ebcd52638bc9c8792234ccb420711d306aa

diff --git a/debian/control b/debian/control
index 74d8e37..06ee350 100644
--- a/debian/control
+++ b/debian/control
@@ -14,18 +14,6 @@ Build-Depends: bison,
                qtdeclarative5-dev
 Standards-Version: 4.5.0
 
-Package: kopeninghours-dev
-Section: libdevel
-Architecture: any
-Depends: libkosm1 (= ${binary:Version}),
-         libkosmindoormap1 (= ${binary:Version}),
-         qtbase5-dev,
-         ${misc:Depends}
-Description: OSM multi-floor indoor map renderer
- Open Stree Map indoor map renderer
- .
- Contains development files.
-
 Package: libkopeninghours1
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -34,7 +22,9 @@ Description: OSM opening hours expressions library
 
 Package: libkopeninghours-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libkopeninghours1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: OSM opening hours expressions library
  A library for parsing and evaluating OSM opening hours expressions.
  .


More information about the Neon-commits mailing list