[SCM] kdeclarative packaging branch, master, updated. debian/5.36.0-1-5-gd858db8
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Aug 3 21:23:16 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdeclarative.git;a=commitdiff;h=9e88b29
The following commit has been merged in the master branch:
commit 9e88b2935e23e075090bc1de258eb972f28a03e3
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Wed Aug 2 14:27:51 2017 +0200
Build the qch files
---
debian/control | 6 +++++-
debian/rules | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1bf7f5e..eb7a2f2 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,
kio-dev (>= 5.26.0~),
libepoxy-dev,
libkf5config-dev (>= 5.36.0~),
@@ -18,11 +20,13 @@ Build-Depends: cmake (>= 3.0~),
libkf5package-dev (>= 5.36.0~),
libkf5widgetsaddons-dev (>= 5.36.0~),
libkf5windowsystem-dev (>= 5.36.0~),
+ libqt5sql5-sqlite,
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.6.0~),
qtdeclarative5-dev (>= 5.6.0~),
- qtscript5-dev (>= 5.6)
+ qtscript5-dev (>= 5.6),
+ qttools5-dev-tools
Standards-Version: 4.0.0
Homepage: https://projects.kde.org/projects/frameworks/kdeclarative
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kdeclarative.git
diff --git a/debian/rules b/debian/rules
index 315658d..5dee141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
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='libkf5declarative5-dbg (<= 5.19.0-1~~)'
--
kdeclarative packaging
More information about the pkg-kde-commits
mailing list