diff -Nru libpsl-0.21.0/debian/changelog libpsl-0.21.0/debian/changelog --- libpsl-0.21.0/debian/changelog 2020-07-08 00:17:59.000000000 +0000 +++ libpsl-0.21.0/debian/changelog 2021-11-15 04:15:05.000000000 +0000 @@ -1,10 +1,22 @@ -libpsl (0.21.0-1.1~16.04.sav0) xenial; urgency=low +libpsl (0.21.0-1.2~16.04.sav0) xenial; urgency=medium * Backport to Xenial * debian/control: Set debhelper-compat (= 10) BD (LP highest for Xenial) * debian/*.manpages: Add debian/tmp/ prefix (compat level < 11) - -- Rob Savoury Tue, 07 Jul 2020 17:17:59 -0700 + -- Rob Savoury Sun, 14 Nov 2021 20:15:05 -0800 + +libpsl (0.21.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + + [ Simon Josefsson ] + * B-D on libidn2-dev instead of obsolete libidn2-0-dev. (Closes: #974994) + + [ Sebastian Ramacher ] + * debian/patches: Update Platform.sh example in test data (Closes: #966941) + + -- Sebastian Ramacher Thu, 04 Feb 2021 22:56:22 +0100 libpsl (0.21.0-1.1) unstable; urgency=low diff -Nru libpsl-0.21.0/debian/control libpsl-0.21.0/debian/control --- libpsl-0.21.0/debian/control 2020-07-08 00:17:59.000000000 +0000 +++ libpsl-0.21.0/debian/control 2021-11-15 03:36:16.000000000 +0000 @@ -8,7 +8,7 @@ autoconf-archive, automake, gtk-doc-tools, - libidn2-0-dev (>=0.16), + libidn2-dev, libunistring-dev, pkg-config, publicsuffix (>= 20150507), diff -Nru libpsl-0.21.0/debian/patches/0008-Update-Platform.sh-example-in-test-data.patch libpsl-0.21.0/debian/patches/0008-Update-Platform.sh-example-in-test-data.patch --- libpsl-0.21.0/debian/patches/0008-Update-Platform.sh-example-in-test-data.patch 1970-01-01 00:00:00.000000000 +0000 +++ libpsl-0.21.0/debian/patches/0008-Update-Platform.sh-example-in-test-data.patch 2021-02-04 21:55:25.000000000 +0000 @@ -0,0 +1,23 @@ +From: Nikola Kotur +Date: Thu, 2 Jul 2020 16:41:58 +0200 +Subject: Update Platform.sh example in test data + +--- + tests/test-is-public-builtin.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/test-is-public-builtin.c b/tests/test-is-public-builtin.c +index e9963b5..ea3a434 100644 +--- a/tests/test-is-public-builtin.c ++++ b/tests/test-is-public-builtin.c +@@ -82,8 +82,8 @@ static void test_psl(void) + { ".forgot.his.name", 1, 1 }, + { "whoever.his.name", 0, 0 }, + { "whoever.forgot.his.name", 0, 0 }, +- { "whatever.platform.sh", 1, 1 }, +- { ".platform.sh", 1, 1 }, ++ { "whatever.platformsh.site", 1, 1 }, ++ { ".platformsh.site", 1, 1 }, + { "whatever.yokohama.jp", 1, 1 }, + { ".yokohama.jp", 1, 1 }, + { ".", 1, 0 }, /* special case */ diff -Nru libpsl-0.21.0/debian/patches/series libpsl-0.21.0/debian/patches/series --- libpsl-0.21.0/debian/patches/series 2020-03-04 17:39:16.000000000 +0000 +++ libpsl-0.21.0/debian/patches/series 2021-02-04 21:55:25.000000000 +0000 @@ -5,3 +5,4 @@ 0005-Add-missing-api-indeces-for-gtk-doc.patch 0006-Use-NULL-and-FILE-overall-in-gtk-docs.patch 0007-gtk-doc-do-not-include-tree_index.sgml.patch +0008-Update-Platform.sh-example-in-test-data.patch