Skip to content

Several bookkeeping changes to align with other colcon packages#167

Merged
cottsay merged 6 commits into
masterfrom
cottsay/bookkeeping
Jan 13, 2026
Merged

Several bookkeeping changes to align with other colcon packages#167
cottsay merged 6 commits into
masterfrom
cottsay/bookkeeping

Conversation

@cottsay

@cottsay cottsay commented Jan 13, 2026

Copy link
Copy Markdown
Member

No description provided.

This variable is not assigned to, and so the scope qualifier is not
necessary and may be misleading.
While this may have been well-intended, years of builds have
demonstrated that we only really see deprecation warnings in our
dependencies and rarely catch anything in colcon packages.

We may elect to re-enable this flag in our CI builds, but having it
enabled in the package itself only makes it more difficult to maintain
colcon packages downstream.
We continue to see interference between the deb packages we publish from
the colcon project and efforts to package colcon as part of mainline
Debian and Ubuntu. Using a high Debian-Version value mitigated the
problems in most cases, but was not sufficient to eliminate all of the
conflicts we're currently experiencing.

Using a debian version suffix which falls late alphabetically appears to
give our packages preference by apt. If a user enables a repository
which distributes packages created by the colcon project, it is likely
that they wish to use these packages instead of the ones packaged by
their platform.
Ubuntu Resolute (26.04) is the next LTS release of Ubuntu.
@cottsay cottsay force-pushed the cottsay/bookkeeping branch from ce36f4e to 2fed012 Compare January 13, 2026 18:26
@codecov-commenter

codecov-commenter commented Jan 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 15.95%. Comparing base (65ac2ec) to head (2fed012).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   15.95%   15.95%           
=======================================
  Files          20       20           
  Lines         652      652           
  Branches      131      114   -17     
=======================================
  Hits          104      104           
  Misses        540      540           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cottsay cottsay merged commit 2fed012 into master Jan 13, 2026
22 checks passed
@cottsay cottsay deleted the cottsay/bookkeeping branch January 13, 2026 18:40
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.

2 participants