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
=== modified file 'debian/control'
--- debian/control 2013-02-09 03:02:52 +0000
+++ debian/control 2013-09-19 15:21:48 +0000
@@ -5,9 +5,16 @@
5Uploaders: Luca Falavigna <dktrkranz@debian.org>,5Uploaders: Luca Falavigna <dktrkranz@debian.org>,
6 Michael Vogt <mvo@debian.org>6 Michael Vogt <mvo@debian.org>
7Build-Depends: debhelper (>= 9),7Build-Depends: debhelper (>= 9),
8 gir1.2-gtk-3.0,
9 gir1.2-vte-2.90,
8 python (>= 2.6.6-3~),10 python (>= 2.6.6-3~),
11 python-apt,
12 python-gi,
13 python-mock,
14 python-nose,
9 python-setuptools,15 python-setuptools,
10 intltool16 intltool,
17 xvfb,
11X-Python-Version: >= 2.618X-Python-Version: >= 2.6
12Standards-Version: 3.9.419Standards-Version: 3.9.4
13Vcs-Bzr: https://code.launchpad.net/~gdebi-developers/gdebi/trunk20Vcs-Bzr: https://code.launchpad.net/~gdebi-developers/gdebi/trunk
1421
=== modified file 'debian/rules'
--- debian/rules 2011-02-06 23:06:22 +0000
+++ debian/rules 2013-09-19 15:21:48 +0000
@@ -7,6 +7,9 @@
7 dh $@7 dh $@
8 rm -rf build GDebi/Version.py po/mo8 rm -rf build GDebi/Version.py po/mo
99
10override_dh_auto_test:
11 xvfb-run nosetests
12
10override_dh_auto_install:13override_dh_auto_install:
11 dh_auto_install -- --install-scripts=/usr/share/gdebi \14 dh_auto_install -- --install-scripts=/usr/share/gdebi \
12 --install-lib=/usr/share/gdebi15 --install-lib=/usr/share/gdebi

Subscribers

People subscribed via source and target branches

to status/vote changes: