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
=== modified file 'debian/changelog'
--- debian/changelog 2013-11-15 11:44:48 +0000
+++ debian/changelog 2013-11-15 13:01:58 +0000
@@ -1,3 +1,10 @@
1simplejson (3.3.1-1ubuntu4) UNRELEASED; urgency=low
2
3 * Enable autopkgtest that runs the upstream test suite against the installed
4 package.
5
6 -- Jean-Baptiste Lallement <jean-baptiste.lallement@canonical.com> Fri, 15 Nov 2013 12:38:07 +0100
7
1simplejson (3.3.1-1ubuntu3) trusty; urgency=low8simplejson (3.3.1-1ubuntu3) trusty; urgency=low
29
3 * debian/rules:10 * debian/rules:
411
=== modified file 'debian/control'
--- debian/control 2013-11-14 10:57:12 +0000
+++ debian/control 2013-11-15 13:01:58 +0000
@@ -13,6 +13,7 @@
13X-Python3-Version: >= 3.213X-Python3-Version: >= 3.2
14Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/simplejson/trunk/14Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/simplejson/trunk/
15Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/simplejson/trunk/15Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/simplejson/trunk/
16XS-Testsuite: autopkgtest
1617
17Package: python-simplejson18Package: python-simplejson
18Architecture: any19Architecture: any
1920
=== added directory 'debian/tests'
=== added file 'debian/tests/control'
--- debian/tests/control 1970-01-01 00:00:00 +0000
+++ debian/tests/control 2013-11-15 13:01:58 +0000
@@ -0,0 +1,5 @@
1Tests: upstream
2Depends: @, python-pytest
3
4Tests: upstream-3
5Depends: @, python3-pytest
06
=== added file 'debian/tests/upstream'
--- debian/tests/upstream 1970-01-01 00:00:00 +0000
+++ debian/tests/upstream 2013-11-15 13:01:58 +0000
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3py.test -vs simplejson
04
=== added file 'debian/tests/upstream-3'
--- debian/tests/upstream-3 1970-01-01 00:00:00 +0000
+++ debian/tests/upstream-3 2013-11-15 13:01:58 +0000
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3py.test-3 -vs simplejson

Subscribers

People subscribed via source and target branches