[SCM] purpose packaging branch, master, updated. a998403bbf92f3edef88d5c132ac24e295068d53

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jun 2 22:00:43 UTC 2016


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

The following commit has been merged in the master branch:
commit a998403bbf92f3edef88d5c132ac24e295068d53
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jun 2 23:52:08 2016 +0200

    Add missing dependencies
---
 debian/control | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a892f57..e1144be 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,11 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/purpose.git
 Package: libkf5purpose-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5purpose5 (= ${binary:Version}), ${misc:Depends}
-Description: Provides an abstraction to provide and leverage actions of a specific kind, devel file
+Depends: libkf5coreaddons-dev (>= 5.7.0~),
+         libkf5purpose5 (= ${binary:Version}),
+         qtbase5-dev (>= 5.2~),
+         ${misc:Depends}
+Description: Provides an abstraction to provide and leverage actions of a specific kind, devel files
  Purpose offers the possibility to create integrate services and actions on
  any application without having to implement them specifically. Purpose will
  offer them mechanisms to list the different alternatives to execute given the
@@ -70,7 +73,11 @@ Description: Provides an abstraction to provide and leverage actions of a specif
 Package: qml-modules-org-kde-purpose
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-qtquick-controls,
+         qml-module-qtquick-layouts,
+         qml-module-qtquick2,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Provides an abstraction to provide and leverage actions of a specific kind, qml bindings
  Purpose offers the possibility to create integrate services and actions on
  any application without having to implement them specifically. Purpose will

-- 
purpose packaging



More information about the pkg-kde-commits mailing list