quilt 0.67-1 source package in Ubuntu

Changelog

quilt (0.67-1) unstable; urgency=medium

  * New upstream version 0.67 (Closes: #1022134)
    - Refresh patches
    - Remove patch setup-dont-read-pc, applied upstream
    - Add gawk to Build-Depends, needed for testing
  * Use wrap-and-sort -at
  * Use debhelper v13
  * Update Standards-Version to 4.6.2, no changes needed

 -- Dr. Tobias Quathamer <email address hidden>  Mon, 06 Feb 2023 14:57:30 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
quilt_0.67-1.dsc 1.9 KiB 23953c4f5204e5cd1d4d33fe54e73fc6708b7dc662f6602acee7dc89236baf21
quilt_0.67.orig.tar.gz 531.0 KiB 3be3be0987e72a6c364678bb827e3e1fcc10322b56bc5f02b576698f55013cc2
quilt_0.67-1.debian.tar.xz 37.7 KiB 3f9a98d52a33ab08c84ad02cf7c56d4630c2d4f32df93e2b7f2841dec12630bc

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.

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.