Merge lp:~chris.gagnon/kubuntu-packaging/qtgraphicaleffects-opensource-src-enable-unit-tests into lp:~kubuntu-packagers/kubuntu-packaging/qtgraphicaleffects-opensource-src

Proposed by Chris Gagnon
Status: Merged
Merged at revision: 27
Proposed branch: lp:~chris.gagnon/kubuntu-packaging/qtgraphicaleffects-opensource-src-enable-unit-tests
Merge into: lp:~kubuntu-packagers/kubuntu-packaging/qtgraphicaleffects-opensource-src
Diff against target: 43 lines (+10/-1)
3 files modified
debian/changelog (+4/-0)
debian/control (+2/-0)
debian/rules (+4/-1)
To merge this branch: bzr merge lp:~chris.gagnon/kubuntu-packaging/qtgraphicaleffects-opensource-src-enable-unit-tests
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
Kubuntu Packagers Pending
Review via email: mp+198846@code.launchpad.net

Description of the change

enable unit tests to run during build time

To post a comment you must log in.
28. By Chris Gagnon

depend on qtdeclarative5-qtquick2-plugin

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-12-03 12:21:49 +0000
+++ debian/changelog 2013-12-12 23:56:25 +0000
@@ -4,6 +4,10 @@
4 - Transitional package for upgrades from Ubuntu 13.044 - Transitional package for upgrades from Ubuntu 13.04
5 * New upstream release.5 * New upstream release.
66
7 [ Chris Gagnon ]
8 * Run unit tests during build:
9 - Chris Gagnon <chris.gagnon@canonical.com>
10
7 -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Mon, 02 Sep 2013 12:39:20 +000011 -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Mon, 02 Sep 2013 12:39:20 +0000
812
9qtgraphicaleffects-opensource-src (5.1.1-1) unstable; urgency=low13qtgraphicaleffects-opensource-src (5.1.1-1) unstable; urgency=low
1014
=== modified file 'debian/control'
--- debian/control 2013-09-02 12:36:39 +0000
+++ debian/control 2013-12-12 23:56:25 +0000
@@ -14,6 +14,8 @@
14 pkg-kde-tools,14 pkg-kde-tools,
15 qtbase5-private-dev (>= 5.1.1+dfsg~),15 qtbase5-private-dev (>= 5.1.1+dfsg~),
16 qtdeclarative5-private-dev (>= 5.1.1~),16 qtdeclarative5-private-dev (>= 5.1.1~),
17 qtdeclarative5-qtquick2-plugin,
18 xvfb,
17Build-Depends-Indep: libqt5sql5-sqlite,19Build-Depends-Indep: libqt5sql5-sqlite,
18 qttools5-dev-tools (>= 5.1.1~)20 qttools5-dev-tools (>= 5.1.1~)
19Standards-Version: 3.9.421Standards-Version: 3.9.4
2022
=== modified file 'debian/rules'
--- debian/rules 2013-11-15 09:22:31 +0000
+++ debian/rules 2013-12-12 23:56:25 +0000
@@ -12,7 +12,10 @@
12 dh $@ --parallel12 dh $@ --parallel
1313
14override_dh_auto_configure:14override_dh_auto_configure:
15 qmake "CONFIG+=debug"15 qmake "CONFIG+=debug" QT_BUILD_PARTS+=tests
16
17override_dh_auto_test:
18 xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
1619
17override_dh_auto_build-indep:20override_dh_auto_build-indep:
18 dh_auto_build -Smakefile -- docs21 dh_auto_build -Smakefile -- docs

Subscribers

People subscribed via source and target branches