[SCM] kcoreaddons packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-8-g3ed4ced

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


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

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

    Fix multi arch'd ness
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 2741511..edafcc4 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kcoreaddons.git
 Package: libkf5coreaddons-dev
 Section: libdevel
 Architecture: any
-Multi-Arch: same
+Multi-Arch: foreign
 Depends: libkf5coreaddons5 (= ${binary:Version}),
-         libkf5coreaddons-bin-dev:any (= ${binary:Version})
+         libkf5coreaddons-bin-dev (= ${binary:Version})
          qtbase5-dev (>= 5.4),
          ${shlibs:Depends}
 Replaces: libkf5service-dev (<= 5.2.0)
@@ -41,10 +41,10 @@ Description: KDE Frameworks 5 addons to QtCore - development files
 Package: libkf5coreaddons-bin-dev
 Section: libdevel
 Architecture: any
-Multi-Arch: no
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libkf5coreaddons-dev (<< 5.11)
-Breaks: libkf5coreaddons-dev (<< 5.11)
+Replaces: libkf5coreaddons-dev (<< 5.10+git20150714)
+Breaks: libkf5coreaddons-dev (<< 5.10+git20150714)
 Description: KDE Frameworks 5 addons to QtCore - development files
  KCoreAddons provides classes built on top of QtCore to perform various tasks
  such as manipulating mime types, autosaving files, creating backup files,

-- 
kcoreaddons packaging



More information about the pkg-kde-commits mailing list