~ubuntu-branches/ubuntu/vivid/aufs/vivid

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-08-21 14:58:54 UTC
  • mfrom: (1.1.8 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080821145854-4b49x09r4zmvlk5o
Tags: 0+20080719-4
01_vserver_apparmor.dpatch: [UPDATE] Disable vserver patches on kernel 
2.6.26, because they are not needed anymore. (Closes: #495921)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package uses dpatch to manage all modifications to the upstream
 
2
source.  Changes are stored in the source package as diffs in
 
3
debian/patches and applied during the build.
 
4
 
 
5
To get the fully patched source after unpacking the source package, cd to
 
6
the root level of the source package and run:
 
7
 
 
8
    debian/rules patch
 
9
 
 
10
The last patch listed in debian/patches/00list will become the current
 
11
patch.
 
12
 
 
13
To add a new set of changes, run:
 
14
 
 
15
    dpatch-edit-patch new-patch-name
 
16
 
 
17
where <patch> is a descriptive name for the patch, used as the filename in
 
18
debian/patches.  It should start with a number which is the number of the
 
19
current patch + 1.
 
20
 
 
21
You will now be dropped in a special shell, where you can make the
 
22
modifications. After editing the files, run exit to exit the shell and
 
23
save the new patch file, or "exit 230" to cancel the patch creation.
 
24
 
 
25
To remove all patches that are already applied, run:
 
26
 
 
27
        debian/rules unpatch