Dasar Pembuatan Paket
Kembali
Lanjut

Bab 3. Dasar Pembuatan Paket

Daftar Isi

Pembuatan Paket Dari Awal
changelog
control
copyright
rules
postinst dan prerm
Building the Source Package
Packaging with Debhelper
Building the Source Package
Pembuatan Paket Dengan CDBS
Menggunakan CDBS dalam paket
Informasi lebih lanjut pada CDBS
Updating Packages
Kesalahan Umum
dh_make Example Files
Changing the Original Tarball
Informasi Hak Cipta:

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.

Tip

Package development often requires installing many packages (especially -dev packages containing headers and other common development files) that are not part of a normal desktop Ubuntu installation. If you want to avoid installing extra packages or would like to develop for a different Ubuntu release (the development one, for instance) from what you currently have, the use of a chroot environment is highly recommended. A guide to setting up a chroot can be found in the Appendix.

Kembali
Lanjut
Depan