christianEQ df51a33413 Merge remote-tracking branch 'opensource/RELEASE_6' into keydbpro
Former-commit-id: 439c655a543f4d3224d90bcdeb21ba43c2ab8ab7
2022-01-14 22:19:42 +00:00
..
2021-08-22 22:28:18 +00:00
2021-11-17 18:22:36 +00:00
2020-06-24 00:16:21 -04:00

KeyDB DEB Package Source Builds

This directory contains scripts and components needed to generate debian packages on different distributions/architectures using source

You will need to install pbuilder sudo apt install pbuilder

Generate deb packages with the following script command run from this directory:

$ ./deb-buildsource.sh

This generates a directory structure, .dsc file, original.tar.gz, .changes files and new changelog for the distribution and architecture installed.

When complete the produced debian packages will be located in deb_files_generated directory.

Arguments for the deb-buildsource.sh script that can be passed are either 'None' or '"your custom comments"'. 'None' assumes a permanent changelog entry has been made listing the correct build for the version. If you quote and enter your own comment string, it will be appended to the changelog for that deb package. If no argument is passed a default comment is generated saying that this deb package was generated by this script.

This script has been tested on xenial/bionic/stretch/buster