17 lines
409 B
Makefile
Executable file
17 lines
409 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export CABAL=debian/cabal-wrapper
|
|
|
|
# Do use the changelog's version number, rather than making one up.
|
|
export RELEASE_BUILD=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
# Debian currently has a patched aws 0.9.2, rather than the newer 0.10.2.
|
|
override_dh_auto_configure:
|
|
debian/cabal-wrapper configure -fPatchedAWS
|
|
|
|
# Not intended for use by anyone except the author.
|
|
announcedir:
|
|
@echo ${HOME}/src/git-annex/doc/news
|