[git-annex] add flags patch

Jens Petersen petersen at fedoraproject.org
Tue Nov 6 13:00:01 UTC 2012


commit ff1844e84ec7f75f58e55a096d0daeb34cf51706
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Nov 6 21:59:56 2012 +0900

    add flags patch

 git-annex-default-flags.patch |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/git-annex-default-flags.patch b/git-annex-default-flags.patch
new file mode 100644
index 0000000..5228955
--- /dev/null
+++ b/git-annex-default-flags.patch
@@ -0,0 +1,30 @@
+--- git-annex-3.20121009/git-annex.cabal~	2012-10-10 04:44:14.000000000 +0900
++++ git-annex-3.20121009/git-annex.cabal	2012-11-06 17:55:37.853161309 +0900
+@@ -27,21 +27,27 @@
+ 
+ Flag S3
+   Description: Enable S3 support
++  Default: False
+ 
+ Flag Inotify
+   Description: Enable inotify support
++  Default: True
+ 
+ Flag Dbus
+   Description: Enable dbus support
++  Default: False
+ 
+ Flag Assistant
+   Description: Enable git-annex assistant and watch command
++  Default: True
+ 
+ Flag Webapp
+   Description: Enable git-annex webapp
++  Default: False
+ 
+ Flag Pairing
+   Description: Enable pairing
++  Default: False
+ 
+ Executable git-annex
+   Main-Is: git-annex.hs


More information about the scm-commits mailing list