deb.mk

deb-package

Synopsis: make deb-package

Hooks: deb-pre-package, deb-post-package

Variables:

Variable

Description

VERSION

<semver tag of image> - defaults to release key in .release file

RELEASE_CONTEXT

<directory holding .release file>

DEB_OUT_DIR

<output directory for deb package> - default build/deb

ADDITIONAL_CMAKE_PARAMS

<additional params to pass to the cmake command> - default empty

Call cmake to generate an RPM artefact with the SKAO manifest metadata included and put the output in DEB_OUT_DIR.

deb-publish

Synopsis: make deb-publish

Hooks: deb-pre-publish, deb-post-publish

Variables:

Variable

Description

VERSION

<semver tag of image> - defaults to release key in .release file

RELEASE_CONTEXT

<directory holding .release file>

DEB_OUT_DIR

<output directory for deb package> - default build/deb

Publish the RPM package from the DEB_OUT_DIR directory.