quilt 0.60-10 source package in Ubuntu

Changelog

quilt (0.60-10) unstable; urgency=low


  * d/p/select-mail: Ease the selection of patches to mail out.
    (Closes: #481331)   
    
    I cannot understand how I managed to not apply this patch in the
    last five years! Sorry to Johannes Berg that contributed it, and
    to anyone who missed it...

 -- Martin Quinson <email address hidden>  Thu, 05 Sep 2013 14:17:25 +0200

Upload details

Uploaded by:
Martin Quinson
Uploaded to:
Sid
Original maintainer:
Martin Quinson
Architectures:
all
Section:
vcs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
quilt_0.60-10.dsc 1.9 KiB 7ef3a7410a8a02355dc6c4b38551b4724abd5665461e2c4ff8f79fb09cff3cfb
quilt_0.60.orig.tar.gz 432.0 KiB 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
quilt_0.60-10.debian.tar.gz 38.0 KiB e850a360a005c811ab0cd5ff3541a658b7da70616af350b9f4223f657e3a1a87

Available diffs

No changes file available.

Binary packages built by this source

quilt: Tool to work with series of patches

 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 is proven 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.
 .
 This package provides seamless integration into Debhelper or CDBS,
 allowing maintainers to easily add a quilt-based patch management system in
 their packages. The package also provides some basic support for those not
 using those tools. See README.Debian for more information.