~ubuntu-dev/ubuntu/lucid/quilt/lucid-201002110858

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2005-03-23 11:10:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323111007-p47150ucnnuyc07p
Tags: 0.39-2
* Pass -p $opt_strip_level option to diffstat in refresh command.
  (Closes: #298785)
* fixes from upstream cvs:
  - Add a missing "exit 1" to quilt/fold.in when no patches are applied.
  - typo in graph help message
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
 
 
3
Source: quilt
 
4
Section: devel
 
5
Priority: optional
 
6
Maintainer: Martin Quinson <mquinson@debian.org>
 
7
Build-Depends: @cdbs@, gettext
 
8
Standards-Version: 3.6.1.0
 
9
 
 
10
Package: quilt
 
11
Architecture: any
 
12
Depends: patch, diffstat, bzip2, gettext, gawk, ${shlibs:Depends}
 
13
Suggests: ccache
 
14
Description: Tool to work with series of patches
 
15
 Quilt manages a series of patches by keeping track of the changes
 
16
 each of them makes. They are logically organized as a stack, and you can
 
17
 apply, un-apply, refresh them easily by traveling into the stack (push/pop).
 
18
 .
 
19
 Quilt is good for managing additional patches applied to a package received
 
20
 as a tarball or maintained in another version control system. The stacked
 
21
 organization proved to be efficient for the management of very large patch
 
22
 sets (more than hundred patches). As matter of fact, it was designed by and
 
23
 for linux kernel hackers (Andrew Morton, from the -mm  branch, is the
 
24
 original author), and its main use by the current upstream maintainer is to
 
25
 manage the (hundreds of) patches against the kernel made for the SUSE
 
26
 distribution. 
 
27
 .
 
28
 This package completely integrates into the CDBS, allowing maintainers
 
29
 using this new paradigm for their packaging script to benefit of the quilt
 
30
 comfort when editing their diff against upstream. The package also provide
 
31
 some basic support for the fool not using CDBS (yet).
 
32
 . 
 
33
 http://savannah.nongnu.org/projects/quilt is the current best approximation
 
34
 of an upstream homepage.