Debian Packaging

From MK Wiki EN
Revision as of 06:00, 24 October 2022 by MkWikiEnSysOp (talk | contribs) (+GitLab CI)
Jump to navigation Jump to search

Requirements

Package debhelper must be installed.

How To

Required files

Directory "debian" must contain these files:

  • changelog
  • compat
  • control
  • install
  • rules (this file must be executable)


Creating the package

dpkg-buildpackage -us -uc

The package is saved in the ".." folder.

GitLab CI

There must be a directory "build" that contains the package file.

Credits