[SCM] purpose packaging branch, kubuntu_unstable, updated. 11d1c8bac924f9d93cf3c713e3b58439d044450e

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue May 19 07:17:42 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit 11d1c8bac924f9d93cf3c713e3b58439d044450e
Author: Harald Sitter <sitter at kde.org>
Date:   Tue May 19 09:17:13 2015 +0200

    make sure the dev package depends on the widget lib
    
    its referenced in the cmake package, so not having it installed
    makes the cmake foo not work
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4ea7a9c..5128f67 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/purpose.git
 Package: libkf5purpose-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5purpose5 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5purpose5 (= ${binary:Version}),
+         libkf5purposewidgets5 (= ${binary:Version}),
+         ${misc:Depends}
 Description: library for abstractions to get the developer's purposes fulfilled
  Framework for providing abstractions to get the developer's purposes fulfilled.
  .

-- 
purpose packaging



More information about the pkg-kde-commits mailing list