Merge lp:~jibel/ubuntu/trusty/simplejson/enable_autopkgtest into lp:ubuntu/trusty/simplejson

Proposed by Jean-Baptiste Lallement
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~jibel/ubuntu/trusty/simplejson/enable_autopkgtest
Merge into: lp:ubuntu/trusty/simplejson
Diff against target: 53 lines (+19/-0)
5 files modified
debian/changelog (+7/-0)
debian/control (+1/-0)
debian/tests/control (+5/-0)
debian/tests/upstream (+3/-0)
debian/tests/upstream-3 (+3/-0)
To merge this branch: bzr merge lp:~jibel/ubuntu/trusty/simplejson/enable_autopkgtest
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+195380@code.launchpad.net

Description of the change

Enable autopkgtest that runs the upstream test suite against the installed
package.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

LGTM, thanks! Uploaded.

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 2013-11-15 11:44:48 +0000
3+++ debian/changelog 2013-11-15 13:01:58 +0000
4@@ -1,3 +1,10 @@
5+simplejson (3.3.1-1ubuntu4) UNRELEASED; urgency=low
6+
7+ * Enable autopkgtest that runs the upstream test suite against the installed
8+ package.
9+
10+ -- Jean-Baptiste Lallement <jean-baptiste.lallement@canonical.com> Fri, 15 Nov 2013 12:38:07 +0100
11+
12 simplejson (3.3.1-1ubuntu3) trusty; urgency=low
13
14 * debian/rules:
15
16=== modified file 'debian/control'
17--- debian/control 2013-11-14 10:57:12 +0000
18+++ debian/control 2013-11-15 13:01:58 +0000
19@@ -13,6 +13,7 @@
20 X-Python3-Version: >= 3.2
21 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/simplejson/trunk/
22 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/simplejson/trunk/
23+XS-Testsuite: autopkgtest
24
25 Package: python-simplejson
26 Architecture: any
27
28=== added directory 'debian/tests'
29=== added file 'debian/tests/control'
30--- debian/tests/control 1970-01-01 00:00:00 +0000
31+++ debian/tests/control 2013-11-15 13:01:58 +0000
32@@ -0,0 +1,5 @@
33+Tests: upstream
34+Depends: @, python-pytest
35+
36+Tests: upstream-3
37+Depends: @, python3-pytest
38
39=== added file 'debian/tests/upstream'
40--- debian/tests/upstream 1970-01-01 00:00:00 +0000
41+++ debian/tests/upstream 2013-11-15 13:01:58 +0000
42@@ -0,0 +1,3 @@
43+#!/bin/sh
44+
45+py.test -vs simplejson
46
47=== added file 'debian/tests/upstream-3'
48--- debian/tests/upstream-3 1970-01-01 00:00:00 +0000
49+++ debian/tests/upstream-3 2013-11-15 13:01:58 +0000
50@@ -0,0 +1,3 @@
51+#!/bin/sh
52+
53+py.test-3 -vs simplejson

Subscribers

People subscribed via source and target branches