Quilt with svn-buildpackage layout 2

Gonéri Le Bouder goneri at rulezlan.org
Sun Feb 22 01:32:38 UTC 2009


On Sun, Feb 22, 2009 at 12:17:00AM +0100, Bertrand Marc wrote:
> Hi everyone,
Hi Bertran,

> How do you handle quilt with svn-buildpackage ? Or could you send me 
> interesting links about quilt ?
http://wiki.debian.org/UsingQuilt?highlight=%28quilt%29

I don't think svn-bp should change the workflow since they do two very
different task.

For example:
I've these settings in my ~/.bashrc:
export QUILT_PATCH_OPTS="--unified-reject-files"
export QUILT_REFRESH_ARGS="--no-timestamps --no-index"
export QUILT_DIFF_ARGS="--no-timestamps --no-index --color=auto"
export QUILT_PATCHES="debian/patches"

And this is what I do to prepare a patch:
cd ~/pkg-games/pkg-games.svn/packages/trunk/playonlinux
svn-buildpackage --svn-export
cd ~/pkg-games.svn/packages/trunk/build-area/playonlinux-3.3.1
quilt new my-patch.diff
quilt edit playonlinux # I don't use 'add'
quilt refresh # the debian/patches directory is create

Then I've to import the debian/patch directory on the svn.

Cheers,

    Gonéri




More information about the Pkg-games-devel mailing list