quilt 0.67+really0.66-1 source package in Ubuntu

Changelog

quilt (0.67+really0.66-1) unstable; urgency=medium

  * Revert upstream version back to 0.66 (Closes: #1030781)
    The new upstream version has changed the error return code
    if there are no patches in the series file. Previously,
    quilt returned 2, now it returns 1.
    The program dh_quilt_unpatch relies on the previous
    error code, resulting in FTBFS errors in packages which
    use "dh --with quilt". One example is libxau, see the
    bug above.
    - Revert updates patches to version 0.66
    - Remove gawk from Build-Depends

 -- Dr. Tobias Quathamer <email address hidden>  Tue, 07 Feb 2023 15:19:07 +0100

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
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
quilt_0.67+really0.66-1.dsc 2.0 KiB 89885bdac402e999dcf2b2efad2b70f568967910bcb89172cd3221848c9e1d3f
quilt_0.67+really0.66.orig.tar.gz 403.4 KiB 314b319a6feb13bf9d0f9ffa7ce6683b06919e734a41275087ea457cc9dc6e07
quilt_0.67+really0.66-1.debian.tar.xz 38.4 KiB 18d9f16df86278b18b5042022f0149dd5db364ccc1139e8fc8c303317d5eca62

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.

quilt-el: simple Emacs interface of quilt

 This is an Emacs minor mode for quilt. By using this,
 it becomes easy to edit files controlled by quilt.
 The main features are as follows:
 .
  - Automatically detects files that are in a quilt hierarchy
    and enables itself.
  - Only files in topmost patch can be writable.
  - Some handy shortcut keys of quilt commands.