quilt 0.69-ok1 source package in openKylin

Changelog

quilt (0.69-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 03 Jun 2026 11:25:03 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main vcs

Downloads

File Size SHA-256 Checksum
quilt_0.69.orig.tar.gz 540.6 KiB 555ddffde22da3c86d1caf5a9c1fb8a152ac2b84730437bd39cc08849c9f4852
quilt_0.69.orig.tar.gz.asc 833 bytes 62a7e284796470f65ebe459069a0452217e1c5110b1466de3e6a6e4782eedd67
quilt_0.69-ok1.debian.tar.xz 22.4 KiB 3d9a656a0b71a1e37264110afaa7b8139a4c0b0c58d92af7d7ae999bfd775a94
quilt_0.69-ok1.dsc 2.0 KiB baf36a092755d5667986e22b1ea59e8b012b59708ec54acbcfd918247aae5f2a

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,
 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 Debhelper. 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.