dpatch 2.0.38 source package in Ubuntu
Changelog
dpatch (2.0.38) unstable; urgency=medium * Don't just install bash completion to a new place, remove the old files too. Thanks Sven Joachim <email address hidden> for the report and the patch! (Closes: #806337) -- Gergely Nagy <email address hidden> Mon, 30 Nov 2015 12:16:42 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dpatch_2.0.38.dsc | 1.5 KiB | b03d8aaa143af0440514349dca720a01d0b67c7a234c9126a553fff8a1879c8c |
dpatch_2.0.38.tar.xz | 67.8 KiB | 8f250988268612f03e24e0614b387b6226a966ab574c0a29c8b21b0ba39cb9c4 |
Available diffs
- diff from 2.0.37 to 2.0.38 (516 bytes)
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.