[SCM] kconfig packaging branch, master, updated. debian/5.16.0-1-9-ga0653ec

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 8 20:01:24 UTC 2016


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

The following commit has been merged in the master branch:
commit a0653ecafef443efba28c8b6608a594ed27f7c27
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Feb 7 12:09:01 2016 +0100

    Automatic update with ddeb_migration.py
---
 debian/control                      | 28 ----------------------------
 debian/libkf5config-bin-dev.install |  2 +-
 debian/rules                        |  2 +-
 3 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index 43526f1..e6f6191 100644
--- a/debian/control
+++ b/debian/control
@@ -168,31 +168,3 @@ Description: configuration settings framework for Qt
  This package is part of KDE Frameworks 5.
  .
  This package contains runtime files for KConfig.
-
-Package: libkf5config5-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libkf5configcore5 (= ${binary:Version}),
-         libkf5configgui5 (= ${binary:Version}),
-         ${misc:Depends}
-Description: configuration settings framework for Qt
- 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 debugging files.
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
diff --git a/debian/rules b/debian/rules
index 834c9f1..e2ebd02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
 override_dh_strip:
-	$(overridden_command) --dbg-package=libkf5config5-dbg
+	$(overridden_command) --ddeb-migration='libkf5config5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
 	-$(overriden_command)

-- 
kconfig packaging



More information about the pkg-kde-commits mailing list