From 28b3d9db3f7ab6cc15009947310874117bbd18ce Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 15 Jun 2022 16:36:03 +0900 Subject: [PATCH] fix build error on Ubuntu22.04 Change-Id: I61d7d7925e105cddae712806b15f0a6a19ad335e 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 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 -- 2.34.1