Merge lp:~jibel/ubuntu/trusty/paramiko/lp1248706_enable_autopkgtest into lp:ubuntu/trusty/paramiko

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

Description of the change

* debian/tests: Enable support for autopkgtest (LP: #1248706)

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) 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 2013-06-27 22:59:08 +0000
3+++ debian/changelog 2013-11-06 20:58:21 +0000
4@@ -1,3 +1,9 @@
5+paramiko (1.10.1-1ubuntu1) trusty; urgency=low
6+
7+ * Enable support for autopkgtest (LP: #1248706)
8+
9+ -- Jean-Baptiste Lallement <jean-baptiste.lallement@canonical.com> Wed, 06 Nov 2013 21:48:53 +0100
10+
11 paramiko (1.10.1-1) unstable; urgency=low
12
13 * Imported Upstream version 1.10.1
14
15=== modified file 'debian/control'
16--- debian/control 2013-06-27 22:59:08 +0000
17+++ debian/control 2013-11-06 20:58:21 +0000
18@@ -1,7 +1,8 @@
19 Source: paramiko
20 Section: python
21 Priority: optional
22-Maintainer: Jeremy T. Bouse <jbouse@debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Jeremy T. Bouse <jbouse@debian.org>
25 Uploaders: Guido Guenther <agx@debian.org>
26 Build-Depends: debhelper (>> 8),
27 python-all (>= 2.6.6-3~),
28@@ -12,6 +13,7 @@
29 Homepage: https://github.com/paramiko/paramiko/
30 Vcs-Git: git://git.debian.org/collab-maint/paramiko.git
31 Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git
32+XS-Testsuite: autopkgtest
33
34 Package: paramiko-doc
35 Section: doc
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 20:58:21 +0000
41@@ -0,0 +1,3 @@
42+Tests: upstream
43+Depends: @
44+Restrictions: allow-stderr
45
46=== added file 'debian/tests/upstream'
47--- debian/tests/upstream 1970-01-01 00:00:00 +0000
48+++ debian/tests/upstream 2013-11-06 20:58:21 +0000
49@@ -0,0 +1,3 @@
50+#!/bin/sh
51+
52+python ./test.py --verbose

Subscribers

People subscribed via source and target branches