Merge lp:~simpoir/storm/storm-packaging-modernized into lp:~landscape/storm/storm-packaging-lds

Proposed by Simon Poirier
Status: Merged
Approved by: Simon Poirier
Approved revision: 17
Merged at revision: 17
Proposed branch: lp:~simpoir/storm/storm-packaging-modernized
Merge into: lp:~landscape/storm/storm-packaging-lds
Diff against target: 38 lines (+4/-4)
3 files modified
compat (+1/-1)
control (+2/-2)
rules (+1/-1)
To merge this branch: bzr merge lp:~simpoir/storm/storm-packaging-modernized
Reviewer Review Type Date Requested Status
Daniel Manrique (community) Approve
Review via email: mp+387721@code.launchpad.net

Commit message

Bump dh compat to get recipe building on focal.

Description of the change

Bump dh compat to get recipe building on focal.

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'compat'
2--- compat 2014-01-29 13:02:30 +0000
3+++ compat 2020-07-20 22:47:11 +0000
4@@ -1,1 +1,1 @@
5-7
6+11
7
8=== modified file 'control'
9--- control 2014-01-31 08:20:44 +0000
10+++ control 2020-07-20 22:47:11 +0000
11@@ -3,13 +3,13 @@
12 Priority: extra
13 Maintainer: Landscape Developers <landscape-devel@lists.canonical.com>
14 Build-Depends:
15- debhelper (>= 7.0.50~),
16+ debhelper (>= 11),
17+ dh-python,
18 python-all-dbg (>= 2.6.6-3~),
19 python-all-dev (>= 2.6.6-3~),
20 python-setuptools,
21 python-fixtures
22 Standards-Version: 3.9.2
23-X-Python-Version: >= 2.4
24 Homepage: http://storm.canonical.com/
25
26 Package: python-storm
27
28=== modified file 'rules'
29--- rules 2020-02-11 23:13:44 +0000
30+++ rules 2020-07-20 22:47:11 +0000
31@@ -1,6 +1,6 @@
32 #!/usr/bin/make -f
33 %:
34- dh $@ --with python2 --buildsystem=python_distutils
35+ dh $@ --with python2 --buildsystem=pybuild
36
37 override_dh_installchangelogs:
38 dh_installchangelogs NEWS

Subscribers

People subscribed via source and target branches

to all changes: