[Debian] Support Ubuntu 22.04 33/278433/2 sandbox/mzx/ubuntu2204 tizen
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 20 Jul 2022 10:01:48 +0000 (19:01 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 26 Jul 2022 02:34:19 +0000 (11:34 +0900)
With 22.04, dpkg-source becomes more strict.
Lower down the requirements.

Change-Id: I3cd313dde689b583e9373117e62cea4fe6bfe5f1
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/compat
debian/control
debian/source/format [new file with mode: 0644]

index f599e28..ec63514 100644 (file)
@@ -1 +1 @@
-10
+9
index ffb4520..a78244d 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Junhwan Kim <jejudo.kim@samsung.net>
 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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)