From 675ac0200f2460394bcf9107a02ce415fe1b0507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Thu, 21 Apr 2022 12:05:24 -0700 Subject: [PATCH] Add configuration option for passing parameters to dh_python3. --- README.rst | 1 + stdeb/util.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 39f0e2f..8951b7f 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/stdeb/util.py b/stdeb/util.py index 549436e..ecd9ef9 100644 --- a/stdeb/util.py +++ b/stdeb/util.py @@ -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 = [