Source: dpatch
Section: devel
Priority: optional
Maintainer: Dpatch Maintainers <dpatch-maintainers@lists.alioth.debian.org>
Uploaders: Gergely Nagy <algernon@bonehunter.rulez.org>, Joerg Jaspert <joerg@debian.org>, Junichi Uekawa <dancer@debian.org>, Marc Haber <mh+debian-packages@zugschlus.de>
Standards-Version: 3.7.2

Package: dpatch
Architecture: all
Recommends: dpkg-dev, fakeroot, patchutils
Suggests: curl
Description: 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.
