Debian: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
# apt install build-essential devscripts git-buildpackage | # apt install build-essential devscripts git-buildpackage | ||
===git-buildpackage cheatsheet=== | |||
Clone from salsa: | |||
gbp clone --pristine-tar https://salsa.debian.org/foo/foo.git | |||
Generate a changelog entry: | |||
gbp dch --ignore-branch | |||
Build a package | |||
gbp buildpackage --git-ignore-branch | |||
==Skip checks/tests== | ==Skip checks/tests== |
Revision as of 00:43, 9 May 2025
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
git-buildpackage cheatsheet
Clone from salsa:
gbp clone --pristine-tar https://salsa.debian.org/foo/foo.git
Generate a changelog entry:
gbp dch --ignore-branch
Build a package
gbp buildpackage --git-ignore-branch
Skip checks/tests
DEB_BUILD_OPTIONS=nocheck
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