debian Linux下製作deb包的簡便方法(轉)

ba發表於2007-08-12
debian Linux下製作deb包的簡便方法(轉)[@more@]1. 把需要打包的目錄/檔案打在一個包中。(用絕對目錄)

tar cvf /etc/apache2/apache2.conf /var/www/phpmyadmin/* apache2.tar

2.在自己目錄下建一個目錄,名稱隨便。

cd ~/

mkdir ubuntu

3.解壓縮到目錄中,建立control檔案

touch ubuntu/DEBIAN/control

4.編輯他,模板如下 把Maintainer 中的 《換作 <

Package: ufont
Version: 1.0.2
Section: utils
Priority: optional
Architecture: i386
Depends:
Installed-Size: 132
Maintainer: Zengpu zhang 《》
Description: ubuntu chinese fonts
This fonts give you good testing.
5.建立deb包,

dpkg -b ubuntu/ apache_2.0.45_all.deb

6.齊活兒.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-952395/,如需轉載,請註明出處,否則將追究法律責任。

相關文章