quilt 0.68-1 source package in Ubuntu
Changelog
quilt (0.68-1) unstable; urgency=medium * New upstream version 0.68. Closes: #1069204 - The '-style' command line option has been removed. The contributed 'pretty' style is now included as example in html2text, so use it via the '-rcfile' command line option. (Closes: #1064729) - Refresh patches - Remove patches which have been applied upstream * Update upstream's signing key * Clean up patch header data * Use .patch extension for better syntax highlighting * Fix typo in d/changelog * Update to Standards-Version 4.7.0, no changes needed -- Dr. Tobias Quathamer <email address hidden> Thu, 18 Apr 2024 21:31:20 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
quilt_0.68-1.dsc | 2.2 KiB | 3202ab7bf40fd893a1e39b366ec3f637eb3d3e2bf2333c7994874a953024f908 |
quilt_0.68.orig.tar.gz | 538.2 KiB | fe8c09de03c106e85b3737c8f03ade147c956b79ed7af485a1c8a3858db38426 |
quilt_0.68.orig.tar.gz.asc | 833 bytes | b82a23b15bc08ca2e97f4a49d26d646a26105eb00bf3b118dbafd3bba118e8b8 |
quilt_0.68-1.debian.tar.xz | 37.3 KiB | ab560660e93a5d658f3a6300054b91e8a566b6933e14e17dad6a856d7693c2b9 |
Available diffs
- diff from 0.67+really0.67-4 to 0.68-1 (83.0 KiB)
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.