Skip to content

Emits a Debian control file (DEBIAN/control) on stdout from a template control file and a staging directory containing files to be packaged. It may be used when creating software packages for Debian-based Linux distrubutions.

License

Notifications You must be signed in to change notification settings

dwmcrobb/mkdebcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdebcontrol

Emits a Debian control file (DEBIAN/control) on stdout from a template control file, command-line options and a staging directory containing software to be packaged. Its main purpose is the automatic generation of dependencies when creating a Debian software package.

Build

flex and bison are required. If you don't have them:

apt install flex
apt install bison

Then it's just:

./configure
gmake package

Install

gmake package will create a Debian package which can be install with dpkg. For example,

dpkg -i mkdebcontrol_1.0.5_amd64.deb

Usage

See the manpage for usage.

About

Emits a Debian control file (DEBIAN/control) on stdout from a template control file and a staging directory containing files to be packaged. It may be used when creating software packages for Debian-based Linux distrubutions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published