freeipa/debian
2011-10-28 14:08:40 +03:00
..
patches Migrate to source format 3.0 (quilt). 2011-10-28 14:08:40 +03:00
source Migrate to source format 3.0 (quilt). 2011-10-28 14:08:40 +03:00
changelog Migrate to source format 3.0 (quilt). 2011-10-28 14:08:40 +03:00
compat [svn-inject] Applying Debian modifications to trunk 2008-11-24 23:21:36 +00:00
control Migrate to source format 3.0 (quilt). 2011-10-28 14:08:40 +03:00
copyright * Cleanup 2008-11-25 08:07:54 +00:00
freeipa-admintools.install * Cleanups 2008-12-06 13:16:49 +00:00
freeipa-client.dirs * Cleanups 2008-11-25 17:44:48 +00:00
freeipa-client.install * Cleanups 2008-12-06 13:16:49 +00:00
freeipa-server.docs janitorial 2011-10-28 13:58:49 +03:00
freeipa-server.install [svn-inject] Applying Debian modifications to trunk 2008-11-24 23:21:36 +00:00
freeipa-server.links * Cleanups 2008-11-26 21:25:42 +00:00
freeipa.postinst.debhelper [svn-inject] Applying Debian modifications to trunk 2008-11-24 23:21:36 +00:00
freeipa.postrm.debhelper [svn-inject] Applying Debian modifications to trunk 2008-11-24 23:21:36 +00:00
freeipa.substvars [svn-inject] Applying Debian modifications to trunk 2008-11-24 23:21:36 +00:00
python-freeipa.install * Cleanups 2008-12-06 13:16:49 +00:00
README.Debian * cleanups 2008-11-25 18:10:27 +00:00
README.source * Cleanups 2008-11-25 11:02:18 +00:00
rules Migrate to source format 3.0 (quilt). 2011-10-28 14:08:40 +03:00
watch * clean up watch file 2008-11-25 07:34:04 +00:00

This package uses dpatch to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build.

To get the fully patched source after unpacking the source package, cd
to the root level of the source package and run:

    debian/rules patch

Removing a patch is as simple as removing its entry from the
debian/patches/00list file, and please also remove the patch file
itself.

Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
where you should replace XX with a new number and patchname with a
descriptive shortname of the patch. You can then simply edit all the
files your patch wants to edit, and then simply "exit 0" from the shell
to actually create the patch file.

To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
and replace XX_patchname with the actual filename from debian/patches
you want to use.

To clean up afterwards again, "debian/rules unpatch" will do the
work for you - or you can of course choose to call
"fakeroot debian/rules clean" all together.