Package: quilt Version: 0.45 Revision: 1 Source: http://savannah.nongnu.org/download/%n/%n-%v.tar.gz Source-MD5: 5f8dd5a041ca7c700b16620228f922aa # sed for quilt mail Depends: gawk, sed, getoptbin BuildDepends: fink (>= 0.24.12), gettext-tools PatchFile: %n.patch PatchFile-MD5: 50b7cfc7befe7b94ab80686d8369165e PatchScript: << %{default_script} sed -i.bak -e 's,/usr,%p,' doc/README.in << ConfigureParams: PATH=/usr/bin:$PATH --with-sed=%p/bin/sed --with-getopt=%p/bin/getopt InstallScript: make -j1 BUILD_ROOT=%d install DocFiles: AUTHORS COPYING TODO doc/README.MAIL doc/README doc/quilt.pdf Description: Tool to work with series of patches DescDetail: << Quilt manages a series of patches by keeping track of the changes each of them makes. They are logically organized as a stack, and you can apply, un-apply, refresh them easily by traveling into the stack (push/pop). Quilt is good for managing additional patches applied to a package received as a tarball or maintained in another version control system. The stacked organization proved to be efficient for the management of very large patch sets (more than hundred patches). As matter of fact, it was designed by and for linux kernel hackers (Andrew Morton, from the -mm branch, is the original author), and its main use by the current upstream maintainer is to manage the (hundreds of) patches against the kernel made for the SUSE distribution. << License: GPL Homepage: http://savannah.nongnu.org/projects/quilt Maintainer: Brendan Cully