quilt 0.60-9 source package in Ubuntu

Changelog

quilt (0.60-9) unstable; urgency=low


  * d/p/unset_grep_options: unset GREP_OPTIONS as it often breaks quilt
    (Closes: 715563)
  * d/p/diff_exit_code: fail on refresh when diff's retcode is 2 
    (Closes: 638313)

 -- Martin Quinson <email address hidden>  Thu, 22 Aug 2013 03:23:59 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
quilt_0.60-9.dsc 1.9 KiB 510a9ac542ae85fe25001ddf981458d91cb7112273b020dd6fcbd12c5a1fc400
quilt_0.60.orig.tar.gz 432.0 KiB 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
quilt_0.60-9.debian.tar.gz 36.9 KiB 0186ea028bbb44e1cfa75e2c03e6ec5606ad7d81f797abf661960d5585c27076

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.