LINUX: make deb from tarball
dh-make
- tool that converts source archives into Debian package source
Example:
tar -xvvf vim-7.1.tar.bz2
cd vim71/
dh_make -p vim_7.1 -f ../vim-7.1.tar.bz2 -e emailk@gmail.com
dpkg-buildpackage -rfakeroot
dh-make
- tool that converts source archives into Debian package source
Example:
tar -xvvf vim-7.1.tar.bz2
cd vim71/
dh_make -p vim_7.1 -f ../vim-7.1.tar.bz2 -e emailk@gmail.com
dpkg-buildpackage -rfakeroot
Comments
comments powered by Disqus