diff options
| author | Micah Anderson <micah@leap.se> | 2014-01-15 18:14:23 +0000 |
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2014-01-17 15:53:14 -0500 |
| commit | 07cc4e305e806a7bb236fbb8f6d9893a2011d85e (patch) | |
| tree | 1bb9456f1beef19a916878d154966da825554cd5 /debian/patches/remove_external_dependencies | |
| parent | 65a973d6304de0098ad47c2df517a48f45ebe68a (diff) | |
initial debianization
Diffstat (limited to 'debian/patches/remove_external_dependencies')
| -rw-r--r-- | debian/patches/remove_external_dependencies | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/patches/remove_external_dependencies b/debian/patches/remove_external_dependencies new file mode 100644 index 00000000..6ffbaeb1 --- /dev/null +++ b/debian/patches/remove_external_dependencies @@ -0,0 +1,32 @@ +Index: bigcouch-0.4.2.leap/rebar.config +=================================================================== +--- bigcouch-0.4.2.leap.orig/rebar.config 2014-01-15 17:25:15.799547067 -0200 ++++ bigcouch-0.4.2.leap/rebar.config 2014-01-16 13:53:31.533534156 -0200 +@@ -13,20 +13,13 @@ + % the License. + + {deps, [ +- {oauth, ".*", {git, "https://github.com/cloudant/erlang-oauth.git", +- {tag, "BigCouch-0.4.0"}}}, +- {ibrowse, ".*", {git, "https://github.com/cloudant/ibrowse.git", +- {tag, "CouchDB-1.1.0"}}}, +- {mochiweb, ".*", {git, "https://github.com/cloudant/mochiweb.git", +- {tag, "CouchDB-1.1.0"}}}, +- {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", +- {tag, "1.5.5"}}}, +- {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", +- {tag, "2.0.7"}}}, +- {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", +- {tag, "2.0.0"}}}, +- {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", +- {tag, "1.4.3"}}} ++ oauth, ++ ibrowse, ++ mochiweb, ++ rexi, ++ fabric, ++ mem3, ++ chttpd + ]}. + % needed for a clean transition to the deps model + {clean_files, [ |
