Skip to content
Merged
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
4 changes: 4 additions & 0 deletions debian/audioreach-graphservices-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
usr/include/*.h
usr/include/*/*.h
usr/include/*/*/*.h
usr/lib/*/pkgconfig/*.pc
2 changes: 2 additions & 0 deletions debian/audioreach-graphservices.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*/*.so.*
usr/lib/*/*.so
23 changes: 21 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,28 @@ Build-Depends: debhelper-compat (= 13),
pkg-config,
audioreach-kernel-headers
Standards-Version: 4.6.2

Homepage: https://github.com/Audioreach/audioreach-graphservices
Vcs-Git: https://github.com/qualcomm-linux/pkg-audioreach-graphservices -b debian/latest
Vcs-Browser: https://github.com/qualcomm-linux/pkg-audioreach-graphservices

Package: audioreach-graphservices
Architecture: arm64
Section: libs
Depends: ${misc:Depends}
Description: Qualcomm audio graphservices
Description: AudioReach graph service libraries
Provides cross-platform libraries for managing audio graphs
in the AudioReach framework, including setup, control,
data exchange, and calibration handling.

Package: audioreach-graphservices-dev
Architecture: arm64
Description: AudioReach graphservices - development files
AudioReach graph service libraries
Provides cross-platform libraries for managing audio graphs
in the AudioReach framework, including setup, control,
data exchange, and calibration handling.
.
This package contains library headers for the shared libraries shipped in the
audioreach-graphservices package.
Section: libdevel
Depends: audioreach-graphservices (= ${binary:Version}), ${misc:Depends}
2 changes: 2 additions & 0 deletions debian/not-installed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/bin/ats_gateway
usr/lib/${DEB_HOST_MULTIARCH}/*.la
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

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

5 changes: 5 additions & 0 deletions debian/upstream/metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bug-Database: https://github.com/Audioreach/audioreach-graphservices/issues
Bug-Submit: https://github.com/Audioreach/audioreach-graphservices/issues/new
Changelog: https://github.com/Audioreach/audioreach-graphservices/releases
Repository-Browse: https://github.com/Audioreach/audioreach-graphservices
Repository: https://github.com/Audioreach/audioreach-graphservices.git
Loading