Merge lp:~pieq/checkbox/ppa-packaging-checkbox-ng_fix-1563763 into lp:~checkbox-dev/checkbox/ppa-packaging-checkbox-ng

Proposed by Pierre Equoy
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 38
Merged at revision: 38
Proposed branch: lp:~pieq/checkbox/ppa-packaging-checkbox-ng_fix-1563763
Merge into: lp:~checkbox-dev/checkbox/ppa-packaging-checkbox-ng
Diff against target: 42 lines (+5/-5)
2 files modified
debian/changelog (+1/-1)
debian/control (+4/-4)
To merge this branch: bzr merge lp:~pieq/checkbox/ppa-packaging-checkbox-ng_fix-1563763
Reviewer Review Type Date Requested Status
Sylvain Pineau Approve
Review via email: mp+290578@code.launchpad.net
To post a comment you must log in.
38. By Pierre Equoy

Update dependencies minimum version to avoid issues in Xenial (Fix lp:1563763)

Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1

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 2016-03-21 03:13:35 +0000
3+++ debian/changelog 2016-03-31 09:54:20 +0000
4@@ -1,6 +1,6 @@
5 checkbox-ng (0.25) UNRELEASED; urgency=medium
6
7- * Open for development (remove this message before releasing)
8+ * Update dependencies minimum version to avoid issues in Xenial (Fix lp:1563763)
9
10 -- Pierre Equoy <pierre.equoy@canonical.com> Mon, 21 Mar 2016 11:13:35 +0800
11
12
13=== modified file 'debian/control'
14--- debian/control 2015-12-04 08:30:25 +0000
15+++ debian/control 2016-03-31 09:54:20 +0000
16@@ -7,12 +7,12 @@
17 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
18 Build-Depends: debhelper (>= 9),
19 python3-all,
20- python3-checkbox-support (>= 0.21~),
21+ python3-checkbox-support (>= 0.25~),
22 python3-distutils-extra,
23 python3-doc,
24 python3-docutils,
25 python3-guacamole (>= 0.9),
26- python3-plainbox (>= 0.23~),
27+ python3-plainbox (>= 0.27~),
28 python3-plainbox-doc,
29 python3-requests (>= 1.0),
30 python3-setuptools,
31@@ -42,9 +42,9 @@
32 Package: python3-checkbox-ng
33 Architecture: all
34 Depends: python3 (>= 3.2),
35- python3-checkbox-support (>= 0.21~),
36+ python3-checkbox-support (>= 0.25~),
37 python3-guacamole (>= 0.9),
38- python3-plainbox (>= 0.23~),
39+ python3-plainbox (>= 0.27~),
40 python3-requests (>= 1.0),
41 python3-xlsxwriter,
42 ${misc:Depends}

Subscribers

People subscribed via source and target branches