[SCM] kconfig packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-8-gf2e95e0

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Jun 12 23:57:12 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit f2e95e0f72dc2a782643764d250be179bb3e5de9
Author: Rohan Garg <rohan at garg.io>
Date:   Sat Jun 13 01:48:04 2015 +0200

    Fix Multi-Arch'ness and Breaks/Replaces
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 2ed9b5c..7d6dd6f 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kconfig.git
 Package: libkf5config-dev
 Section: libdevel
 Architecture: any
-Multi-Arch: same
+Multi-Arch: foreign
 Depends: libkf5config-bin (= ${binary:Version}),
-         libkf5config-bin-dev:any (= ${binary:Version}),
+         libkf5config-bin-dev (= ${binary:Version}),
          libkf5configcore5 (= ${binary:Version}),
          libkf5configgui5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4),
@@ -51,9 +51,9 @@ Description: configuration settings framework for Qt
 Package: libkf5config-bin-dev
 Section: libdevel
 Architecture: any
-Multi-Arch: no
-Breaks: libkf5config-dev (<< 5.11)
-Replaces: libkf5config-dev (<< 5.11)
+Multi-Arch: foreign
+Breaks: libkf5config-dev (<< 5.10+git20150714)
+Replaces: libkf5config-dev (<< 5.10+git20150714)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: configuration settings framework for Qt -- binary package
  KConfig provides an advanced configuration system. It is made of two

-- 
kconfig packaging



More information about the pkg-kde-commits mailing list