UbuntuJapaneseWiki

目次

Two of the problems that many novice packagers face are that there are multiple ways of packaging, and there is more than one tool to do the job. We will go through three examples with the common build systems. First, we will use no build helper. This approach is usually the most difficult and is not often used in practice but gives the most straightforward look at the packaging process. Second, we will use debhelper, the most common build system in Debian. It helps the packager by automating repetitive tasks. Third, we will briefly cover the Common Debian Build System (CDBS), a more streamlined build system that uses debhelper.

多くの初心者パッケージャが悩むこととが二つあります。ひとつはパッケージング方法に複数の方法がある、ということです。もう一つは、同じ作業を行うのに複数のツールが存在することです。これから標準的なビルドシステムを利用する、三つの例について触れます。まず、ビルドに全くツールを使用しない方法です。このアプローチがもっとも難しく、あまり使われていません。ですが、これはパッケージングの手順に直接触れることができ、見通しが良いのです。第二に、debhelperを用います。これはDebianでは最もよく使われているビルドシステムです。これは何度も行う作業を自動化することで、パッケージャの作業を軽減します。第三に、Common Debian Build System(CDBS)について軽く触れます。これはdebhelperを使うよりもさらに現代的なビルドシステムです。

<=

=>

パーソナルビルダー"pbuilder"

基本的なパッケージング

一からパッケージングする

UbuntuJapaneseWiki: UbuntuPackagingGuideJa/basic-chap (最終更新日時 2012-01-10 11:49:20 更新者 匿名)