Merge lp:~mterry/gdebi/enable-tests into lp:gdebi

Proposed by Michael Terry
Status: Merged
Merged at revision: 454
Proposed branch: lp:~mterry/gdebi/enable-tests
Merge into: lp:gdebi
Diff against target: 35 lines (+11/-1)
2 files modified
debian/control (+8/-1)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~mterry/gdebi/enable-tests
Reviewer Review Type Date Requested Status
gdebi-developers Pending
Review via email: mp+186565@code.launchpad.net

Commit message

Enable tests during build.

Description of the change

Enable tests during build.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-02-09 03:02:52 +0000
3+++ debian/control 2013-09-19 15:21:48 +0000
4@@ -5,9 +5,16 @@
5 Uploaders: Luca Falavigna <dktrkranz@debian.org>,
6 Michael Vogt <mvo@debian.org>
7 Build-Depends: debhelper (>= 9),
8+ gir1.2-gtk-3.0,
9+ gir1.2-vte-2.90,
10 python (>= 2.6.6-3~),
11+ python-apt,
12+ python-gi,
13+ python-mock,
14+ python-nose,
15 python-setuptools,
16- intltool
17+ intltool,
18+ xvfb,
19 X-Python-Version: >= 2.6
20 Standards-Version: 3.9.4
21 Vcs-Bzr: https://code.launchpad.net/~gdebi-developers/gdebi/trunk
22
23=== modified file 'debian/rules'
24--- debian/rules 2011-02-06 23:06:22 +0000
25+++ debian/rules 2013-09-19 15:21:48 +0000
26@@ -7,6 +7,9 @@
27 dh $@
28 rm -rf build GDebi/Version.py po/mo
29
30+override_dh_auto_test:
31+ xvfb-run nosetests
32+
33 override_dh_auto_install:
34 dh_auto_install -- --install-scripts=/usr/share/gdebi \
35 --install-lib=/usr/share/gdebi

Subscribers

People subscribed via source and target branches

to status/vote changes: