Comment 10 for bug 477017

Revision history for this message
Julien Lavergne (gilir) wrote : Re: tomboy screenlet does not display notes

Thanks Frank, it's better but not finished :)
In your quilt patch, you need to have only the modification on the source, not the change in the changelog.
To be easier, you can restart, by doing the following :
- in the screenlets directory : quilt push -a (which apply all patches with quilt)
- create the new patch : quilt new 20-tomboy-update-path.patch
- choose the file you need to modify : quilt add src/share/screenlets/Tomboy/TomboyScreenlet.py
- make your modification on src/share/screenlets/Tomboy/TomboyScreenlet.py
- generate the patch : quilt refresh
- update debian/changelog, set lucid for distribution, it needs to go to lucid before karmic.
- change the Maintainer field in debian/control (see https://wiki.ubuntu.com/DebianMaintainerField)
- generate the debdiff :
debuild -S -sa
debdiff ../screenlets_0.1.2-7.dsc ../screenlets_0.1.2-7ubuntu1.dsc > ../screenlets_0.1.2-7ubuntu1.debdiff

You should have a good debdiff :)