From bff3b46cc2beffbd2b51707e8a1f9a2218447272 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Tue, 7 Jun 2022 14:53:57 -0500
Subject: [PATCH] ti-onnxruntime-src-8.1 (8.1.0.3)

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog | 4 ++--
 ti-onnxruntime-src-8.1/suite/bullseye/debian/control   | 1 -
 ti-onnxruntime-src-8.1/suite/bullseye/debian/rules     | 3 ---
 ti-onnxruntime-src-8.1/version.sh                      | 4 ++--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog b/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog
index 05b5ecd3c..c582fdbb7 100644
--- a/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog
+++ b/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog
@@ -1,6 +1,6 @@
-ti-onnxruntime-src-8.1 (8.1.0.2-0~bullseye+20220524) bullseye; urgency=low
+ti-onnxruntime-src-8.1 (8.1.0.3-0~bullseye+20220607) bullseye; urgency=low
 
   * Rebuild for repos.rcn-ee.com
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 24 May 2022 10:08:40 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Tue, 07 Jun 2022 14:53:48 -0500
 
diff --git a/ti-onnxruntime-src-8.1/suite/bullseye/debian/control b/ti-onnxruntime-src-8.1/suite/bullseye/debian/control
index 6757bf0fe..aa11429a4 100644
--- a/ti-onnxruntime-src-8.1/suite/bullseye/debian/control
+++ b/ti-onnxruntime-src-8.1/suite/bullseye/debian/control
@@ -7,7 +7,6 @@ Build-Depends:
  , ca-certificates
  , git
  , unzip
- , tree
 Standards-Version: 4.5.1
 
 Package: ti-onnxruntime-src-8.1
diff --git a/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules b/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules
index 1500f7ca0..e3fa12db7 100755
--- a/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules
+++ b/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules
@@ -4,8 +4,6 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
-DEB_BUILD_OPTIONS=noautodbgsym
-
 # Disable dh_strip
 override_dh_strip:
 
@@ -21,7 +19,6 @@ override_dh_auto_configure:
 	cp -v debian/tool.cmake ./tmp/opt/onnxruntime/
 	cd ./tmp/opt/onnxruntime/ ; git submodule update --init --recursive
 	cd ./tmp/opt/onnxruntime/ ; find . | grep .git | xargs rm -rf
-	cd ./tmp/opt/onnxruntime/ ; tree
 
 %:
 	dh $@
diff --git a/ti-onnxruntime-src-8.1/version.sh b/ti-onnxruntime-src-8.1/version.sh
index d04ed38c1..70a2de28a 100644
--- a/ti-onnxruntime-src-8.1/version.sh
+++ b/ti-onnxruntime-src-8.1/version.sh
@@ -2,7 +2,7 @@
 
 package_name="ti-onnxruntime-src-8.1"
 debian_pkg_name="${package_name}"
-package_version="8.1.0.2"
+package_version="8.1.0.3"
 package_source=""
 src_dir=""
 
@@ -19,4 +19,4 @@ debian_dl_1="https://github.com/protocolbuffers/protobuf/releases/download/v3.11
 
 clear_changelog="enable"
 
-bullseye_version="~bullseye+20220524"
+bullseye_version="~bullseye+20220607"
-- 
GitLab