Debian

Post Reply
seasoned_geek
Posts: 254
Joined: Thu Jun 11 2020 12:18 pm

Debian

Post by seasoned_geek »

I submitted a pull request for shell script and files to automatically generate debian packages for both run-time and -dev. Here are packages I generated with it on Ubuntu 18.04. PostgreSQL is about the only database I had installed in that build environment. Theoretically you could just make it a scheduled job.

https://www.dropbox.com/s/pkc9uq0cursps2b/copperspice-1.8.0-amd64-dev.deb?dl=0

https://www.dropbox.com/s/5s0k8yiwkad4j44/copperspice-1.8.0-amd64.deb?dl=0

Development environment must have fakeroot, hashdeep, and dpkg-deb installed along with all of their dependencies.

Default run of the shell script
  • performs a clean build of source tree into ../copperspice_debian_build
  • create a -dev debian
  • createa a run-time debain
The -dev version includes headers, cmake and pkgconfig files.

To make life goodlier there are 3 supported command line parameters.

src build the source tree
run build run-time debian
dev build -dev debian
Post Reply