Update Notes on packaging authored by Chiara Marmo's avatar Chiara Marmo
...@@ -108,3 +108,5 @@ $ git merge upstream -m "Merged upstream version 0.5.11" ...@@ -108,3 +108,5 @@ $ 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.
**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