Debian: Difference between revisions

From IoWiki
Jump to navigation Jump to search
m (Maia moved page Debian Packaging to Debian: Match Red Hat article - a comprehensive personal reference for the distribution. May break up into subpages later)
(Adjusted to introduction to reflect general nature of article)
Line 1: Line 1:
Notes about Debian packaging.
Packaging, repository management, user environment setup, and more.


=Package Development=
=Package Development=

Revision as of 22:56, 1 September 2023

Packaging, repository management, user environment setup, and more.

Package Development

Preparing an environment

Everything needed to build debs as the distribution maintainers do.

Development packages

# apt install build-essential devscripts git-buildpackage

GBP issues

gbp:error: upstream/... is not a valid treeish

If running gbp in a debianized source directory results in this error, try running gbp with --git-upstream-tree=branch (where branch is the branch being used)

Reference

Reference