This script will help you to build the binary or source DEB packages based on SPEC file.
makeDeb [options] <spec-file>
Options:
- -h or --help - display this message
- -o or --outdirt=DIR - write result to DIR, ./OUT directory by default
- -V or --version - Print program version
# Name and version of the program
PROGRAM=flacon
VERSION=3.1.1
# Distributive name (Debian or Ubuntu)
DISTRIB=Ubuntu
# Release number
RELEASENUM=1
# Realese name, separated by space
RELEASES="trusty xenial yakkety zesty artful"
# Repository on launchpad
PPA=flacon
# Build type (binary|source|debug)
TYPE=source
# Sign or no the source package and .changes file (yes|no)
SIGN=yes