Skip to content

debian: fix invalid Maintainer field on qcom/ubuntu/resolute - #31

Open
Simon Beaudoin (simonbeaudoin0935) wants to merge 6 commits into
qcom/ubuntu/resolutefrom
fix/resolute-maintainer
Open

debian: fix invalid Maintainer field on qcom/ubuntu/resolute#31
Simon Beaudoin (simonbeaudoin0935) wants to merge 6 commits into
qcom/ubuntu/resolutefrom
fix/resolute-maintainer

Conversation

@simonbeaudoin0935

@simonbeaudoin0935 Simon Beaudoin (simonbeaudoin0935) commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Fix invalid RFC822 maintainer syntax in debian/control

Add a changelog note under existing 1.0.0-1 unreleased entry

Why

PR Build / Build (Docker) for resolute fails before dependency resolution with:
dpkg-source: error: cannot parse Maintainer field value
This blocks producing a buildable/releasable pkg-urm for resolute, which is needed by pkg-urm-ext.

Validation

local parser check: dpkg-source --before-build . passes

Kartik Nema (kartnema) and others added 5 commits July 3, 2026 16:38
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>
@github-advanced-security

Copy link
Copy Markdown

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants