Merge lp:~jibel/ubuntu/trusty/python-jsonschema/lp1248727_enable_autopkgtest into lp:ubuntu/trusty/python-jsonschema

Proposed by Jean-Baptiste Lallement
Status: Merged
Merged at revision: 10
Proposed branch: lp:~jibel/ubuntu/trusty/python-jsonschema/lp1248727_enable_autopkgtest
Merge into: lp:ubuntu/trusty/python-jsonschema
Diff against target: 63 lines (+21/-1)
5 files modified
debian/changelog (+6/-0)
debian/control (+3/-1)
debian/tests/control (+2/-0)
debian/tests/upstream-py2 (+5/-0)
debian/tests/upstream-py3 (+5/-0)
To merge this branch: bzr merge lp:~jibel/ubuntu/trusty/python-jsonschema/lp1248727_enable_autopkgtest
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+194236@code.launchpad.net

Description of the change

* Enable support for autopkgtest (LP: #1248727)

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

Thanks!

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-07-24 15:11:14 +0000
3+++ debian/changelog 2013-11-06 21:26:01 +0000
4@@ -1,3 +1,9 @@
5+python-jsonschema (2.0.0-1ubuntu1) trusty; urgency=low
6+
7+ * Enable support for autopkgtest (LP: #1248727)
8+
9+ -- Jean-Baptiste Lallement <jean-baptiste.lallement@canonical.com> Wed, 06 Nov 2013 22:20:14 +0100
10+
11 python-jsonschema (2.0.0-1) unstable; urgency=low
12
13 * New upstream release.
14
15=== modified file 'debian/control'
16--- debian/control 2013-07-24 15:11:14 +0000
17+++ debian/control 2013-11-06 21:26:01 +0000
18@@ -1,7 +1,8 @@
19 Source: python-jsonschema
20 Section: python
21 Priority: optional
22-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
25 Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
26 Julien Danjou <acid@debian.org>,
27 Thomas Goirand <zigo@debian.org>,
28@@ -21,6 +22,7 @@
29 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-jsonschema.git
30 Vcs-Git: git://anonscm.debian.org/openstack/python-jsonschema.git
31 Homepage: https://github.com/Julian/jsonschema
32+XS-Testsuite: autopkgtest
33
34 Package: python-jsonschema
35 Architecture: all
36
37=== added directory 'debian/tests'
38=== added file 'debian/tests/control'
39--- debian/tests/control 1970-01-01 00:00:00 +0000
40+++ debian/tests/control 2013-11-06 21:26:01 +0000
41@@ -0,0 +1,2 @@
42+Tests: upstream-py2 upstream-py3
43+Depends: @, python-pytest, python3-pytest
44
45=== added file 'debian/tests/upstream-py2'
46--- debian/tests/upstream-py2 1970-01-01 00:00:00 +0000
47+++ debian/tests/upstream-py2 2013-11-06 21:26:01 +0000
48@@ -0,0 +1,5 @@
49+#!/bin/sh
50+
51+set -e
52+
53+py.test -v -s jsonschema
54
55=== added file 'debian/tests/upstream-py3'
56--- debian/tests/upstream-py3 1970-01-01 00:00:00 +0000
57+++ debian/tests/upstream-py3 2013-11-06 21:26:01 +0000
58@@ -0,0 +1,5 @@
59+#!/bin/sh
60+
61+set -e
62+
63+py.test-3 -v -s jsonschema

Subscribers

People subscribed via source and target branches