dh_make
tool that converts source archives into Debian package source
Install
- All systems
-
curl cmd.cat/dh_make.sh
- Debian
-
apt-get install dh-make - Ubuntu
-
apt-get install dh-make - Kali Linux
-
apt-get install dh-make - Fedora
-
dnf install dh-make - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dh-make - Raspbian
-
apt-get install dh-make
dh-make
tool that converts source archives into Debian package source
This package allows you to take a standard (or upstream) source package and convert it into a format that will allow you to build Debian packages. After answering a few questions, dh_make will then provide a set of templates that, after some small editing, will allow you to create a Debian package.