From ad1f1eab213c6587a0aef0cf9bef4aaf3067f920 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 17 Jun 2020 12:34:05 +0900 Subject: [PATCH] Fix no files packed in debian build Change-Id: Ie4d54f70523c0734eb1e6d560eebde1cea3e9bc3 Signed-off-by: biao716.wang --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1