dh_makefont
tool that converts source archives into Debian package source
Install
- All systems
-
curl cmd.cat/dh_makefont.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 update
sudo apt-get install dh-make
- Raspbian
-
apt-get install dh-make
- Dockerfile
- dockerfile.run/dh_makefont
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.