Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b40b2e7e52
commit
7708a1e765
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dh-python,
|
dh-sequence-python3,
|
||||||
python3-all,
|
python3-all,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem=pybuild --with python3
|
dh ${@} --buildsystem=pybuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue