diff -Nru erlang-p1-yconf-1.0.7/CHANGELOG.md erlang-p1-yconf-1.0.10/CHANGELOG.md --- erlang-p1-yconf-1.0.7/CHANGELOG.md 2020-07-28 12:34:44.000000000 +0000 +++ erlang-p1-yconf-1.0.10/CHANGELOG.md 2021-01-27 10:38:22.000000000 +0000 @@ -1,3 +1,16 @@ +# Version 1.0.10 + +* Updating fast_yaml to version 1.0.30. + +# Version 1.0.9 + +* Updating fast_yaml to version 1.0.29. + +# Version 1.0.8 + +* Updating fast_yaml to version 1.0.28. +* Exclude old OTP releases from Travis + # Version 1.0.7 * Updating fast_yaml to version 1.0.27. diff -Nru erlang-p1-yconf-1.0.7/debian/changelog erlang-p1-yconf-1.0.10/debian/changelog --- erlang-p1-yconf-1.0.7/debian/changelog 2020-08-02 16:10:51.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/changelog 2021-01-31 18:35:53.000000000 +0000 @@ -1,3 +1,30 @@ +erlang-p1-yconf (1.0.10-2) unstable; urgency=medium + + * Corrected Multi-Arch setting to "allowed" + + -- Philipp Huebner Sun, 31 Jan 2021 19:35:53 +0100 + +erlang-p1-yconf (1.0.10-1) unstable; urgency=medium + + * New upstream version 1.0.10 + * Added 'Multi-Arch: same' in debian/control + * Updated Erlang dependencies + * Updated years in debian/copyright + + -- Philipp Huebner Sat, 30 Jan 2021 19:07:26 +0100 + +erlang-p1-yconf (1.0.9-1) unstable; urgency=medium + + * New upstream version 1.0.9 + * Updated Standards-Version: 4.5.1 (no changes needed) + * Updated Erlang dependencies + * Updated version of debian/watch: 4 + * Updated debhelper compat version: 13 + * Updated lintian overrides + * Added debian/erlang-p1-yconf.install + + -- Philipp Huebner Sat, 26 Dec 2020 00:43:10 +0100 + erlang-p1-yconf (1.0.7-1) unstable; urgency=medium * New upstream version 1.0.7 diff -Nru erlang-p1-yconf-1.0.7/debian/control erlang-p1-yconf-1.0.10/debian/control --- erlang-p1-yconf-1.0.7/debian/control 2020-08-02 16:10:51.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/control 2021-01-31 18:35:53.000000000 +0000 @@ -4,11 +4,11 @@ Maintainer: Ejabberd Packaging Team Uploaders: Philipp Huebner Rules-Requires-Root: no -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-rebar, - erlang-p1-utils (>= 1.0.20), - erlang-p1-yaml (>= 1.0.27) -Standards-Version: 4.5.0 + erlang-p1-utils (>= 1.0.21), + erlang-p1-yaml (>= 1.0.30) +Standards-Version: 4.5.1 Homepage: https://github.com/processone/yconf Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-yconf Vcs-Git: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-yconf.git @@ -19,8 +19,9 @@ ${misc:Depends}, erlang-base (>= 1:19.2) | ${erlang-abi:Depends}, ${erlang:Depends}, - erlang-p1-utils (>= 1.0.20), - erlang-p1-yaml (>= 1.0.27) + erlang-p1-utils (>= 1.0.21), + erlang-p1-yaml (>= 1.0.30) +Multi-Arch: allowed Description: YAML configuration processor This library was written for ejabberd which still uses it. It was split off into its own project to follow diff -Nru erlang-p1-yconf-1.0.7/debian/copyright erlang-p1-yconf-1.0.10/debian/copyright --- erlang-p1-yconf-1.0.7/debian/copyright 2020-08-02 16:10:51.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/copyright 2021-01-31 18:35:53.000000000 +0000 @@ -3,12 +3,12 @@ Source: https://github.com/processone/yconf Files: * -Copyright: 2002-2020 ProcessOne - 2002-2020 Evgeny Khramtsov +Copyright: 2002-2021 ProcessOne + 2002-2021 Evgeny Khramtsov License: Apache-2.0 Files: debian/* -Copyright: 2020 Philipp Huebner +Copyright: 2020-2021 Philipp Huebner License: Apache-2.0 License: Apache-2.0 diff -Nru erlang-p1-yconf-1.0.7/debian/erlang-p1-yconf.install erlang-p1-yconf-1.0.10/debian/erlang-p1-yconf.install --- erlang-p1-yconf-1.0.7/debian/erlang-p1-yconf.install 1970-01-01 00:00:00.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/erlang-p1-yconf.install 2021-01-31 18:35:53.000000000 +0000 @@ -0,0 +1 @@ +usr diff -Nru erlang-p1-yconf-1.0.7/debian/erlang-p1-yconf.lintian-overrides erlang-p1-yconf-1.0.10/debian/erlang-p1-yconf.lintian-overrides --- erlang-p1-yconf-1.0.7/debian/erlang-p1-yconf.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/erlang-p1-yconf.lintian-overrides 2021-01-31 18:35:53.000000000 +0000 @@ -0,0 +1 @@ +erlang-p1-yconf: repeated-path-segment * diff -Nru erlang-p1-yconf-1.0.7/debian/patches/remove-deps.diff erlang-p1-yconf-1.0.10/debian/patches/remove-deps.diff --- erlang-p1-yconf-1.0.7/debian/patches/remove-deps.diff 2020-08-02 16:10:51.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/patches/remove-deps.diff 2021-01-31 18:35:53.000000000 +0000 @@ -11,7 +11,7 @@ {platform_define, "^(R|1|20)", 'USE_OLD_HTTP_URI'}, {platform_define, "^(R|1|20)", deprecated_stacktrace}]}. --{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.27"}}}]}. +-{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.30"}}}]}. {cover_enabled, true}. {cover_export_enabled, true}. diff -Nru erlang-p1-yconf-1.0.7/debian/source/lintian-overrides erlang-p1-yconf-1.0.10/debian/source/lintian-overrides --- erlang-p1-yconf-1.0.7/debian/source/lintian-overrides 2020-08-02 16:10:51.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/source/lintian-overrides 2021-01-31 18:35:53.000000000 +0000 @@ -1,2 +1 @@ erlang-p1-yconf source: debian-watch-does-not-check-gpg-signature -erlang-p1-yconf source: testsuite-autopkgtest-missing diff -Nru erlang-p1-yconf-1.0.7/debian/watch erlang-p1-yconf-1.0.10/debian/watch --- erlang-p1-yconf-1.0.7/debian/watch 2020-08-02 16:10:51.000000000 +0000 +++ erlang-p1-yconf-1.0.10/debian/watch 2021-01-31 18:35:53.000000000 +0000 @@ -1,3 +1,3 @@ -version=3 +version=4 opts="filenamemangle=s/.*\/v?(\d\S*)\.tar\.gz/erlang-p1-yconf_$1.tar.gz/" \ https://github.com/processone/yconf/releases .*/v?(\d\S*)\.tar\.gz diff -Nru erlang-p1-yconf-1.0.7/rebar.config erlang-p1-yconf-1.0.10/rebar.config --- erlang-p1-yconf-1.0.7/rebar.config 2020-07-28 12:34:44.000000000 +0000 +++ erlang-p1-yconf-1.0.10/rebar.config 2021-01-27 10:38:22.000000000 +0000 @@ -22,7 +22,7 @@ {platform_define, "^(R|1|20)", 'USE_OLD_HTTP_URI'}, {platform_define, "^(R|1|20)", deprecated_stacktrace}]}. -{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.27"}}}]}. +{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.30"}}}]}. {cover_enabled, true}. {cover_export_enabled, true}. diff -Nru erlang-p1-yconf-1.0.7/src/yconf.app.src erlang-p1-yconf-1.0.10/src/yconf.app.src --- erlang-p1-yconf-1.0.7/src/yconf.app.src 2020-07-28 12:34:44.000000000 +0000 +++ erlang-p1-yconf-1.0.10/src/yconf.app.src 2021-01-27 10:38:22.000000000 +0000 @@ -17,7 +17,7 @@ %%%------------------------------------------------------------------- {application, yconf, [{description, "YAML configuration processor"}, - {vsn, "1.0.7"}, + {vsn, "1.0.10"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_yaml]},