Skip to content

Commit 855e5db

Browse files
committed
Add '+upstream' suffix to published deb version
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.
1 parent 8a8e1ad commit 855e5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ No-Python2:
33
Depends3: python3-colcon-core
44
Suite: focal jammy noble bookworm trixie
55
X-Python3-Version: >= 3.6
6-
Debian-Version: 100
6+
Upstream-Version-Suffix: +upstream

0 commit comments

Comments
 (0)