dpatch 2.0.33 source package in Ubuntu
Changelog
dpatch (2.0.33) unstable; urgency=low * dpatch is now DEPRECATED, please do not use it for new packages. + NEWS and manual pages updated accordingly. * dpatch-edit-patch does not fail anymore when there is binary data in the patch. Patch from Ben Brown (Closes: #638864). -- Ubuntu Archive Auto-Sync <email address hidden> Thu, 03 Nov 2011 13:11:08 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Gergely Nagy
- Architectures:
- all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dpatch_2.0.33.tar.gz | 90.4 KiB | 33aa211a3a00407c3041aa6fc3424740b7d4bb3a795c8464e9dd0aeaffe7bf1b |
dpatch_2.0.33.dsc | 864 bytes | 0bdaabe572f23fd7627063c63c4bd1120869abec36fc864be0dc9320f68d2c6c |
Available diffs
- diff from 2.0.32 to 2.0.33 (2.3 KiB)
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.