Skip to content
Snippets Groups Projects
Commit 55e2d7b6 authored by Alexandre Detiste's avatar Alexandre Detiste
Browse files

use dh-sequence-python3

parent 7a8d68c7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-requests,
......
......@@ -3,15 +3,13 @@
export PYBUILD_NAME = bugzilla
%:
dh $@ --with python3 --buildsystem=pybuild
dh $@ --buildsystem=pybuild
override_dh_install:
dh_install
execute_after_dh_install:
# We have a dedicated package for the CLI part of the package, so here
# we delete the files under /usr/bin.
rm -rf debian/python3-bugzilla/usr/bin
override_dh_installman:
dh_installman
execute_after_dh_installman:
# Remove the manpage from the Python package.
rm -rf debian/python3-bugzilla/usr/share/man
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment