Add experimental scripts for building Debian/Ubuntu packages.

Code is split into pkg/debian for the Debian/Ubuntu specific parts,
and pkg/linux for generic code that can be used on other distros.

Tested on Debian 10 and Ubuntu 18.04 at present.
This commit is contained in:
Dave Page
2020-03-12 15:24:58 +00:00
parent 7cc30e3216
commit a684b48fb3
11 changed files with 462 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
HELP_PATH = '../../../share/docs/en_US/html/'
DEFAULT_BINARY_PATHS = {
'pg': '/usr/bin',
'ppas': ''
}