diff options
author | Christophe Siraut <csiraut@entrouvert.com> | 2018-07-25 15:18:43 (GMT) |
---|---|---|
committer | Christophe Siraut <csiraut@entrouvert.com> | 2018-07-25 15:18:43 (GMT) |
commit | f9d34f192188bdb27d4f030f5aff2dee0c71b9b3 (patch) | |
tree | a3d917794025786a7760acf34221aa8e82e20405 | |
parent | 3bb341627af6fa4739050248d3d7ffe335ec147f (diff) | |
download | entrouvert-archive-f9d34f192188bdb27d4f030f5aff2dee0c71b9b3.zip entrouvert-archive-f9d34f192188bdb27d4f030f5aff2dee0c71b9b3.tar.gz entrouvert-archive-f9d34f192188bdb27d4f030f5aff2dee0c71b9b3.tar.bz2 |
Makefile: add itself to source package build; create output folder0.3
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |