Git init
[external/insserv.git] / debian / README.source
1 This package uses quilt 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
6 to the root level of the source package and run:
7
8     debian/rules patch
9
10 Removing a patch is as simple as removing its entry from the
11 debian/patches/series file, and please also remove the patch file
12 itself.
13
14 To clean up afterwards again, "debian/rules unpatch" will do the
15 work for you - or you can of course choose to call
16 "fakeroot debian/rules clean" all together.