quilt 0.50-2 source package in Ubuntu

Changelog

quilt (0.50-2) unstable; urgency=low

  [ 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
  * Drop entirely debian/patches/testsuite_cleanups since it's no longer
    needed.
  * Integrate 2 small regression fixes from upstream in
    debian/patches/backport-fixes-from-0.50, we could have waited 0.51
    for Debian but this offers a chance to get them in Ubuntu's LTS 12.04.

  [ Martin Quinson ]
  * quilt/header: Add a --dep3 option to include a DEP-3 template
    (Closes: #543355; thanks to Didier Raboud for the report and the
     patch; sorry for the delay)
 -- Adam Conrad <adconrad@0c3.net>   Thu,  19 Jan 2012 04:01:19 +0000

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Martin Quinson
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main devel

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
quilt_0.50.orig.tar.gz 442.2 KiB fa4579628a98cf94472b36869e74f5cd0cb057d6fd13c1872a53f01c45aba8c3
quilt_0.50-2.debian.tar.gz 39.7 KiB 9434d8efab8053a29647e3b0b844354304efc07ca44e3fa37a3d71bc2a0030eb
quilt_0.50-2.dsc 1.9 KiB 92b2bcc9ef6cc02653b75525d4a2ed61dded06f1ebe3de75025c43614423d569

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.