Codebase list erlang-p1-yaml / 1cf59a1
Release 1.0.1-1 Philipp Huebner 8 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 erlang-p1-yaml (1.0.1-1) unstable; urgency=medium
1
2 * Imported Upstream version 1.0.1
3 * Updated Standards-Version: 3.9.7 (no changes needed)
4 * Updated Vcs-* fields in debian/control
5
6 -- Philipp Huebner <debalance@debian.org> Wed, 03 Feb 2016 10:03:47 +0100
7
08 erlang-p1-yaml (1.0.0-1) unstable; urgency=medium
19
210 * Imported Upstream version 1.0.0
1010 {port_env, [{"CFLAGS", "$CFLAGS " ++ CfgCFlags},
1111 {"LDFLAGS", "$LDFLAGS " ++ CfgLDFlags}]},
1212
13 - {deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.2"}}}]},
13 - {deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]},
1414
1515 {port_specs, [{"priv/lib/p1_yaml.so", ["c_src/p1_yaml.c"]}]}
1616 ].