Changes between Version 3 and Version 4 of CommittingYourChanges


Ignore:
Timestamp:
07/01/15 10:44:15 (9 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittingYourChanges

    v3 v4  
    3838 * 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`.   
    3939* 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. 
    4141* Push to `origin`: 
    4242 * `git push origin debian`