make windows depend on new enough unix-compat to get inode numbers

This commit is contained in:
Joey Hess 2014-08-12 12:30:40 -04:00
parent 9193d6e6bd
commit 7285896996
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -27,6 +27,9 @@ git-annex (5.20140718) UNRELEASED; urgency=medium
due to the nature of bup.
* unlock: Better error handling; continue past files that are not available
or cannot be unlocked due to disk space, and try all specified files.
* Windows: Now uses actual inode equivilants in new direct mode
repositories, for safer detection of eg, renaming of files with the same
size and mtime.
-- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400

View file

@ -111,7 +111,7 @@ Executable git-annex
GHC-Options: -O2
if (os(windows))
Build-Depends: Win32, Win32-extras
Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3)
C-Sources: Utility/winprocess.c
else
Build-Depends: unix