dh_ruby
Debian Ruby packaging suite
Install
- All systems
-
curl cmd.cat/dh_ruby.sh
- Debian
-
apt-get install gem2deb
- Ubuntu
-
apt-get install gem2deb
- Kali Linux
-
apt-get install gem2deb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gem2deb
- Raspbian
-
apt-get install gem2deb
- Dockerfile
- dockerfile.run/dh_ruby
gem2deb
Debian Ruby packaging suite
gem2deb is a set of tools to create Debian package from ruby software distributed with Rubygems. gem2tgz converts the .gem file to a tar archive, then dh-make-ruby creates a Debian source package from that archive. That Debian package uses the included Debhelper7 helper, dh_ruby, to generate a proper Debian package. Both pure-ruby and native packages are supported.