Merge lp:~matsubara/maas/bug-1334401-paramiko-trusty into lp:~maas-maintainers/maas/packaging.trusty

Proposed by Diogo Matsubara
Status: Merged
Approved by: Diogo Matsubara
Approved revision: 286
Merged at revision: 286
Proposed branch: lp:~matsubara/maas/bug-1334401-paramiko-trusty
Merge into: lp:~maas-maintainers/maas/packaging.trusty
Diff against target: 26 lines (+5/-0)
2 files modified
debian/changelog (+4/-0)
debian/control (+1/-0)
To merge this branch: bzr merge lp:~matsubara/maas/bug-1334401-paramiko-trusty
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+228184@code.launchpad.net

Commit message

Adds python-paramiko as a dependency for python-maas-provisioningserver

Description of the change

This branch adds python-paramiko as dependency for python-maas-provisioningserver since r2292 of lp:maas/1.5 introduced some changes that requires the paramiko module. This is the same fix done for utopic reported as bug 1334401

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) wrote :

Looks good.

review: Approve
Revision history for this message
Julian Edwards (julian-edwards) wrote :

Just a hint: using "dch -i" should DTRT when adding new changes to unreleased changelogs.

Revision history for this message
Diogo Matsubara (matsubara) wrote :

Thanks for the review Raphaël and for the hint Julian!

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-07-15 21:20:27 +0000
3+++ debian/changelog 2014-07-24 18:50:08 +0000
4@@ -12,6 +12,10 @@
5 * debian/maas-cluster-controller.postinst
6 - Allow maas-pserv to bind to all IPv6 addresses too.
7
8+ [ Diogo Matsubara ]
9+ * debian/control:
10+ - python-maas-provisioningserver depends on python-paramiko (LP: #1334401)
11+
12 -- Julian Edwards <julian.edwards@canonical.com> Wed, 04 Jun 2014 13:32:00 +1000
13
14 maas (1.5.3+bzr2287-0ubuntu1) trusty; urgency=medium
15
16=== modified file 'debian/control'
17--- debian/control 2014-06-20 17:09:32 +0000
18+++ debian/control 2014-07-24 18:50:08 +0000
19@@ -98,6 +98,7 @@
20 python-oops-amqp,
21 python-oops-datedir-repo,
22 python-oops-twisted,
23+ python-paramiko,
24 python-pyparsing,
25 python-seamicroclient,
26 python-simplestreams,

Subscribers

People subscribed via source and target branches