quilt 0.50-1ubuntu1 source package in Ubuntu

Changelog

quilt (0.50-1ubuntu1) precise; urgency=low

  [ Adam Conrad ]
  * Cherry-pick quilt-versus-mta changes from Debian git (LP: #911631)

  [ Raphaël Hertzog ]
  * Recommends "default-mta | mail-transport-agent" instead of plain
    mail-transport-agent. Closes: #652734
  * Change the above Recommends into a Suggests. Closes: #652912
 -- Adam Conrad <email address hidden>   Wed, 04 Jan 2012 11:20:58 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
quilt_0.50.orig.tar.gz 442.2 KiB fa4579628a98cf94472b36869e74f5cd0cb057d6fd13c1872a53f01c45aba8c3
quilt_0.50-1ubuntu1.debian.tar.gz 39.5 KiB 34ed8c712553f695e77575b4d80df44f57a42509e4c7246dceb0c540d725991e
quilt_0.50-1ubuntu1.dsc 1.3 KiB 1995ecff99f4c7a48c1a65170238a5688c4d9cc887362a8ff4f81a3cbf009084

Available diffs

View changes file

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.