From: biao716.wang Date: Wed, 17 Jun 2020 03:34:05 +0000 (+0900) Subject: Fix no files packed in debian build X-Git-Tag: accepted/tools/devbase/tools/legacy/20240422.110837^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftools_devbase_tools_legacy;p=tools%2Fpython-jenkinsapi.git Fix no files packed in debian build Change-Id: Ie4d54f70523c0734eb1e6d560eebde1cea3e9bc3 Signed-off-by: biao716.wang --- diff --git a/debian/compat b/debian/compat index 45a4fb7..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +7 diff --git a/debian/control b/debian/control index 29e7825..e92d293 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-jenkinsapi Section: python Priority: optional Maintainer: Al Stone -Build-Depends: debhelper (>= 8.0.0), python-all-dev, python-lxml, python-setuptools +Build-Depends: debhelper (>= 8.0.0), dh-python, python-dev, python-all-dev, python-lxml, python-setuptools XS-Python-Version: current Standards-Version: 3.9.5 Homepage: http://pypi.python.org/pypi/jenkinsapi