benschermel d279e38f8c add deb/rpm/docker support
Former-commit-id: b0e7be7ce2c502127a55af4a331601dbac4bafb7
2020-06-08 15:34:22 -04:00
..
2020-06-08 15:34:22 -04:00
2020-06-08 15:34:22 -04:00
2020-06-08 15:34:22 -04:00
2020-06-08 15:34:22 -04:00
2020-06-08 15:34:22 -04:00

KeyDB DEB Package Source Builds

This directpry contains all information to build a deb package for any distribution.

You will need to install pbuilder sudo apt install pbuilder

You can now run the command:

$ ./deb-buildsource.sh

You will now generate 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/disco/stretch/buster