debmake 4.2.9-1 source package in Ubuntu

Changelog

debmake (4.2.9-1) unstable; urgency=medium

  * Fix formatting error in manpage.

 -- Osamu Aoki <email address hidden>  Wed, 07 Dec 2016 23:08:25 +0900

Upload details

Uploaded by:
osamu
Uploaded to:
Sid
Original maintainer:
osamu
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debmake_4.2.9-1.dsc 1.8 KiB 57273b37478bd6d7eedd44ab96b6e67dd64d46c212d358d0708a7725729bc743
debmake_4.2.9.orig.tar.xz 139.1 KiB 50e5d074fcfd9023829757b28081b39a172df493c38aae770a3c1cc53fc29dda
debmake_4.2.9-1.debian.tar.xz 6.3 KiB 5acb685647c85f743b55dbbde255366c7a4d60e480bf3f46a9f24a6b30a9f616

Available diffs

No changes file available.

Binary packages built by this source

debmake: 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.