How to Install and Uninstall debmake Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "debmake" package

This guide let you learn how to install debmake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install debmake

2. Uninstall "debmake" package

In this section, we are going to explain the necessary steps to uninstall debmake on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove debmake $ sudo apt autoclean && sudo apt autoremove

3. Information about the debmake package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: debmake
Priority: extra
Section: universe/devel
Installed-Size: 425
Maintainer: Ubuntu Developers
Original-Maintainer: Osamu Aoki
Architecture: all
Version: 4.2.2-1
Depends: devscripts, dpkg-dev, rsync, python3, python3:any (>= 3.3.2-2~)
Recommends: build-essential, strace, wget | curl
Suggests: autotools-dev, ccache, cmake, cowbuilder, dh-autoreconf, dh-python, eatmydata, gem2deb, git, git-buildpackage, gitk, javahelper, lintian, mc, pbuilder, quilt, rpm2cpio
Filename: pool/universe/d/debmake/debmake_4.2.2-1_all.deb
Size: 67066
MD5sum: 04a9b5c8c0ec8580921e26e5d462a85b
SHA1: 38dec60f9dd43e40a3d739fe7ac01c0efebe3e0f
SHA256: e1ff5c6c642b35b183e6e1d92ca455d3516cc90b304d2135ae1ac4b157d599bf
Description-en: helper script to make the Debian source package
This package helps you to convert an upstream source package (or VCS contents)
into the Debian package by adding files required for the Debian source
package. The generated debian/rules file uses the new dh command syntax from
the debhelper (>=9) package.
.
The debmake command invoked in the upstream source tree without any option can
generate files which is good enough to create a single arch=any Debian binary
package for local use without touching them. The generated files should be
edited to make it conform to the Debian policy if the package is to be
uploaded to the Debian archive. By adding few options, this command can
generate template files for the arbitrary combination of the multi-binary and
multi-arch package, etc. This includes making of the rules file for the -dbg
package and the control file for the multiarch library package.
.
This debmake command also scans copyright and license texts in the source
files to help crafting the proper DEP-5 compatible debian/copyright file.
It does more than what licensecheck(1) offers.
Description-md5: a44ef7b7e9cdb9f5dd151b96948078be
Multi-Arch: foreign
Homepage: http://anonscm.debian.org/gitweb/?p=collab-maint/debmake.git
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu