debian: fix invalid Maintainer field on qcom/ubuntu/resolute - #31
Open
Simon Beaudoin (simonbeaudoin0935) wants to merge 6 commits into
Open
debian: fix invalid Maintainer field on qcom/ubuntu/resolute#31Simon Beaudoin (simonbeaudoin0935) wants to merge 6 commits into
Simon Beaudoin (simonbeaudoin0935) wants to merge 6 commits into
Conversation
Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
Signed-off-by: GitHub Service Bot <githubservice@qti.qualcomm.com>
The resolute branch failed in Docker before deps were resolved. debian/control used an invalid Maintainer value with only an email in angle brackets. Use a valid RFC822 maintainer identity so dpkg-source parses package metadata and build can proceed. Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Install urm.service unconditionally under /usr/lib/systemd/system. This matches debian/userspace-resource-manager.install and fixes the dh_install missing-file failure in resolute PR builds. Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
Simon Beaudoin (simonbeaudoin0935)
force-pushed
the
qcom/ubuntu/resolute
branch
from
July 27, 2026 16:50
4e5d504 to
23b84d8
Compare
Closed
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.
Summary
Fix invalid RFC822 maintainer syntax in
debian/controlAdd a changelog note under existing
1.0.0-1unreleased entryWhy
PR Build / Build (Docker)for resolute fails before dependency resolution with:dpkg-source: error: cannot parse Maintainer field valueThis blocks producing a buildable/releasable
pkg-urmfor resolute, which is needed bypkg-urm-ext.Validation
local parser check:
dpkg-source --before-build .passes