We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create debian folder and necessary files or copy from existing package Create changelog file via
> dch --create
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'
> dput ppa:nextgis/ppa <package name>_<version>-<debian no>ubuntu<release version>_source.changes