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  Replace the tarball with the newest version

   o  Fix the debian/rules and debian/docs files so they use the
      new version number

   o  Unpack and patch the source tree:

      $ debian/rules patch

   o  Refresh the ReleaseNotes; copy the new ones over the file in the
      tree:

      $ cp <new> oprofile-x.y.z/ReleaseNotes
      $ quilt refresh

