Packaging follows Debian source format 3.0 (quilt).
To build from upstream source:
- Download the Ladybug release tarball.
- Rename it to ladybug_<version>.orig.tar.gz.
- Extract the tarball to a new directory. Don't delete the tarball after extraction, we need it for the build process
- Copy the
debian/directory from this repository into the extracted directory andcdinto it. - Run
export DH_BUILD_SYSTEM=cmake_ninja && dpkg-buildpackage -us -uc