quilt 0.48-8 source package in Ubuntu
Changelog
quilt (0.48-8) unstable; urgency=low [ Raphaƫl Hertzog ] * Update arch_all patch to integrate fixes prepared by Jean Delvare. * Refresh all other patches to apply cleanly. * Update documentation of dh_quilt_{,un}patch to use the correct dh command-line syntax (thanks to Michael Ole Olsen for the report!) and add a note saying that those tools are useless with the "3.0 (quilt)" source format. * Add "Multi-Arch: foreign" so that packages of foreign architectures can depend on quilt. Closes: #640784 * Update Standards-Version to 3.9.2 (no changes required). * Update lintian override to match the new output. [ Martin Quinson ] * Documentation update (man and pdf versions): patch dropped support for the option --unified-reject-files, so stop advising its use. (Closes: #616647) * Depend on bsdmainutils to get the column utility, which is used to show the available commands when none is provided (Closes: #627769) -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 15:31:02 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Martin Quinson
- Architectures:
- all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
quilt_0.48.orig.tar.gz | 411.3 KiB | 73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc |
quilt_0.48-8.debian.tar.gz | 42.1 KiB | b5ad6b5e33d9d31c17f0c542d4d2be6b1b73b4cb1dddf4c51fd35255e4d8bd0a |
quilt_0.48-8.dsc | 1.9 KiB | 5ee5f25ae86b82e5f62379b9361b0f0d4e386c37a87685d77fdff075b377730a |
Available diffs
- diff from 0.48-7 to 0.48-8 (9.9 KiB)
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.