Version build dependency on STM, and allow building without it, which disables the watch command.

This commit is contained in:
Joey Hess 2012-06-26 09:15:47 -04:00
parent 6168795c1a
commit 41fcb3d852
7 changed files with 27 additions and 6 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,8 @@
git-annex (3.20120625) UNRELEASED; urgency=low
* cabal: Only try to use inotify on Linux.
* Version build dependency on STM, and allow building without it,
which disables the watch command.
-- Joey Hess <joeyh@debian.org> Mon, 25 Jun 2012 11:38:12 -0400

2
debian/control vendored
View file

@ -21,7 +21,7 @@ Build-Depends:
libghc-bloomfilter-dev,
libghc-edit-distance-dev,
libghc-hinotify-dev [linux-any],
libghc-stm-dev,
libghc-stm-dev (>= 2.3),
ikiwiki,
perlmagick,
git,