Packaging: Update Ubuntu package

This commit is contained in:
Adrien Vergé
2016-03-07 12:06:26 +01:00
parent 1fb673be2e
commit c88cdf5316
7 changed files with 42 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ Upload new version to PPA
=========================
WORKDIR=/tmp/yamllint-ubuntu
VERSION=1.0.3
VERSION=1.2.0
git clone -b packaging https://github.com/adrienverge/yamllint.git $WORKDIR
cd $WORKDIR
@@ -22,5 +22,9 @@ dch -v $VERSION-0ubuntu1
# Build packages and sign dsc
debuild -S -sa
# Test if it builds
sudo pbuilder --create
sudo pbuilder --build ../yamllint_$VERSION-0ubuntu1.dsc
# Upload to PPA
dput ppa:adrienverge/ppa ../yamllint_$VERSION-0ubuntu1_source.changes