看Debian New Maintainers’ Guide順便整理一下Debain官方文件建議打包套件可以安裝的套件和文件。
套件
- build-essential
- autoconf
- automake
- autotools-dev
- debhelper
- 協助產生套件skeleton
- dh-make
- 協助產生套件skeleton
- devscripts
- fakeroot
- 模擬root權限。
- file
- git
- gnupg
- 簽核用
- lintian
- 協助檢查Debian套件打包錯誤
- patch
- patchutils
- pbuilder
- Debian 套件用的personal package builder
- perl
- python
- quilt
- 協助管理大量的patch file
- xutils-dev
- 通常是X11會用到的工具如抽出巨集。
- gpc
- Pascal編譯器,依專案需要(Ubuntu 已經不maintain)
- gfortran
- Fortran編譯器,依專案需要
懶人包如下:(不包含gpc)
1
|
|
文件
- Debian Policy Manual
- Debian Developer’s Reference
- Autotools Tutorial
- GNU Coding Standards
- Debian Packaging Tutorial