Update Notes on packaging authored by Chiara Marmo's avatar Chiara Marmo
...@@ -108,6 +108,4 @@ $ git checkout master ...@@ -108,6 +108,4 @@ $ 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 directly in the upstream branch.
\ No newline at end of file