mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
debuild: add Spanish translation (#15282)
This commit is contained in:
parent
b3559d2108
commit
5695f76f74
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/debuild.md
Normal file
16
pages.es/linux/debuild.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# debuild
|
||||
|
||||
> Construye un paquete Debian desde las fuentes.
|
||||
> Más información: <https://manned.org/debuild.1>.
|
||||
|
||||
- Construye el paquete en el directorio actual:
|
||||
|
||||
`debuild`
|
||||
|
||||
- Construye un paquete binario solamente:
|
||||
|
||||
`debuild -b`
|
||||
|
||||
- No ejecuta lintian después de construir el paquete:
|
||||
|
||||
`debuild --no-lintian`
|
Loading…
Add table
Reference in a new issue