Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
10 stars 6 forks source link

Move flake-ctl-builder-dpkg to dpkg-buildpackage #192

Open Ichmed opened 11 months ago

Ichmed commented 11 months ago

Right now flake-ctl-builder-dpkg uses dpkg-deb to create the .deb files.

In order to also be able to produce .dsc files dpkg-buildpackage and dpkg-source should be used, which needs slightly different infrastructure.