colcon-core icon indicating copy to clipboard operation
colcon-core copied to clipboard

Debian packages for non-core extensions

Open esteve opened this issue 4 years ago • 2 comments

I'd like to package colcon-cargo as a Debian package like the rest of the colcon extenions, however I can't seem to find what the process is. Is it like any other bloom package or does it require any additional steps? Thanks.

esteve avatar Jun 03 '21 11:06 esteve

Is it like any other bloom package...?

These packages are not released using bloom. As I understand it, a stdeb.cfg file is curated in each repository and the debian packages are built locally and distributed through packagecloud: https://packagecloud.io/dirk-thomas/colcon

I believe that only @dirk-thomas has the power to grant users the ability to distribute packages from there.

cottsay avatar Sep 16 '21 20:09 cottsay

@esteve Instructions for making (Debian package) releases can be found in the colcon documentation: https://colcon.readthedocs.io/en/released/developer/release.html

I am happy to add anyone, who wants to maintain a colcon package and make releases, as a contributor to the packagecloud repo. In the past only christophebedard and Briancbn have reached out to me and been added as contributors. Their permission is not specific to a package but each of them maintains a single colcon extension they have developed.

dirk-thomas avatar Sep 17 '21 05:09 dirk-thomas