1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ko/linux/gbp.md
코드싸이 7598cffb1a
guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation

* guake: fix typo

* Update pages.ko/linux/genisoimage.md

Co-authored-by: Chooooo <contact@choo.ooo>

* linux/gnome-extensions: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 12:04:46 +09:00

874 B

gbp

Git을 사용하여 Debian 패키지 빌드 시스템과 통합하는 시스템. 더 많은 정보: https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html.

  • 기존 Debian 패키지를 gbp로 변환:

gbp import-dsc {{경로/대상/패키지.dsc}}

  • 현재 디렉토리에서 기본 빌더(debuild)를 사용하여 패키지 빌드:

gbp buildpackage -jauto -us -uc

  • Debian Bullseye용 pbuilder 환경에서 패키지 빌드:

DIST={{bullseye}} ARCH={{amd64}} gbp buildpackage -jauto -us -uc --git-builder={{git-pbuilder}}

gbp buildpackage -jauto -us -uc --changes-options={{-S}}

  • 새로운 업스트림 릴리스 가져오기:

gbp import-orig --pristine-tar {{경로/대상/패키지.tar.gz}}