From: biao716.wang Date: Wed, 15 Jun 2022 07:36:03 +0000 (+0900) Subject: fix build error on Ubuntu22.04 X-Git-Tag: accepted/tools/devbase/tools/legacy/20240422.110826^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28b3d9db3f7ab6cc15009947310874117bbd18ce;p=tools%2Fdeltarpm.git fix build error on Ubuntu22.04 Change-Id: I61d7d7925e105cddae712806b15f0a6a19ad335e Signed-off-by: biao716.wang --- diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 0a6af7b..2ef54ee 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: deltarpm Section: admin Priority: optional Maintainer: Gui Chen -Build-Depends: debhelper (>= 4.0.0), dpatch, cdbs, python-dev, dh-python, libbz2-dev, librpm-dev, liblzma-dev +Build-Depends: debhelper (>= 4.0.0), dpatch, cdbs, python | python2, python-dev | python2-dev, dh-python, libbz2-dev, librpm-dev, liblzma-dev Standards-Version: 3.7.3 Homepage: ftp://ftp.suse.com/pub/projects/deltarpm