[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=e2813f8

The following commit has been merged in the master branch:
commit e2813f8b24ee7ae35524944464b8246404e902e8
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Aug 4 15:40:29 2015 +0200

    Dev headers don't need to depend on the bin package
    
    The dev headers package is multiarch'd whereas the -bin package is not,
    this causes lintian to spit out warnings, which we fix by dropping the
    Depends on the -bin package.
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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