makepatch 2.03-3 source package in Ubuntu

Changelog

makepatch (2.03-3) unstable; urgency=medium

  * QA upload.
  * Convert to 3.0 (quilt) format (Closes: #1007431).
  * d/watch: Drop because it is non-functional.

 -- Bastian Germann <email address hidden>  Thu, 25 Aug 2022 21:23:06 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils
Mantic release universe utils
Lunar release universe utils

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
makepatch_2.03-3.dsc 1.5 KiB f0f452afe39314b003c38f030437c920b14e5db578e32a2b855323626c56b0d9
makepatch_2.03.orig.tar.gz 27.7 KiB 34cad26a220d57dc242e4f0548d65f5f62465baea2a1f52cb335b23c429fb549
makepatch_2.03-3.debian.tar.xz 3.9 KiB 65d0cf6ad3559656af61dfa36d4b14d3f0b45159cdd0167178c3af01f3a73bf0

Available diffs

No changes file available.

Binary packages built by this source

makepatch: generate/apply patch files with more functionality than plain diff

 This package contains a pair of programs, makepatch and applypatch, to
 assist in the generation and application of patch kits to synchronise
 source trees.
 .
 makepatch knows about common conventions for patch kits (it generates
 Index: and Prereq: lines, it patches patchlevel.h first, it can use
 manifest files), plus it prepends some shell code which if run will
 take care adding directories, removing files, setting execute mode on
 scripts, and the like.
 .
 applypatch uses some extra data supplied by makepatch to verify both the
 patch and the source directory before applying the patch. Afterwards it
 will clean up the directory tree plus fix up the permissions and even
 the timestamps on the patched files.