[SCM] libkgeomap packaging branch, master, updated. d98c1cb53a8940e0ba488aadecf31c78a17ab451

Maximiliano Curia maxy at moszumanska.debian.org
Fri Jan 29 09:02:47 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkgeomap.git;a=commitdiff;h=d98c1cb

The following commit has been merged in the master branch:
commit d98c1cb53a8940e0ba488aadecf31c78a17ab451
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Jan 27 21:06:50 2016 +0100

    Add missing dev dependency (thanks to acc headers check)
---
 debian/control                   | 4 +++-
 debian/libkf5kgeomap-dev.install | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 296a3fb..aa6d3c2 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,9 @@ Description: World-Map Library interface for KDE - data files
 Package: libkf5kgeomap-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5kgeomap10.0.0 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5kgeomap10.0.0 (= ${binary:Version}),
+         qtbase5-dev (>= 5.2.0~),
+         ${misc:Depends}
 Description: World-Map Library interface for KDE - development files
  Libkgeomap is a wrapper around different world-map components, to browse and
  arrange photos over a map.
diff --git a/debian/libkf5kgeomap-dev.install b/debian/libkf5kgeomap-dev.install
index 6011962..594e53e 100644
--- a/debian/libkf5kgeomap-dev.install
+++ b/debian/libkf5kgeomap-dev.install
@@ -1,4 +1,4 @@
 usr/include/KF5/KGeoMap/
 usr/include/KF5/libkgeomap_version.h
-usr/lib/*/libKF5KGeoMap.so
 usr/lib/*/cmake/KF5KGeoMap/
+usr/lib/*/libKF5KGeoMap.so

-- 
libkgeomap packaging



More information about the pkg-kde-commits mailing list