Commit Graph

2 Commits

Author SHA1 Message Date
Sean Olson 26b0978ff0 simplify Debian versioning
Summary:
The package version was being appended to the version given to `dch`. This
complicated versioning for no good reason. This change collapses the version of
peru, series, and a package version into one unified version that is used with
all the tools (including `dch`).

"There can be only one!"

Reviewers: jacko

Reviewed By: jacko

Differential Revision: https://phabricator.buildinspace.com/D166
2015-01-07 12:16:00 -08:00
Sean Olson 2a315178f0 add packaging information to version
Summary:
Add a "source version" when generating source packages for Ubuntu. The source
version is a part of the software version, which is encoded in the original
tarball. This allows some flexibility when uploading to Launchpad, which will
reject changes for the same software version. For example, the source version
can be bumped to upload a fix for a broken package (without bumping the actual
software version). Note that the package version cannot be used to accomplish
this; it is not part of the source tarball, so bumping this version does not
pervent Launchpad from rejecting the changes.

Rename the script, since this is a bit specific for Ubuntu and Launchpad.

See: http://askubuntu.com/a/391751

Reviewers: jacko

Reviewed By: jacko

Differential Revision: https://phabricator.buildinspace.com/D163
2015-01-04 15:09:33 -08:00