Merge ~sylvain-pineau/checkbox-ng/+git/packaging_service_renamed_fix:master into ~checkbox-dev/checkbox-ng/+git/packaging:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 0ca0247dbeb16f3a64c77f859d8ca2b9a91fe4e0
Merged at revision: 6f9193b22fc037fd16c1aeffde31caa6a2a2d8ae
Proposed branch: ~sylvain-pineau/checkbox-ng/+git/packaging_service_renamed_fix:master
Merge into: ~checkbox-dev/checkbox-ng/+git/packaging:master
Diff against target: 27 lines (+3/-1)
2 files modified
debian/compat (+1/-1)
debian/control (+2/-0)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+374855@code.launchpad.net

Description of the change

Fix packaging since debhelper v11 is not available on xenial:

https://packages.ubuntu.com/xenial-backports/debhelper

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/compat b/debian/compat
2index b4de394..f599e28 100644
3--- a/debian/compat
4+++ b/debian/compat
5@@ -1 +1 @@
6-11
7+10
8diff --git a/debian/control b/debian/control
9index 8821f69..54d6122 100644
10--- a/debian/control
11+++ b/debian/control
12@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9),
13 python3-jinja2,
14 python3-padme,
15 python3-pkg-resources,
16+ python3-psutil,
17 python3-requests (>= 1.0),
18 python3-requests-oauthlib,
19 python3-setuptools,
20@@ -50,6 +51,7 @@ Depends: python3-crypto,
21 python3-jinja2,
22 python3-padme,
23 python3-pkg-resources,
24+ python3-psutil,
25 python3-requests (>= 1.0),
26 python3-requests-oauthlib,
27 python3-urwid,

Subscribers

People subscribed via source and target branches