Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

This script will help you to build the binary or source DEB packages based on SPEC file.

Usage:

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

SPEC file example

# 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

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages