quilt 0.63-3 source package in Ubuntu RTM

Changelog

quilt (0.63-3) unstable; urgency=medium


  * Disable debian/patches/test-completion to avoid a test failure during
    build. Closes: #751109

 -- Raphaƫl Hertzog <email address hidden>  Tue, 17 Jun 2014 09:01:58 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
quilt_0.63-3.dsc 1.6 KiB fe358461b28d24e94703f2bafb254c7198c0a8fa841a8c4bf0688e761a2448c2
quilt_0.63.orig.tar.gz 380.5 KiB 2846788221aa8844c54f10239c7cbc5e88031859162bcc285449446c3cfffe52
quilt_0.63-3.debian.tar.xz 32.0 KiB 816c1f64629a3dba26e28a48793547fd40626c01733e0b9de63cb8dd2f8308cc

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.