defaultbranch / pdal-debian-package

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Create first debian package #4

Open defaultbranch opened 1 month ago

defaultbranch commented 1 month ago

Package PDAL-2.7.2 for Debian.

State on Salsa:

Generic Reading, other links:

defaultbranch commented 1 month ago

I got as far as

$ buildah login ghcr.io
$ buildah bud -f Dockerfile.bookworm-debuild
$ podman run --rm -it <HASH>
/# cd pdal-2.7.2/
/pdal-2.7.2# debuild -us -uc

I guess the problem is that this is a CMake project, not an Autotools project.