[SCM] kpackage packaging branch, master, updated. debian/5.37.0-2-83-gd1244e3

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:49:01 UTC 2018


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

The following commit has been merged in the master branch:
commit 2594fb8296423a62cbb5f1d0b562c2bd903e2697
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Aug 5 11:30:52 2016 +0200

    the cmake package now imports kpackagetool5, make it a dep
    
    also see for an underlying problem here
    https://phabricator.kde.org/T3383
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8909d46..2cc26e1 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,8 @@ Description: command line kpackage tool
 Package: libkf5package-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5coreaddons-dev (>= 5.19.0~),
+Depends: kpackagetool5 (= ${binary:Version}),
+         libkf5coreaddons-dev (>= 5.19.0~),
          libkf5package5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4),
          ${misc:Depends}

-- 
kpackage packaging



More information about the pkg-kde-commits mailing list