[SCM] kconfig packaging branch, kubuntu_unstable, updated. ubuntu/5.12.0-0ubuntu1-3-ge2813f8

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Aug 4 13:46:59 UTC 2015


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

The following commit has been merged in the kubuntu_unstable 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