Windows: Win32 package has subsumed Win32-extras; update dependency.

This commit is contained in:
Joey Hess 2017-08-16 17:43:38 -04:00
parent f6550dc7e7
commit 4173decf27
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ git-annex (6.20170521) UNRELEASED; urgency=medium
* Disable http-client's default 30 second response timeout when HEADing * Disable http-client's default 30 second response timeout when HEADing
an url to check if it exists. Some web servers take quite a long time an url to check if it exists. Some web servers take quite a long time
to answer a HEAD request. to answer a HEAD request.
* Windows: Win32 package has subsumed Win32-extras; update dependency.
-- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400 -- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400

View file

@ -385,7 +385,7 @@ Executable git-annex
Build-Depends: network (< 2.6), network (>= 2.4) Build-Depends: network (< 2.6), network (>= 2.4)
if (os(windows)) if (os(windows))
Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3), setenv, Build-Depends: Win32 (>= 2.5), unix-compat (>= 0.4.1.3), setenv,
process (>= 1.4.2.0) process (>= 1.4.2.0)
else else
Build-Depends: unix Build-Depends: unix