How to rebuild packages with source files in debian/ubuntu
發文作者 cotton5415 於 四月 26, 2007
- download the debian/ubuntu package file (xxxx.dsc, xxxx.orig.tar.gz, and xxxx.diff.gz) from
ubuntu’s package page or debian’s package page - # dpkg-source -x xxx.dsc // to extract package source file
- # debuild -rfakeroot // (optional) to build source files with a fake root
- # dpkg -i xxx.deb // install package binary file
Reference:
http://www.debian.org.hk/planet?page=2
Hddtemp with SATA Support on Ubuntu 7.04 and Debian « Bembel-B Blog 說
[...] How to rebuild packages with source files in debian/ubuntu « Waiting for the wind [...]