Changes between Version 3 and Version 4 of CommittingYourChanges
- Timestamp:
- 07/01/15 10:44:15 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommittingYourChanges
v3 v4 38 38 * The upstream component of the version **must** match the tag in `master`, and the distro-specific component should be `-0debathena1`, incrementing the last digit as necessary, if there are packaging-only changes. For example, using version `10.0.3` as above, the entry in `debian/changelog` should be `10.0.3-0debathena1`. 39 39 * Commit your changes. 40 * If the changes to packaging are more complicated than a new changelog entry (e.g. if you're changing maintainer scripts, or the `rules` file), push to **your** remote, and submit another pull request.40 * If the changes to packaging are more complicated than a new changelog entry (e.g. if you're changing maintainer scripts, or the `rules` file), push to **your** remote, submit another pull request, and wait for code review. 41 41 * Push to `origin`: 42 42 * `git push origin debian`