mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 10:58:58 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
37
tldr/sbuild
Normal file
37
tldr/sbuild
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sbuild
|
||||
|
||||
> Build a Debian binary package in a clean `chroot` environment.
|
||||
> More information: <https://wiki.debian.org/sbuild>.
|
||||
|
||||
- Build the package in the current directory:
|
||||
|
||||
`sbuild`
|
||||
|
||||
- Build the given package:
|
||||
|
||||
`sbuild {{package}}`
|
||||
|
||||
- Build for a certain distribution:
|
||||
|
||||
`sbuild --dist {{distribution}}`
|
||||
|
||||
- Build using custom dependencies (if a directory is passed, all files ending with `.deb` are used):
|
||||
|
||||
`sbuild --extra-package {{path/to/file_or_directory}}`
|
||||
|
||||
- Run a shell in case of build failure to further investigate:
|
||||
|
||||
`sbuild --build-failed-commands=%SBUILD_SHELL`
|
||||
|
||||
- Cross build for a certain architecture:
|
||||
|
||||
`sbuild --host {{architecture}}`
|
||||
|
||||
- Build for the given native architecture:
|
||||
|
||||
`sbuild --arch {{architecture}}`
|
||||
Reference in New Issue
Block a user