Update Notes on packaging authored by Chiara Marmo's avatar Chiara Marmo
...@@ -107,4 +107,6 @@ $ git checkout master ...@@ -107,4 +107,6 @@ $ git checkout master
$ git merge upstream -m "Merged upstream version 0.5.11" $ git merge upstream -m "Merged upstream version 0.5.11"
``` ```
change the version in debian/changelog then push the master, pristine-tar, and upstream branches. change the version in debian/changelog then push the master, pristine-tar, and upstream branches.
\ No newline at end of file
**NOTA BENE**: files removed from upstream are removed in the detar process and not with a git remove command, when upstream is merged in master old files are then not removed. They should be removed by hand with a `git rm` command.
\ No newline at end of file