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
Summary: Package for 0.1.2ubuntu~utopic1-1 is live on Launchpad. Bumping changelog.
Reviewers: jacko
Reviewed By: jacko
Differential Revision: https://phabricator.buildinspace.com/D164
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
Summary:
Add Debian packaging metadata and a script to generate a basic source package
that can be uploaded to a Launchpad PPA.
Reviewers: jacko
Reviewed By: jacko
Differential Revision: https://phabricator.buildinspace.com/D133
Summary:
The script was originally written at `./scripts/packaging/arch/`, but we
moved the packaging directory to the toplevel before we committed it. I
forgot to change a path in the script, so it broke.
Reviewers: sean
Differential Revision: https://phabricator.buildinspace.com/D128
Summary:
Also including a little script that makes it easier to package your
local copy of the sources (instead of the default, cloning a new repo to
package).
Reviewers: sean
Reviewed By: sean
Differential Revision: https://phabricator.buildinspace.com/D126