Open Source Comes to Campus/Curriculum/Saturday/Getting modifying and verifying: Difference between revisions

imported>Paulproteus
No edit summary
imported>Paulproteus
Line 14:
 
* Create a new, customized GNU nano where "New Buffer" in the title bar is replaced with "Be careful, this file is not yet saved!"
** Use 'grep "New Buffer" src/*.c' to find the string (in src/winio.c)
** modify src/winio.c and rebuild
** also make a patch!
** Roll up a new tarball, and then try to verify it with the GPG signature.
** Rebuild the Debian package with the patch added
** Notice that, once the new package is installed, the string change takes effect.
 
* More about verifying tarballs
Anonymous user