How to Install debdry in Ubuntu 18.04



Install debdry by entering the following commands in the terminal:

sudo apt update
sudo apt install debdry

Description:

Semi-assisted automatic Debian packaging

debdry is for debian/ directories what debhelper7 is for debian/rules. . It applies the Don't Repeat Yourself idea to packaging, attempting to reuse as much as possible of upstream's metadata and standard packaging practices. . debdry runs an appropriate auto-debianisation tool for a given source directory, then applies manual overrides from a debian.in directory. . debdry supports the following types of packages (in brackets you will find extra packages that need to be installed for each type of package): . - Perl [dh-make-perl] - Python [python-stdeb, python3-stdeb] - Ruby [gem2deb] - Haskell [cabal-debian]

Homepage: https://anonscm.debian.org/cgit/collab-maint/debdry.git

Version: 0.2.2-1

Section: universe/devel