[SCM] kconfig packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-7-gf11c030

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


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

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

    Make sure that binary packages are installed via a separate package
---
 debian/control                      | 30 ++++++++++++++++++++++++++++++
 debian/libkf5config-bin-dev.install |  1 +
 debian/libkf5config-dev.install     |  1 -
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3a63c74..2ed9b5c 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kconfig.git
 Package: libkf5config-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: libkf5config-bin (= ${binary:Version}),
+         libkf5config-bin-dev:any (= ${binary:Version}),
          libkf5configcore5 (= ${binary:Version}),
          libkf5configgui5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4),
@@ -46,6 +48,34 @@ Description: configuration settings framework for Qt
  .
  This package contains the development files.
 
+Package: libkf5config-bin-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: no
+Breaks: libkf5config-dev (<< 5.11)
+Replaces: libkf5config-dev (<< 5.11)
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: configuration settings framework for Qt -- binary package
+ KConfig provides an advanced configuration system. It is made of two
+ parts: KConfigCore and KConfigGui.
+ .
+ KConfigCore provides access to the configuration files themselves. It
+ features:
+ .
+  - centralized definition: define your configuration in an XML file
+  and use `kconfig_compiler` to generate classes to read and write
+  configuration entries.
+  - lock-down (kiosk) support.
+ .
+ KConfigGui provides a way to hook widgets to the configuration so
+ that they are automatically initialized from the configuration and
+ automatically propagate their changes to their respective
+ configuration files.
+ .
+ This package is part of KDE Frameworks 5.
+ .
+ This package contains the binary files for the libkf5config-dev package.
+
 Package: libkf5configgui5
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libkf5config-bin-dev.install b/debian/libkf5config-bin-dev.install
new file mode 100644
index 0000000..3d7c049
--- /dev/null
+++ b/debian/libkf5config-bin-dev.install
@@ -0,0 +1 @@
+usr/bin/kconfig_compiler_kf5
diff --git a/debian/libkf5config-dev.install b/debian/libkf5config-dev.install
index 80d1e88..d0af7a8 100644
--- a/debian/libkf5config-dev.install
+++ b/debian/libkf5config-dev.install
@@ -1,4 +1,3 @@
-usr/bin/kconfig_compiler_kf5
 usr/include/KF5/KConfigCore/
 usr/include/KF5/KConfigGui/
 usr/include/KF5/kconfig_version.h

-- 
kconfig packaging



More information about the pkg-kde-commits mailing list