[SCM] Konversation packaging for Debian branch, master, updated. debian/1.6-3-11-gc8c9995
Pino Toscano
pino at moszumanska.debian.org
Fri Jul 22 05:13:35 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/konversation.git;a=commitdiff;h=bd91e6b
The following commit has been merged in the master branch:
commit bd91e6bad944c5f6a2110f2149f93c1531c2d192
Author: Pino Toscano <pino at debian.org>
Date: Fri Jul 22 06:42:05 2016 +0200
use the right dh addon
- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 640afdb..62a06b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ konversation (1.6.1-0r1) UNRELEASED; urgency=medium
* New upstream release.
* Stop passing -DCMAKE_USE_RELATIVE_PATHS=ON, since this option is no more
used in newer CMake versions.
+ * Use the right dh addon:
+ - switch from kde to kf5 dh addon
+ - bump the pkg-kde-tools build dependency to >= 0.15.16
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Fri, 22 Jul 2016 06:38:02 +0200
diff --git a/debian/control b/debian/control
index 03ed1a9..31548db 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Modestas Vainius <modax at debian.org>, Diane Trout <diane at debian.org>
Build-Depends: debhelper (>= 9), cmake (>= 2.6.2),
- pkg-kde-tools (>= 0.5),
+ pkg-kde-tools (>= 0.15.16),
extra-cmake-modules (>= 1.2.0),
qtbase5-dev (>= 5.3.0),
kdoctools-dev (>= 5.2.0),
diff --git a/debian/rules b/debian/rules
index 7644a69..ee0b0a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_strip:
dh_strip --dbgsym-migration='konversation-dbg (<< 1.6-3~)'
%:
- dh $@ --with kde --parallel
+ dh $@ --with kf5 --parallel
--
Konversation packaging for Debian
More information about the pkg-kde-commits
mailing list