[SCM] kconfig packaging branch, kubuntu_xenial_archive, updated. ubuntu/5.15.0-0ubuntu2-32-gd5a58f7
Scarlett Clark
sgclark-guest at moszumanska.debian.org
Mon Dec 14 00:33:31 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kconfig.git;a=commitdiff;h=b695790
The following commit has been merged in the kubuntu_xenial_archive branch:
commit b695790d114825013744a104adecb204b8ab5065
Author: Scarlett Clark <scarlett at scarlettgatelyclark.com>
Date: Thu Nov 5 20:39:08 2015 +0100
Everything is failing due to a lack of kconf_update binary needed at buildtime. Adding libkf5config-bin as a depend to libkf5config-dev ranther than updating every package with the build dependency.
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
debian/libkf5config-bin-dev.install | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b1cf645..1bf1d02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
kconfig (5.15.0-2~) UNRELEASED; urgency=medium
+ [ Maximiliano Curia ]
* Move ConfigCompiler cmake files to the -bin-dev package.
+ [ Scarlett Clark ]
+ * Everything is failing due to a lack of kconf_update binary
+ needed at buildtime. Adding libkf5config-bin as a depend
+ to libkf5config-dev ranther than updating every package
+ with the build dependency.
+
-- Maximiliano Curia <maxy at debian.org> Tue, 27 Oct 2015 15:17:21 +0100
kconfig (5.15.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 3434436..6ec6275 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,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),
diff --git a/debian/libkf5config-bin-dev.install b/debian/libkf5config-bin-dev.install
index cd2ad65..1443c8b 100644
--- a/debian/libkf5config-bin-dev.install
+++ b/debian/libkf5config-bin-dev.install
@@ -1,2 +1,2 @@
-usr/lib/*/libexec/kf5/kconfig_compiler_kf5
usr/lib/*/cmake/KF5Config/KF5ConfigCompilerTargets*.cmake
+usr/lib/*/libexec/kf5/kconfig_compiler_kf5
--
kconfig packaging
More information about the pkg-kde-commits
mailing list