Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
audioreach-graphservice (1.0.0) unstable; urgency=low

* Initial release.

-- Radhika Garg <radhgarg@qti.qualcomm.com> Mon, 15 Dec 2025 15:19:40 +0530

17 changes: 17 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Source: audioreach-graphservice
Section: misc
Priority: optional
Maintainer: Radhika Garg <radhgarg@qti.qualcomm.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libglib2.0-0,
libglib2.0-dev,
pkg-config,
audioreach-kernel
Standards-Version: 4.6.2


Package: audioreach-graphservice
Architecture: arm64
Depends: ${misc:Depends}
Description: Qualcomm audio graphservice
2 changes: 2 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright (c) Qualcomm Technologies, Inc. Inc. and/or its subsidiaries.
SPDX-License-Identifier: BSD-3-Clause-Clear
8 changes: 8 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/make -f

%:
dh $@

override_dh_auto_configure:
dh_auto_configure -- --with-glib --without-cutils --with-syslog --with-dummy_diag --with-qcom --with-audio_dma_support --without-ats_transport_tcp_ip --without-ats_data_logging --with-msm-audio-ion-disable

1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
Loading