diff --git a/debian/audioreach-graphservices-dev.install b/debian/audioreach-graphservices-dev.install new file mode 100644 index 0000000..294ecad --- /dev/null +++ b/debian/audioreach-graphservices-dev.install @@ -0,0 +1,4 @@ +usr/include/*.h +usr/include/*/*.h +usr/include/*/*/*.h +usr/lib/*/pkgconfig/*.pc diff --git a/debian/audioreach-graphservices.install b/debian/audioreach-graphservices.install new file mode 100644 index 0000000..d87fc58 --- /dev/null +++ b/debian/audioreach-graphservices.install @@ -0,0 +1,2 @@ +usr/lib/*/*.so.* +usr/lib/*/*.so diff --git a/debian/control b/debian/control index 109251c..9e9d552 100644 --- a/debian/control +++ b/debian/control @@ -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} diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..146ff82 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,2 @@ +usr/bin/ats_gateway +usr/lib/${DEB_HOST_MULTIARCH}/*.la diff --git a/debian/rules b/debian/rules index 61b4923..b1d6b96 100644 --- a/debian/rules +++ b/debian/rules @@ -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 - diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..9139222 --- /dev/null +++ b/debian/upstream/metadata @@ -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