Skip to content
Open
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
@@ -1,5 +1,6 @@
fastrpc (1.0.2-1) UNRELEASED; urgency=medium

[ Robie Basak ]
* New upstream release
* d/p/dlopen-abi-version: drop (fixed upstream).
* d/gbp.conf: set upstream tag pattern.
Expand All @@ -13,6 +14,11 @@ fastrpc (1.0.2-1) UNRELEASED; urgency=medium
+ d/guess-dsp.sh: remove
+ d/copyright: drop guess-dsp.sh licensing information

[ Loïc Minier ]
* Use a Recommends for the fastrpc-support dep on
hexagon-dsp-binaries instead of a Depends. This notably allows
picking a particular platform or bringing one's own firmware.

-- Robie Basak <robie.basak@oss.qualcomm.com> Thu, 15 Jan 2026 19:58:21 +0000

fastrpc (1.0.0-1) unstable; urgency=medium
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ Description: Qualcomm FastRPC - support daemons and udev rules
.
This package provides the necessary support daemons used to supply object code
to the DSPs and the udev rules to make the DSPs available to users.
Depends: adduser, hexagon-dsp-binaries, ${misc:Depends}, ${shlibs:Depends}
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Recommends: hexagon-dsp-binaries
Loading