Skip to content

Commit

Permalink
Enable signed builds and upload release to launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Mar 27, 2017
1 parent 1034259 commit 7082df3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ release: commit-release deb
changelog=$$(git log $$comparison --oneline --no-merges --reverse); \
github-release schlomo/$(PACKAGE) v$(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'out/*.deb'; \
git pull
dput ppa:sschapiro/ppa/xenial out/$(PACKAGE)_*.changes

test:
./runtests.sh
Expand All @@ -39,9 +40,9 @@ clean:
rm -Rf debian/$(PACKAGE)* debian/files out/*

deb: clean
debuild -i -us -uc -b --lintian-opts --profile debian
debuild -i --lintian-opts --profile debian
mkdir -p out
mv ../$(PACKAGE)*.{deb,build,changes} out/
mv ../$(PACKAGE)*.{xz,dsc,deb,build,changes} out/
dpkg -I out/*.deb
dpkg -c out/*.deb

Expand Down

0 comments on commit 7082df3

Please sign in to comment.