2010-10-16 16:41:24 -04:00
|
|
|
#!/usr/bin/make -f
|
2012-09-28 15:57:55 -04:00
|
|
|
|
2014-09-26 15:08:41 -04:00
|
|
|
export CABAL=debian/cabal-wrapper
|
2013-03-29 11:37:25 -04:00
|
|
|
|
2013-04-10 16:53:04 -04:00
|
|
|
# Do use the changelog's version number, rather than making one up.
|
2013-05-10 18:52:35 -04:00
|
|
|
export RELEASE_BUILD=1
|
2013-04-10 16:53:04 -04:00
|
|
|
|
2010-10-16 16:41:24 -04:00
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
2014-10-23 16:39:55 -04:00
|
|
|
# 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
|
|
|
|
|
2010-10-16 16:41:24 -04:00
|
|
|
# Not intended for use by anyone except the author.
|
|
|
|
announcedir:
|
2010-10-27 15:08:46 -04:00
|
|
|
@echo ${HOME}/src/git-annex/doc/news
|