File: control

package info (click to toggle)
quilt 0.67%2Breally0.66-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,024 kB
  • sloc: sh: 5,969; perl: 1,269; lisp: 506; makefile: 431
file content (71 lines) | stat: -rw-r--r-- 2,610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: quilt
Maintainer: Martin Quinson <mquinson@debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Section: vcs
Priority: optional
Build-Depends: bash-completion,
               debhelper-compat (= 13),
Build-Depends-Indep: diffstat,
                     ed,
                     gettext,
                     hevea,
                     html2text,
                     perl,
                     procmail,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/quilt
Vcs-Git: https://salsa.debian.org/debian/quilt.git
Homepage: https://savannah.nongnu.org/projects/quilt

Package: quilt
Architecture: all
Multi-Arch: foreign
Depends: bsdextrautils | bsdmainutils,
         bzip2,
         diffstat,
         ed,
         gettext,
         patch,
         sensible-utils,
         ${misc:Depends},
         ${perl:Depends},
Recommends: less,
Suggests: default-mta | mail-transport-agent,
          graphviz,
          procmail,
Enhances: cdbs,
          debhelper,
Breaks: debhelper (<< 9.20160114~bpo),
Description: 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.

Package: quilt-el
Architecture: all
Depends: emacs | emacsen,
         quilt,
         ${misc:Depends},
Description: 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.