quilt 0.48-7 source package in Ubuntu

Changelog

quilt (0.48-7) unstable; urgency=low

  * Extend debian/patches/fix-manpage-generation to also remove the $''
    bashism. Thanks to Lars Wirzenius <email address hidden> for
    the analysis. Closes: #563517
  * Update watch file to not hardcode a specific savannah mirror.
  * Add a lintian overrides for script-not-executable
    ./usr/share/quilt/scripts/patchfns, it's a shell library with a
    useless shebang.
  * Update debian/patches/use-sensible-editor to unset VISUAL
    when testing "quilt edit" (in test/edit.test) to avoid failures
    when VISUAL is set in the build environment. Closes: #575962

quilt (0.48-6) unstable; urgency=low

  * The new algorithm that makes quilt lookup parent directories for
    .pc/.quilt_{patches,series} lead to the failure of test/setup.test
    when run in the Debian source package since $QUILT_PATCHES points
    to debian/patches when the test script expect it to be "patches".
    Avoid this by forcing QUILT_PATCHES in the test script (patch
    debian/patches/fix-test-setup) but suggest upstream to hardcode locations
    in quilt setup. Closes: #573689
  * Update Standards-Version to 3.8.4 (no changes needed).
  * Drop unused lintian overrides.
  * Wrap lines at 80 chars in quilt.make. Closes: #573617
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:01:09 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Martin Quinson
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
quilt_0.48.orig.tar.gz 411.3 KiB 73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc
quilt_0.48-7.debian.tar.gz 41.5 KiB f3fe42feabba21fab64ef0924fa3bb7cccf8ba628c4cbf68a4010f72b5d9877b
quilt_0.48-7.dsc 1.6 KiB 3dcdc862420efe957a4d07251f7e4186eb031a62b95a89a01d5e3d36872b72d9

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.