Changes between Version 6 and Version 7 of CommittingYourChanges
- Timestamp:
- 06/03/20 21:45:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommittingYourChanges
v6 v7 35 35 36 36 * Make any changes to the packaging 37 * Ensure you add a new Debian changelog entry. 37 * Ensure you add a new Debian changelog entry. (`dch -v <version>; dch -r`) 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.