[SCM] libkdegames packaging branch, master, updated. ubuntu/4%15.08.0-0ubuntu1-29-g33053cc

Maximiliano Curia maxy at moszumanska.debian.org
Mon Sep 7 19:41:47 UTC 2015


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

The following commit has been merged in the master branch:
commit 4781e6752aace3d52dbda8c0a9e1268ee5f093a8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Sep 7 20:12:47 2015 +0200

    Add missing dev dependency (thanks to acc headers check)
---
 debian/changelog                  | 1 +
 debian/control                    | 5 ++++-
 debian/libkf5kdegames-dev.install | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95b96d0..cee7020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libkdegames (4:15.08.0-1~) UNRELEASED; urgency=medium
   * Update symbols files from buildds logs (4:14.12.2-1).
   * New upstream release (15.08.0).
   * Update copyright file.
+  * Add missing dev dependency (thanks to acc headers check)
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 01 Sep 2015 15:18:21 +0200
 
diff --git a/debian/control b/debian/control
index 6c65f22..43abfee 100644
--- a/debian/control
+++ b/debian/control
@@ -77,8 +77,11 @@ Description: kde-games-core QtDeclarative QML support
 Package: libkf5kdegames-dev
 Architecture: any
 Section: libdevel
-Depends: libkf5kdegames6 (= ${binary:Version}),
+Depends: libkf5completion-dev,
+         libkf5declarative-dev,
+         libkf5kdegames6 (= ${binary:Version}),
          libkf5kdegamesprivate1 (= ${binary:Version}),
+         qtbase5-dev (>= 5.4),
          ${misc:Depends}
 Description: development files for the KDE games library
  This package contains development files for building software that uses
diff --git a/debian/libkf5kdegames-dev.install b/debian/libkf5kdegames-dev.install
index 57be3d0..ba1ff78 100644
--- a/debian/libkf5kdegames-dev.install
+++ b/debian/libkf5kdegames-dev.install
@@ -1,4 +1,4 @@
 usr/include/KF5/KF5KDEGames/
+usr/lib/*/cmake/KF5KDEGames/
 usr/lib/*/libKF5KDEGames.so
 usr/lib/*/libKF5KDEGamesPrivate.so
-usr/lib/*/cmake/KF5KDEGames/

-- 
libkdegames packaging



More information about the pkg-kde-commits mailing list