Debian: Difference between revisions
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) |
(Add mkhomedir_helper) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Packaging, repository management, user environment setup, and more. | |||
=General Administration= | |||
==Prepare a default home directory== | |||
# mkhomedir_helper $USER | |||
=Package Development= | =Package Development= |
Latest revision as of 21:07, 18 March 2024
Packaging, repository management, user environment setup, and more.
General Administration
Prepare a default home directory
# mkhomedir_helper $USER
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
(where branch is the branch being used)
--git-upstream-tree=branch