Makefile: add itself to source package build; create output folder

This commit is contained in:
Christophe Siraut 2018-07-25 17:18:43 +02:00
parent 3bb341627a
commit f9d34f1921
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,8 @@ VERSION=`git describe | sed 's/^debian\///' `
DIST_FILES = \
keys \
jessie \
stretch
stretch \
Makefile
output/entrouvert-archive.gpg: keys/0x*
cat keys/0x* > output/entrouvert-archive.gpg
@ -15,6 +16,7 @@ output/entrouvert-archive.gpg: keys/0x*
clean:
rm -rf sdist
rm -rf output/*
test -d output || mkdir output
release:
gbp dch --release --commit