dpatch 2.0.35 source package in Ubuntu RTM

Changelog

dpatch (2.0.35) unstable; urgency=low


  * Mark the package Multi-Arch: foreign, thanks Riku Voipio
    <email address hidden>. (Closes: #658974)

 -- Gergely Nagy <email address hidden>  Tue, 07 Feb 2012 10:07:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dpatch_2.0.35.dsc 1.5 KiB a318ca689cd28fcc50b2b73498c7fa098100b389849300728b88ccc25ac67c9d
dpatch_2.0.35.tar.gz 90.0 KiB dfe16c407bb9c4347f06d8457302104bc425b36e183ad20f2dfa139a4e4505e9

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.