blob: da55968715471bd7445eb7e25de07c5c8fedef11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
export CABAL=./Setup
# Do use the changelog's version number, rather than making one up.
export VERSION_FROM_CHANGELOG=1
%:
dh $@
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/git-annex/doc/news
|