Fix build on platforms not supporting the webapp.

This commit is contained in:
Joey Hess 2014-02-08 14:18:36 -04:00
parent f9c72b0e15
commit 4e7c65dca0
2 changed files with 2 additions and 1 deletions

View file

@ -237,5 +237,5 @@ checkOldUnused urlrenderer = go =<< annexExpireUnused <$> liftAnnex Annex.getGit
button <- mkAlertButton True (T.pack "Configure") urlrenderer ConfigUnusedR
void $ addAlert $ unusedFilesAlert [button] $ T.unpack $ renderTense Present msg
#else
debug [msg]
debug [show $ renderTense Past msg]
#endif

1
debian/changelog vendored
View file

@ -34,6 +34,7 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
* Android: Avoid crashing when unable to set file mode for ssh config file
due to Android filesystem horribleness.
* Avoid building with DAV 0.6 which is badly broken (see #737902).
* Fix build on platforms not supporting the webapp.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400