blob: 1c4d07996169ff2f4a8c08152f2e6ea90ec049d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
export PYTHON_INSTALL_OPTS=--install-layout=deb
%:
dh --with python2 $@
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/etckeeper/doc/news
|