[SCM] knotifications packaging branch, master, updated. debian/5.36.0-1-11-gf3df499
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:21:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knotifications.git;a=commitdiff;h=9ee2acb
The following commit has been merged in the master branch:
commit 9ee2acbbefacd7e105b30591077865e44d9cfa9e
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 1 22:53:45 2017 +0200
Build the qch files
---
debian/control | 3 +++
debian/rules | 3 +++
2 files changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index 93f040b..6e86096 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 9),
+ doxygen,
extra-cmake-modules (>= 5.36.0~),
+ graphviz,
libdbusmenu-qt5-dev,
libkf5codecs-dev (>= 5.36.0~),
libkf5config-dev (>= 5.36.0~),
@@ -13,6 +15,7 @@ Build-Depends: cmake (>= 3.0~),
libkf5windowsystem-dev (>= 5.36.0~),
libphonon4qt5-dev (>= 4.6.60~),
libphonon4qt5experimental-dev,
+ libqt5sql5-sqlite,
libqt5x11extras5-dev (>= 5.6.0~),
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
diff --git a/debian/rules b/debian/rules
index 2dbcb0f..063db9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export QT_SELECT=5
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+override_dh_auto_configure:
+ $(overridden_command) -- -DBUILD_QCH=ON
+
override_dh_strip:
$(overridden_command) --dbgsym-migration='libkf5notifications5-dbg (<= 5.19.0-1~~)'
--
knotifications packaging
More information about the pkg-kde-commits
mailing list