Merge lp:~mitya57/ubuntu/trusty/dh-python/tests-dependencies into lp:ubuntu/trusty/dh-python

Proposed by Dmitry Shachnev
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~mitya57/ubuntu/trusty/dh-python/tests-dependencies
Merge into: lp:ubuntu/trusty/dh-python
Diff against target: 25 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
debian/tests/control (+2/-1)
To merge this branch: bzr merge lp:~mitya57/ubuntu/trusty/dh-python/tests-dependencies
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+208543@code.launchpad.net

Description of the change

Should fix autopkgtest failure on armhf. Will submit the fix to Debian if it works.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-02-12 15:14:23 +0000
3+++ debian/changelog 2014-02-27 08:03:00 +0000
4@@ -1,3 +1,9 @@
5+dh-python (1.20140128-1ubuntu3) trusty; urgency=medium
6+
7+ * Make dh-python autopkgtest depend on build-essential and fakeroot.
8+
9+ -- Dmitry Shachnev <mitya57@ubuntu.com> Thu, 27 Feb 2014 11:56:50 +0400
10+
11 dh-python (1.20140128-1ubuntu2) trusty; urgency=medium
12
13 * Remove empty directories when moving files.
14
15=== modified file 'debian/tests/control'
16--- debian/tests/control 2014-01-29 17:24:45 +0000
17+++ debian/tests/control 2014-02-27 08:03:00 +0000
18@@ -1,5 +1,6 @@
19 Tests: dh-python
20-Depends: python-all-dev, python3-all-dev, python-all-dbg, python3-all-dbg, pypy, debhelper, libjs-jquery
21+Depends: python-all-dev, python3-all-dev, python-all-dbg, python3-all-dbg, pypy,
22+ build-essential, fakeroot, debhelper, libjs-jquery
23
24 Tests: nosetests
25 Depends: python3-nose, python-all, python-all-dbg, python3-all, python3-all-dbg, pypy

Subscribers

People subscribed via source and target branches