File: README.source

package info (click to toggle)
postfixadmin 4.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,888 kB
  • sloc: php: 12,256; perl: 1,156; sh: 717; python: 142; xml: 63; sql: 3; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (2)
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
This package is using the quilt framework.
All patches are located in debian/patches.

Adding a new patch: quilt new <patch_name>
This will create a new file debian/patches/patch/patch_name.

Editing a file to include it into the patch: quilt edit <filename>
This will open your $EDITOR.

To write your changes into the new patchfile: quilt refresh.

quilt push:
Apply patch(es) from the series file.  Without options, the next
patch in the series file is applied.  When a number is specified,
apply the specified number of patches.  When a patch name is
specified, apply all patches up to and including the specified patch.
Patch names may include the patches/ prefix, which means that
filename completion can be used.

quilt pop:
Remove patch(es) from the stack of applied patches.  Without options,
the topmost patch is removed.  When a number is specified, remove the
specified number of patches.  When a patch name is specified, remove
patches until the specified patch end up on top of the stack.
Patch names may include the patches/ prefix, which means that
filename completion can be used.