[SCM] kpackage packaging branch, master, updated. 79a2f83b667cd9739f7022257682ec711692bf90

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 24 17:13:33 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpackage.git;a=commitdiff;h=b569232

The following commit has been merged in the master branch:
commit b569232d13d45fd6c410f8f03ade225efd5defcd
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Jan 28 09:07:50 2015 +0100

    Add missing dev dependency (thanks to acc headers check)
---
 debian/changelog | 1 +
 debian/control   | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 79314af..e0970d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kpackage (5.6.0-1~) UNRELEASED; urgency=medium
   * Split -data package and update install files.
   * Update watch file.
   * Update copyright information.
+  * Add missing dev dependency (thanks to acc headers check)
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 26 Jan 2015 12:02:05 +0100
 
diff --git a/debian/control b/debian/control
index c4b7d3e..986ea34 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,10 @@ Description: command line kpackage tool
 Package: libkf5package-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5package5 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5coreaddons-dev (>= 5.6.0),
+         libkf5package5 (= ${binary:Version}),
+         qtbase5-dev (>= 5.2.0),
+         ${misc:Depends}
 Description: development files for kpackage
  KPackage provides classes for applications to manage user installable packages
  of non-binary assets.
@@ -45,7 +48,9 @@ Description: development files for kpackage
 Package: libkf5package5
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, libkf5package-data (= ${source:Version})
+Depends: libkf5package-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: non-binary asset management framework
  KPackage provides classes for applications to manage user installable packages
  of non-binary assets.

-- 
kpackage packaging



More information about the pkg-kde-commits mailing list