[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-2-55-ge079ef8

Reinhard Tartler siretart at tauware.de
Tue Jul 7 10:39:49 UTC 2009


Fabian Greffrath <greffrath at leat.rub.de> writes:

> Reinhard Tartler schrieb:
>> QUILT_PUSH_ARGS="--color=auto"
>> QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto"
>> QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
>
> Whereas I find "-p ab" notation rather ugly...

it is what git creates by default.

BTW, if I start to patch some file, my workflow generally is:

 - apply it inline
 - commit locally
 - testbuild
 - test the build products (packages)
 - repeat the last 4 steps until satisfied
 - git diff <files> > debian/patches/<patchname>
 - echo patchname >> debian/patches/series
 - git checkout master <files>
 - $EDITOR debian/patches/<patchname> (document the patch)
 - git commit -a
 - git rebase -i (and squish the logical connected patches)

this retains a useful history and makes patches easy to review. moreover
I can take more time to write proper commit messages for complicated
patches.

Thinking about it, before the final rebase, I can easily add a 'quilt
refresh' step to 'normalize' the patch. Will do so in future.

Are these lines along with the quiltrc file worth to add to the
DevelopPackaging wiki?


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list