Skip to content

PPA build and deploy

Dmitry Baryshnikov edited this page Feb 3, 2016 · 4 revisions

Prepare

Create debian folder and necessary files or copy from existing package Create changelog file via

> dch --create

Build

Add comments

> dch -i -r trusty "comments about release"
> debuild -k<sha key> -S

Comments can be extracted from git repository:

> git log --since=1/11/2013 --until=28/11/2015 --no-merges --pretty=format:' * %s'

Deploy

> dput ppa:nextgis/ppa <package name>_<version>-<debian no>ubuntu<release version>_source.changes
Clone this wiki locally