dpatch 2.0.38+nmu1 source package in Ubuntu

Changelog

dpatch (2.0.38+nmu1) unstable; urgency=medium

  * Non-maintainer upload.  Uploaded without delay with
    maintainer's permission  (#889006 comment 44).
  * Apply patch from Sven Joachim to FTBFS if awk is provided
    by original-awk rather than mawk.  (Closes: #868978)
  * Run dh_dpatch_patch before dh_update_autotools_config rather
    than before dh_auto_configure to ensure patching happens
    before autotools "retooling".  (Closes: #889006)

 -- Niels Thykier <email address hidden>  Sun, 04 Feb 2018 15:23:16 +0000

Upload details

Uploaded by:
Gergely Nagy
Uploaded to:
Sid
Original maintainer:
Gergely Nagy
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dpatch_2.0.38+nmu1.dsc 1.5 KiB 371fe42bff6962aa53d9981908b941506c1f46f57408eb657881eacb17f0e92c
dpatch_2.0.38+nmu1.tar.xz 67.3 KiB f6b43d7a267f407dc4125114bd3b0845c857c9c6b62e6be68e8e02d603da0418

Available diffs

No changes file available.

Binary packages built by this source

dpatch: patch maintenance system for Debian source packages

 dpatch is an easy to use patch system for Debian packages, somewhat
 similar to the dbs package, but much simpler to use.
 .
 It lets you store patches and other simple customization templates in
 debian/patches and otherwise does not require much reorganization of
 your source tree. To get the patches applied at build time you simply
 need to include a makefile snippet and then depend on the
 patch/unpatch target in the build or clean stage of debian/rules - or
 you can use the dpatch patching script directly.
 .
 It can easily apply patches only on specific architectures if needed.