diff -Nru erlang-p1-cache-tab-1.0.20/CHANGELOG.md erlang-p1-cache-tab-1.0.21/CHANGELOG.md --- erlang-p1-cache-tab-1.0.20/CHANGELOG.md 2019-08-02 13:08:35.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/CHANGELOG.md 2020-01-08 09:13:33.000000000 +0000 @@ -1,3 +1,7 @@ +# Version 1.0.21 + +* Updating p1_utils to version 1.0.17. + # Version 1.0.20 * Updating p1_utils to version 1.0.16. diff -Nru erlang-p1-cache-tab-1.0.20/debian/changelog erlang-p1-cache-tab-1.0.21/debian/changelog --- erlang-p1-cache-tab-1.0.20/debian/changelog 2019-08-10 11:55:22.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/debian/changelog 2020-02-04 20:30:20.000000000 +0000 @@ -1,3 +1,14 @@ +erlang-p1-cache-tab (1.0.21-1) unstable; urgency=medium + + * New upstream version 1.0.21 + * Fixed typo in long package description. + * Updated Standards-Version: 4.5.0 (no changes needed) + * Updated Erlang dependencies + * Updated years in debian/copyright + * Rules-Requires-Root: no + + -- Philipp Huebner Tue, 04 Feb 2020 21:30:20 +0100 + erlang-p1-cache-tab (1.0.20-1) unstable; urgency=medium * New upstream version 1.0.20 diff -Nru erlang-p1-cache-tab-1.0.20/debian/compat erlang-p1-cache-tab-1.0.21/debian/compat --- erlang-p1-cache-tab-1.0.20/debian/compat 2019-08-10 11:55:22.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru erlang-p1-cache-tab-1.0.20/debian/control erlang-p1-cache-tab-1.0.21/debian/control --- erlang-p1-cache-tab-1.0.20/debian/control 2019-08-10 11:55:22.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/debian/control 2020-02-04 20:30:20.000000000 +0000 @@ -3,13 +3,14 @@ Uploaders: Philipp Huebner Section: libs Priority: optional -Build-Depends: debhelper (>= 12), +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 12), dh-rebar, erlang-base (>= 1:19.2), erlang-eunit, - erlang-p1-utils (>= 1.0.16), + erlang-p1-utils (>= 1.0.17), erlang-syntax-tools -Standards-Version: 4.4.0 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-cache-tab Vcs-Git: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-cache-tab.git Homepage: https://github.com/processone/cache_tab @@ -20,8 +21,8 @@ ${misc:Depends}, erlang-base (>= 1:19.2) | ${erlang-abi:Depends}, ${erlang:Depends}, - erlang-p1-utils (>= 1.0.16) + erlang-p1-utils (>= 1.0.17) Description: in-memory cache application for Erlang / Elixir apps This library was written for ejabberd which still uses it. - It was split off into it's own project to follow + It was split off into its own project to follow Erlang/OTP guidelines. diff -Nru erlang-p1-cache-tab-1.0.20/debian/copyright erlang-p1-cache-tab-1.0.21/debian/copyright --- erlang-p1-cache-tab-1.0.20/debian/copyright 2019-08-10 11:55:22.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/debian/copyright 2020-02-04 20:30:20.000000000 +0000 @@ -3,10 +3,10 @@ Source: https://github.com/processone/cache_tab Files: * -Copyright: 2002-2019 ProcessOne - 2008-2019 Alexey Shchepin - 2010-2019 Evgeniy Khramtsov - 2015-2019 Mickael Remond +Copyright: 2002-2020 ProcessOne + 2008-2020 Alexey Shchepin + 2010-2020 Evgeniy Khramtsov + 2015-2020 Mickael Remond License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ `/usr/share/common-licenses/Apache-2.0'. Files: debian/* -Copyright: 2014-2019 Philipp Huebner +Copyright: 2014-2020 Philipp Huebner License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff -Nru erlang-p1-cache-tab-1.0.20/debian/patches/remove-deps.diff erlang-p1-cache-tab-1.0.21/debian/patches/remove-deps.diff --- erlang-p1-cache-tab-1.0.20/debian/patches/remove-deps.diff 2019-08-10 11:55:22.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/debian/patches/remove-deps.diff 2020-02-04 20:30:20.000000000 +0000 @@ -11,7 +11,7 @@ {erl_opts, [debug_info]}. --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.16"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.17"}}}]}. {port_specs, [{"priv/lib/ets_cache.so", ["c_src/ets_cache.c"]}]}. {port_env, [{"CFLAGS", "$CFLAGS -g -O2 -Wall"}]}. diff -Nru erlang-p1-cache-tab-1.0.20/rebar.config erlang-p1-cache-tab-1.0.21/rebar.config --- erlang-p1-cache-tab-1.0.20/rebar.config 2019-08-02 13:08:35.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/rebar.config 2020-01-08 09:13:33.000000000 +0000 @@ -22,7 +22,7 @@ {erl_opts, [debug_info]}. -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.16"}}}]}. +{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.17"}}}]}. {port_specs, [{"priv/lib/ets_cache.so", ["c_src/ets_cache.c"]}]}. {port_env, [{"CFLAGS", "$CFLAGS -g -O2 -Wall"}]}. diff -Nru erlang-p1-cache-tab-1.0.20/src/cache_tab.app.src erlang-p1-cache-tab-1.0.21/src/cache_tab.app.src --- erlang-p1-cache-tab-1.0.20/src/cache_tab.app.src 2019-08-02 13:08:35.000000000 +0000 +++ erlang-p1-cache-tab-1.0.21/src/cache_tab.app.src 2020-01-08 09:13:33.000000000 +0000 @@ -23,7 +23,7 @@ {application, cache_tab, [{description, "In-memory cache Erlang / Elixir library"}, - {vsn, "1.0.20"}, + {vsn, "1.0.21"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},