linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

16
pages.ko/linux/debuild.md Normal file
View File

@@ -0,0 +1,16 @@
# debuild
> 소스에서 Debian 패키지를 빌드합니다.
> 더 많은 정보: <https://manned.org/debuild.1>.
- 현재 디렉토리에서 패키지 빌드:
`debuild`
- 바이너리 패키지만 빌드:
`debuild -b`
- 패키지 빌드 후 lintian을 실행하지 않음:
`debuild --no-lintian`