diff --git a/ti-vision-apps-8.1/suite/bullseye/debian/changelog b/ti-vision-apps-8.1/suite/bullseye/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..9d4802c35661e0bd1c6b6eefb738788db65c14ea --- /dev/null +++ b/ti-vision-apps-8.1/suite/bullseye/debian/changelog @@ -0,0 +1,6 @@ +ti-vision-apps-8.1 (8.1.0.0-0~bullseye+20220607) bullseye; urgency=low + + * Rebuild for repos.rcn-ee.com + + -- Robert Nelson <robertcnelson@gmail.com> Tue, 07 Jun 2022 15:40:34 -0500 + diff --git a/ti-vision-apps-8.1/suite/bullseye/debian/compat b/ti-vision-apps-8.1/suite/bullseye/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..ec635144f60048986bc560c5576355344005e6e7 --- /dev/null +++ b/ti-vision-apps-8.1/suite/bullseye/debian/compat @@ -0,0 +1 @@ +9 diff --git a/ti-vision-apps-8.1/suite/bullseye/debian/control b/ti-vision-apps-8.1/suite/bullseye/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..87c04b301e56a9f64faecfe34072ceca4511a300 --- /dev/null +++ b/ti-vision-apps-8.1/suite/bullseye/debian/control @@ -0,0 +1,34 @@ +Source: ti-vision-apps-8.1 +Section: misc +Priority: optional +Maintainer: Robert Nelson <robertcnelson@gmail.com> +Build-Depends: + debhelper (>= 9) + , libgles2 + , libegl1 + , libgbm1 + , libwayland-client0 + , libwayland-server0 + , libwayland-egl1 + , libfreetype6 + , libdevil1c2 + , ti-rpmsg-char + , ti-neo-ai-dlr-8.2 +Standards-Version: 4.5.1 + +Package: ti-vision-apps-8.1 +Architecture: arm64 +Depends: + ${misc:Depends} + , libgles2 + , libegl1 + , libgbm1 + , libwayland-client0 + , libwayland-server0 + , libwayland-egl1 + , libfreetype6 + , libdevil1c2 + , ti-rpmsg-char + , ti-neo-ai-dlr-8.1 +Description: TI vision-apps + TI vision-apps diff --git a/ti-vision-apps-8.1/suite/bullseye/debian/install b/ti-vision-apps-8.1/suite/bullseye/debian/install new file mode 100644 index 0000000000000000000000000000000000000000..c64a8345de703b8e5ac061332cabbf7a3e254de0 --- /dev/null +++ b/ti-vision-apps-8.1/suite/bullseye/debian/install @@ -0,0 +1 @@ +tmp/usr/* /usr/ diff --git a/ti-vision-apps-8.1/suite/bullseye/debian/rules b/ti-vision-apps-8.1/suite/bullseye/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..151e58870f8904c33127bde5bd7721d25d2401ae --- /dev/null +++ b/ti-vision-apps-8.1/suite/bullseye/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +# Disable dh_strip +override_dh_strip: + +# Disable dh_strip_nondeterminism +override_dh_strip_nondeterminism: + +wfile="tivision_apps.tar.xz" + +override_dh_auto_configure: + mkdir -p ./tmp/ ; tar xf ./debian/$(wfile) -C ./tmp/ + +%: + dh $@ diff --git a/ti-vision-apps-8.1/version.sh b/ti-vision-apps-8.1/version.sh new file mode 100644 index 0000000000000000000000000000000000000000..792e01da77da247bc6a34866951b29531af2e1bb --- /dev/null +++ b/ti-vision-apps-8.1/version.sh @@ -0,0 +1,22 @@ +#!/bin/bash -e + +package_name="ti-vision-apps-8.1" +debian_pkg_name="${package_name}" +package_version="8.1.0.0" +package_source="" +src_dir="" + +git_repo="" +git_sha="" +reprepro_dir="t/${package_name}" +dl_path="pool/main/${reprepro_dir}/" + +debian_version="${package_version}-0" +debian_untar="" +debian_patch="" + +debian_dl_1="http://192.168.1.98/internal/dl/files/tivision_apps.tar.xz" + +clear_changelog="enable" + +bullseye_version="~bullseye+20220607"