1
0
Fork 0
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:
Igor Támara 2024-12-20 13:17:52 -05:00 committed by GitHub
parent b3559d2108
commit 5695f76f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.es/linux/debuild.md Normal file
View 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`