Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
06dd2aeb28
commit
d8120ce4ab
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -6,7 +6,7 @@ Uploaders:
|
||||||
Lennart Weller <lhw@ring0.de>,
|
Lennart Weller <lhw@ring0.de>,
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dh-python,
|
dh-sequence-python3,
|
||||||
python3,
|
python3,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,7 +3,7 @@
|
||||||
export PYBUILD_NAME=mycli
|
export PYBUILD_NAME=mycli
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem=pybuild --with python3
|
dh ${@} --buildsystem=pybuild
|
||||||
|
|
||||||
execute_after_dh_auto_install:
|
execute_after_dh_auto_install:
|
||||||
# removing useless files
|
# removing useless files
|
||||||
|
|
Loading…
Add table
Reference in a new issue