mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 12:46:50 +00:00
Update cheatsheets
This commit is contained in:
21
linux/debuild
Normal file
21
linux/debuild
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# debuild
|
||||
|
||||
> Build a Debian package from source.
|
||||
> More information: <https://manpages.debian.org/latest/devscripts/debuild.1.en.html>.
|
||||
|
||||
- Build the package in the current directory:
|
||||
|
||||
`debuild`
|
||||
|
||||
- Build a binary package only:
|
||||
|
||||
`debuild -b`
|
||||
|
||||
- Do not run lintian after building the package:
|
||||
|
||||
`debuild --no-lintian`
|
||||
Reference in New Issue
Block a user