[SCM] kconfig packaging branch, master, updated. debian/5.37.0-2-99-ga0d64c3

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:32:26 UTC 2018


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

The following commit has been merged in the master branch:
commit 6bc6b0ee82b96b3d659407ccbe163c2b8ae19254
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Aug 4 16:59:13 2015 +0200

    Revert "Dev headers don't need to depend on the bin package"
    
    This reverts commit e2813f8b24ee7ae35524944464b8246404e902e8.
    KF5ConfigTargets.cmake references targets that are only provided
    by the libkf5config-bin package, until that is fixed, this change
    needs to be reverted.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b04518f..c494dfa 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Package: libkf5config-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libkf5config-bin-dev (= ${binary:Version}),
+Depends: libkf5config-bin (= ${binary:Version}),
+         libkf5config-bin-dev (= ${binary:Version}),
          libkf5configcore5 (= ${binary:Version}),
          libkf5configgui5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4),

-- 
kconfig packaging



More information about the pkg-kde-commits mailing list