Comment 5 for bug 231223

Revision history for this message
Cesare Falco (c.falco) wrote : Re: [upgrade] sdlmame new upstream 0.125

I'm sorry, I'm still confused a bit about fix committing process. :(

You should be able to apply the first .diff.gz file commited (the >4mb one) to the 0.123 source with the same procedure used upgrading 0.122 to 0.123 in hardy:

apt-get source sdlmame
wget http://launchpadlibrarian.net/14565553/sdlmame_0.125.diff.gz
cd sdlmame-0.123/
zcat ../sdlmame_0.125.diff.gz | patch -p1
debian/rules get-orig-source

(see: https://bugs.launchpad.net/ubuntu/+source/sdlmame/+bug/190041)

If get-orig-source doesn't retrieve sdlmame0125.zip, please try
uscan --user-agent ubuntu
and then run get-orig-source again (it should check .zip presence before trying to download it).

Also, please... is there some recommended procedure for committing fixes and upgrades?
Thanks!