NOTES
=====

Upgrading to a new version of upstream source
---------------------------------------------

   o  Get the latest upstream (say, 'oprofile-x.y.z')

   o  Get the latest release notes (say, 'ReleaseNotes')

   o  Unpack them somewhere:

      $ cd /tmp
      $ tar xvzf oprofile-x.y.z
      $ mv ReleaseNotes /tmp/oprofile-x.y.z

   o  Import the new sources:

      $ svn_load_dirs svn+ssh://svn.toolchain.org/svn/oprofile \
                      trunk /tmp/oprofile-x.y.z

   o  Add back in the AUTHORS file and the debian directory for oprofile:

      $ svn cp \
    svn+ssh://svn.toolchain.org/svn/oprofile/tags/oprofile-x.y.(z-1)/AUTHORS \
    svn+ssh://svn.toolchain.org/svn/oprofile/trunk

      $ svn cp \
    svn+ssh://svn.toolchain.org/svn/oprofile/tags/oprofile-x.y.(z-1)/debian \
    svn+ssh://svn.toolchain.org/svn/oprofile/trunk

