Skip to content

Commit

Permalink
Add configuration option for passing parameters to dh_python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Apr 21, 2022
1 parent bc37aa1 commit 675ac02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ All available options:
Udev-Rules file with rules to install to udev
Python2-Depends-Name override Python 2 Debian package name in
${python:Depends}
Dh-python3-params parameters passed to dh_python3
====================================== =========================================

The option names in stdeb.cfg files are not case sensitive.
Expand Down
1 change: 1 addition & 0 deletions stdeb/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def check_call(*popenargs, **kwargs):
('udev-rules=', None, 'file with rules to install to udev'),
('python2-depends-name=', None,
'Python 2 Debian package name used in ${python:Depends}'),
('dh-python3-params=', None, 'parameters passed to dh_python3'),
]

stdeb_cmd_bool_opts = [
Expand Down

0 comments on commit 675ac02

Please sign in to comment.