From ec42490fe28b9478e3a4e6064d23033c10d2258e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 19:12:25 +0200 Subject: Fix #987609 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 61290489..d0de4180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libunistring (0.9.10-5) UNRELEASED; urgency=medium + + * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): + - Fix build on musl (Thanks to Helmut Grohne ). + + -- Jörg Frings-Fürst Mon, 26 Apr 2021 18:41:51 +0200 + libunistring (0.9.10-4) unstable; urgency=high * Fix ftbfs with dh_missing (Closes: #961960). -- cgit v1.2.3 From ab094694f88be45e5f53c3ade0dcbb76c1addcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 19:13:55 +0200 Subject: Declare compliance with Debian Policy 4.5.1 --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index d0de4180..8dcf7feb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libunistring (0.9.10-5) UNRELEASED; urgency=medium * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): - Fix build on musl (Thanks to Helmut Grohne ). + * Declare compliance with Debian Policy 4.5.1 (No changes needed). -- Jörg Frings-Fürst Mon, 26 Apr 2021 18:41:51 +0200 -- cgit v1.2.3 From 8f9d3fa00eede9a49cd3075229f10b391523ef7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 19:19:00 +0200 Subject: Fix copyright format problems --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8dcf7feb..9fd7bdbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libunistring (0.9.10-5) UNRELEASED; urgency=medium * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): - Fix build on musl (Thanks to Helmut Grohne ). + * Fix copyright format problems (Closes: #972501): + - Thanks to Bastian Germann . * Declare compliance with Debian Policy 4.5.1 (No changes needed). -- Jörg Frings-Fürst Mon, 26 Apr 2021 18:41:51 +0200 -- cgit v1.2.3 From c5b8e20f22952beb3804316807a4532636c8ce7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 19:20:55 +0200 Subject: Refresh copyright years for debian/* to 2021 --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 9fd7bdbd..084636ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,11 @@ libunistring (0.9.10-5) UNRELEASED; urgency=medium * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): - Fix build on musl (Thanks to Helmut Grohne ). - * Fix copyright format problems (Closes: #972501): - - Thanks to Bastian Germann . * Declare compliance with Debian Policy 4.5.1 (No changes needed). + * debian/copyright: + - Fix copyright format problems (Closes: #972501): + + Thanks to Bastian Germann . + - Refresh copyright years for debian/* to 2021. -- Jörg Frings-Fürst Mon, 26 Apr 2021 18:41:51 +0200 -- cgit v1.2.3 From bce7d2d8cb205a5186f2489c2f20df252adc0df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 19:42:31 +0200 Subject: Add Build-Depends-Package field --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 084636ae..c3ca5834 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ libunistring (0.9.10-5) UNRELEASED; urgency=medium - Fix copyright format problems (Closes: #972501): + Thanks to Bastian Germann . - Refresh copyright years for debian/* to 2021. + * debian/libunistring2.symbols, + debian/libunistring2.symbols.hurd-i386: + - Add Build-Depends-Package field. -- Jörg Frings-Fürst Mon, 26 Apr 2021 18:41:51 +0200 -- cgit v1.2.3 From 0252d4b4ba4c3d12b221ed9f3259b683170826ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 19:54:21 +0200 Subject: d/changelog: Change distribution to experimental, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c3ca5834..4f60766a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libunistring (0.9.10-5) UNRELEASED; urgency=medium +libunistring (0.9.10-5) experimental; urgency=medium * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): - Fix build on musl (Thanks to Helmut Grohne ). @@ -11,7 +11,7 @@ libunistring (0.9.10-5) UNRELEASED; urgency=medium debian/libunistring2.symbols.hurd-i386: - Add Build-Depends-Package field. - -- Jörg Frings-Fürst Mon, 26 Apr 2021 18:41:51 +0200 + -- Jörg Frings-Fürst Mon, 26 Apr 2021 19:52:59 +0200 libunistring (0.9.10-4) unstable; urgency=high -- cgit v1.2.3