Merge with Debian 1.0.7-2 - #96
Merged
Merged
Conversation
Signed-off-by: GitHub Service Bot <githubservice@qti.qualcomm.com>
Prepare 1.0.7-2 with the addition of a patch from upstream PR #387; fixes lookup of non-machine specific Hexagon DSP files which were missing a / separator. Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
fastrpc-support ships /usr/lib/sysusers.d/fastrpc.conf, but nothing
was creating the fastrpc system group at install time, so the udev
rules in 60-fastrpc.rules could not chgrp the device nodes.
dh_installsysusers generates the required postinst snippet
(correctly guarded on "configure" and honouring $DPKG_ROOT) and adds
the systemd | systemd-standalone-sysusers | systemd-sysusers
dependency via ${misc:Depends}. It only runs by default from compat
14, so enable it explicitly through the installsysusers sequence
add-on; this keeps debhelper-compat (= 13) and works with the
debhelper in trixie, which is needed for trixie-backports. The
add-on is a no-op once we move to compat 14.
Closes: #85
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
fastrpc-support has no maintainer script and does not call adduser
or addgroup. The fastrpc system group is created by the systemd
sysusers file, which pulls in the appropriate implementation via
${misc:Depends}.
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
The udev rules shipped in fastrpc-support call setfacl, so the package should have a Depends on acl which provides it. Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
Misc packaging fixes
d/patches: add fix-hexagon-path from PR #387
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
Declaring the add-on as a build-dependency is equivalent -- dh
auto-loads sequence add-ons listed in Build-Depends -- but it avoids
a lintian false positive:
E: fastrpc source: missing-build-dependency-for-dh-addon
installsysusers (does not satisfy libdebhelper-perl:any)
[debian/rules]
debhelper in trixie (13.24.2) already provides
dh-sequence-installsysusers, so this keeps working for
trixie-backports.
Verified that dh_installsysusers is still inserted after dh_install
and that lintian is now clean on the source package.
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Contributor
Author
|
Validated: |
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Robie Basak (basak-qcom)
force-pushed
the
qli-latest-1.0.7-2
branch
from
September 9, 2026 09:38
5a30035 to
22af4bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mechanical PR for CI. I will self-approve after validating.