Merge ~lutostag/juju-wait:deb-pkg-fixes into juju-wait:master

Proposed by Greg Lutostanski
Status: Merged
Merged at revision: 52c8f441aaffb85ffa31010e427b11d885068984
Proposed branch: ~lutostag/juju-wait:deb-pkg-fixes
Merge into: juju-wait:master
Diff against target: 26 lines (+2/-3)
2 files modified
debian/control (+1/-1)
debian/rules (+1/-2)
Reviewer Review Type Date Requested Status
Stuart Bishop Pending
Review via email: mp+328608@code.launchpad.net

Description of the change

fix: include juju-wait python scripts

fixes https://bugs.launchpad.net/juju-wait/+bug/1703695

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/control b/debian/control
2index f15782b..b04c427 100644
3--- a/debian/control
4+++ b/debian/control
5@@ -11,7 +11,7 @@ Build-Depends:
6 python3-setuptools,
7 python3-yaml
8 Standards-Version: 3.9.3
9-X-Python3-Version: >= 3.4
10+X-Python-Version: >= 3.4
11
12 Package: juju-wait
13 Architecture: all
14diff --git a/debian/rules b/debian/rules
15index 8025c1b..7b4b7e7 100755
16--- a/debian/rules
17+++ b/debian/rules
18@@ -10,7 +10,6 @@
19 #export DH_VERBOSE=1
20
21 export PYBUILD_NAME=juju_wait
22-export DEBPYTHON_SUPPORTED=3.2,3.3,3.4,3.5,3.6
23
24 %:
25- dh $@ --with=python3 --without-python2
26+ dh $@ --with=python3 --without-python2 --buildsystem=pybuild

Subscribers

People subscribed via source and target branches

to all changes: