# HG changeset patch # User Anton Shestakov # Date 1498196021 -28800 # Node ID 231690dba9b4d31b5ad2c93284e454135f2763ca # Parent 5c1283713293f1eb081d969fcd6b84bce7834847 make: add Debian 9 (Stretch) docker target diff -r 5c1283713293 -r 231690dba9b4 Makefile --- a/Makefile Fri Jun 23 13:08:46 2017 +0800 +++ b/Makefile Fri Jun 23 13:33:41 2017 +0800 @@ -203,6 +203,10 @@ mkdir -p packages/debian-jessie contrib/dockerdeb debian jessie +docker-debian-stretch: contrib/docker/debian-stretch + mkdir -p packages/debian-stretch + contrib/dockerdeb debian stretch + contrib/docker/ubuntu-%: contrib/docker/ubuntu.template sed "s/__CODENAME__/$*/" $< > $@ @@ -293,7 +297,7 @@ .PHONY: help all local build doc cleanbutpackages clean install install-bin \ install-doc install-home install-home-bin install-home-doc \ dist dist-notests check tests check-code update-pot \ - osx deb ppa docker-debian-jessie \ + osx deb ppa docker-debian-jessie docker-debian-stretch \ docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ docker-ubuntu-xenial docker-ubuntu-xenial-ppa \ docker-ubuntu-yakkety docker-ubuntu-yakkety-ppa \