Updating python debhelper sequence, thanks to Andrej Shadura <andrewsh@debian.org>.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
831577e541
commit
73ade0282a
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>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-python,
|
||||
dh-sequence-python3,
|
||||
python3,
|
||||
python3-prompt-toolkit (>= 3.0.16),
|
||||
python3-pygments,
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,4 +3,4 @@
|
|||
export PYBUILD_NAME=ptpython
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild --with python3
|
||||
dh ${@} --buildsystem=pybuild
|
||||
|
|
Loading…
Add table
Reference in a new issue