From 0ee008a5d45ace468bfce2c87fa73e3ada74c6fb Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 20 Jul 2022 19:01:48 +0900 Subject: [PATCH] [Debian] Support Ubuntu 22.04 With 22.04, dpkg-source becomes more strict. Lower down the requirements. Change-Id: I3cd313dde689b583e9373117e62cea4fe6bfe5f1 Signed-off-by: MyungJoo Ham --- debian/compat | 2 +- debian/control | 2 +- debian/source/format | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/source/format diff --git a/debian/compat b/debian/compat index f599e28..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/debian/control b/debian/control index ffb4520..a78244d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Junhwan Kim Build-Depends: debhelper (>= 9), cmake (>=3.5), g++-11 | g++-10 | g++-9 | g++-8 | g++-7 | g++-6 | g++-5, python3, python3-dev, python3-setuptools, libtinfo-dev, zlib1g-dev, build-essential, libedit-dev, libxml2-dev -Standards-Version: 4.1.2 +Standards-Version: 3.9.6 #Vcs-Git: https://anonscm.debian.org/git/collab-maint/tvm-runtime.git #Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/tvm-runtime.git diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 2.7.4