From fd3e6d0742733d24e1d17e213da03ee1cc0789c9 Mon Sep 17 00:00:00 2001 From: Radhika Garg Date: Mon, 5 Jan 2026 20:06:40 -0800 Subject: [PATCH] Debian files added --- debian/changelog | 6 ++++++ debian/control | 22 ++++++++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + 4 files changed, 35 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a4f3b9b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +audioreach-audio-utils (1.0.0) unstable; urgency=low + + * Initial release. + + -- Radhika Garg Mon, 15 Dec 2025 15:19:40 +0530 + diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dc6a79d --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: audioreach-audio-utils +Section: misc +Priority: optional +Maintainer: Radhika Garg +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 13), + libglib2.0-0, + libglib2.0-dev, + pkg-config, + libtinyalsa2, + libtinyalsa-dev, + libexpat1-dev, +Standards-Version: 4.6.2 + + +Package: audioreach-audio-utils +Architecture: arm64 +Depends: ${misc:Depends} +Description: Qualcomm audio graphservice + + + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fce6539 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ + + 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)