Blob Blame History Raw
diff -u -r -U5 git-annex-5.20140717/git-annex.cabal git-annex-5.20140717.flags/git-annex.cabal
--- git-annex-5.20140717/git-annex.cabal	2014-07-17 11:53:21.000000000 -0400
+++ git-annex-5.20140717.flags/git-annex.cabal	2014-07-23 00:40:49.402565558 -0400
@@ -26,40 +26,51 @@
  etc that are associated with annexed files but that benefit from full
  revision control.
 
 Flag S3
   Description: Enable S3 support
+  Default: False
 
 Flag WebDAV
   Description: Enable WebDAV support
+  Default: False
 
 Flag Inotify
   Description: Enable inotify support
+  Default: True
 
 Flag Dbus
   Description: Enable dbus support
+  Default: True
 
 Flag Assistant
   Description: Enable git-annex assistant and watch command
+  Default: True
 
 Flag Webapp
   Description: Enable git-annex webapp
+  Default: False
 
 Flag Webapp-secure
   Description: Secure webapp
+  Default: False
 
 Flag Pairing
   Description: Enable pairing
+  Default: False
 
 Flag XMPP
   Description: Enable notifications using XMPP
+  Default: False
 
 Flag DNS
   Description: Enable the haskell DNS library for DNS lookup
+  Default: False
 
 Flag Production
   Description: Enable production build (slower build; faster binary)
+  Default: True
 
 Flag Android
   Description: Cross building for Android
   Default: False
 
@@ -67,28 +78,35 @@
   Description: Building to get TH splices for Android
   Default: False
 
 Flag TestSuite
   Description: Embed the test suite into git-annex
+  Default: False
 
 Flag TDFA
   Description: Use regex-tdfa for wildcards
+  Default: True
 
 Flag Feed
   Description: Enable podcast feed support
+  Default: False
 
 Flag Quvi
   Description: Enable use of quvi to download videos
+  Default: False
 
 Flag Tahoe
   Description: Enable the tahoe special remote
+  Default: False
 
 Flag CryptoHash
   Description: Enable use of cryptohash for checksumming
+  Default: True
 
 Flag DesktopNotify
   Description: Enable desktop environment notifications
+  Default: False
 
 Flag EKG
   Description: Enable use of EKG to monitor git-annex as it runs (at http://localhost:4242/)
   Default: False