11 | | For native packages, changes are broken into changes to the "upstream" code itself (on the `master` branch), or changes to the packaging (on the `debian` branch). For example, if [https://github.com/mit-athena/getcluster getcluster] throws a Python exception, and you fix that, that would be a change to the code itself. If, on the other hand, you're just updating a dependency in the `control` file, then that's a change to the packaging only. |
| 11 | For non-native packages, changes are broken into changes to the "upstream" code itself (on the `master` branch), or changes to the packaging (on the `debian` branch). For example, if [https://github.com/mit-athena/getcluster getcluster] throws a Python exception, and you fix that, that would be a change to the code itself. If, on the other hand, you're just updating a dependency in the `control` file, then that's a change to the packaging only. |