Codebase list erlang-p1-xmpp / cc8c6ba
Release 1.2.5-1 Philipp Huebner 5 years ago
3 changed file(s) with 25 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 erlang-p1-xmpp (1.2.5-1) unstable; urgency=medium
1
2 * New upstream version 1.2.5
3 * Enabled DH_VERBOSE in debian/rules
4 * Updated Standards-Version: 4.2.1 (no changes needed)
5
6 -- Philipp Huebner <debalance@debian.org> Sun, 07 Oct 2018 16:26:50 +0200
7
08 erlang-p1-xmpp (1.2.2-1) unstable; urgency=medium
19
210 * New upstream version 1.2.2
66 dh-rebar,
77 erlang-base (>= 1:19.2),
88 erlang-eunit,
9 erlang-p1-xml (>= 1.1.32),
10 erlang-p1-stringprep (>= 1.0.12),
11 erlang-p1-utils (>= 1.0.12),
9 erlang-p1-xml (>= 1.1.34),
10 erlang-p1-stringprep (>= 1.0.14),
11 erlang-p1-tls (>= 1.0.25),
12 erlang-p1-utils (>= 1.0.13),
13 erlang-p1-zlib (>= 1.0.4),
1214 erlang-syntax-tools,
1315 libexpat1-dev
14 Standards-Version: 4.1.4
16 Standards-Version: 4.2.1
1517 Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-xmpp
1618 Vcs-Git: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-xmpp.git
1719 Homepage: https://github.com/processone/xmpp
2224 ${misc:Depends},
2325 erlang-base (>= 1:19.2) | ${erlang-abi:Depends},
2426 ${erlang:Depends},
25 erlang-p1-xml (>= 1.1.32),
26 erlang-p1-stringprep (>= 1.0.12),
27 erlang-p1-utils (>= 1.0.12)
27 erlang-p1-xml (>= 1.1.34),
28 erlang-p1-stringprep (>= 1.0.14),
29 erlang-p1-tls (>= 1.0.25),
30 erlang-p1-utils (>= 1.0.13),
31 erlang-p1-zlib (>= 1.0.4)
2832 Description: Erlang/Elixir XMPP parsing and serialization library
2933 This library provides comprehensive representation of XMPP elements as
3034 well as tools to work with them. Every such element is represented by an
66 ===================================================================
77 --- erlang-p1-xmpp.orig/rebar.config
88 +++ erlang-p1-xmpp/rebar.config
9 @@ -31,9 +31,6 @@
9 @@ -31,11 +31,6 @@
1010 {"priv/lib/xmpp_uri.so", ["c_src/xmpp_uri.c"]},
1111 {"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.
1212
13 -{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.32"}}},
14 - {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.12"}}},
15 - {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.12"}}}]}.
13 -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.13"}}},
14 - {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.34"}}},
15 - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.25"}}},
16 - {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.4"}}},
17 - {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.14"}}}]}.
1618
1719 {clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
1820