Skip to content

Ubuntu package #6

@rojer

Description

@rojer

I don't know about you but I always prefer a properly versioned binary package to building something ad-hoc from sources.
I'm filing it as an issue rather than as a pull request, but if you'd like to adopt it, it's essentially done.
This branch adds the necessary scaffolding for building a Debian/Ubuntu package and i'm using it to publish packages to our PPA.

Once you have a Launchpad account and GPG key set up, it's just 3 commands to publish a release to a PPA:

 $ debian/build-ubuntu-release.sh
 $ debsign /tmp/work/*_source.changes
 $ dput ppa:mongoose-os/mos /tmp/work/*_source.changes

Ideally i'd like to see this merged and a PPA created with an official package but if you're not interested, feel free to close and I'll just keep it in our repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions