OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

FR for CI: add .deb package #122

Open GitMensch opened 9 months ago

GitMensch commented 9 months ago

@lefessan, this may be one of your issues ;-)

We do run with Ubuntu, so it seems reasonable to use it after generating the binaries to create a .deb package from this, using the PACKAGE_VERSION as upstream-verion and the revision number as debian-version.

Ideally we can pull the official deb sources from https://sources.debian.org/src/gnucobol/5/, do an adjustment for the version and possibly more as needed, then just run dpkg-deb.

as reference: Debian Maintenance Guide

Note: there are also other CI related issues open, at least #103 (sounds easy) and #50 (not sure where we stand there).