Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
debhelper
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
debhelper
Merge requests
!43
Backport v2024 <- v2026dev1: dh_setup_copyright: Handle unknown reference files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Backport v2024 <- v2026dev1: dh_setup_copyright: Handle unknown reference files
apertis/v2026dev1
into
apertis/v2024-updates
Overview
0
Commits
3
Pipelines
3
Changes
2
Merged
Walter Lozano
requested to merge
apertis/v2026dev1
into
apertis/v2024-updates
2 months ago
Overview
0
Commits
3
Pipelines
3
Changes
2
Expand
Backport
!40 (merged)
Signed-off-by: Walter Lozano
walter.lozano@collabora.com
0
0
Merge request reports
Compare
apertis/v2024-updates
apertis/v2024-updates (base)
and
latest version
latest version
638e16e3
3 commits,
2 months ago
2 files
+
21
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
debian/changelog
+
15
−
0
Options
debhelper (13.11.4+apertis8) apertis; urgency=medium
* dh_setup_copyright: Warn if no package found.
The script dh_setup_copyright tries to find the package each reference
file belongs to, however, in some cases this is not possible and there
is now warning about that.
Add a warning about the unknown file to allow further investigations.
* dh_setup_copyright: Workaround rust-coreutils issues.
Package rust-coreutils is special as it uses a different folder for the
registry, causing dh_setup_copyright to fail at finding the package
reference files belong to.
To avoid this issue, take into account this fact and replace the names.
-- Walter Lozano <walter.lozano@collabora.com> Tue, 22 Oct 2024 16:24:59 -0300
debhelper (13.11.4+apertis7) apertis; urgency=medium
* dh_setup_copyright: Sort JSON keys to preserve reproducible builds
Loading