I find the new system more difficult than the old one when it comes to updating the patches, that is very likely just that I have become so used to the old way, but there are a couple of specific things that might help:
Does anyone know of a working yaml-mode for Emacs 24? The one on the Debian repository is a bit glitchy.
Is there a way to run kobopatch on a single yaml file that is equivalent to:
Code:
patch32lsb -i libnickel.so.1.0.0 -p libnickel.so.1.0.0.patch -o out
I do this a lot, combined with objdump, to compare before and after and to check for mistakes as I go.