Codebase list erlang-p1-tls / 8b0716b
Updated Erlang dependencies Philipp Huebner 1 year, 10 months ago
3 changed file(s) with 1 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
44 Priority: optional
55 Rules-Requires-Root: no
66 Build-Depends: debhelper-compat (= 13),
7 dh-rebar,
7 dh-rebar (>= 0.0.6),
88 erlang-base (>= 1:19.2),
99 erlang-eunit,
1010 erlang-p1-utils (>= 1.0.25),
+0
-17
debian/patches/remove-deps.diff less more
0 Description: remove deps in rebar.config
1 Without this patch, rebar would download and compile the listed deps
2 at compile time.
3 Author: Philipp Huebner <debalance@debian.org>
4
5 Index: erlang-p1-tls/rebar.config
6 ===================================================================
7 --- erlang-p1-tls.orig/rebar.config
8 +++ erlang-p1-tls/rebar.config
9 @@ -29,7 +29,6 @@
10 {port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
11 {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
12
13 -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.25"}}}]}.
14
15 {clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
16 "c_src/fast_sha.gcda", "c_src/fast_sha.gcno",
+0
-1
debian/patches/series less more
0 remove-deps.diff