From: Raspbian automatic forward porter Date: Sun, 24 Dec 2023 19:08:34 +0000 (+0000) Subject: Merge version 2.8.0-1+rpi1 and 2.9.0-1 to produce 2.9.0-1+rpi1 X-Git-Tag: archive/raspbian/2.9.0-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d871a687b11f1c62f47fc9833e0c15ad3113969b;p=utf8proc.git Merge version 2.8.0-1+rpi1 and 2.9.0-1 to produce 2.9.0-1+rpi1 --- d871a687b11f1c62f47fc9833e0c15ad3113969b diff --cc debian/changelog index 3d25d64,31e50ab..bd774d4 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,18 +1,25 @@@ - utf8proc (2.8.0-1+rpi1) bookworm-staging; urgency=medium ++utf8proc (2.9.0-1+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 2.7.0-1+rpi1 by root at Fri, 24 Dec 2021 05:29:20 +0000] + * Force C.utf-8 locale. + - -- Raspbian forward porter Sun, 20 Nov 2022 18:45:42 +0000 ++ -- Raspbian forward porter Sun, 24 Dec 2023 19:08:34 +0000 ++ + utf8proc (2.9.0-1) unstable; urgency=medium + + * Upload to unstable and start transition. + + -- Mo Zhou Fri, 27 Oct 2023 14:45:19 -0400 + + utf8proc (2.9.0-1~exp1) experimental; urgency=medium + + * New upstream version 2.9.0 (Closes: #1052835) + supports unicode-data 15.1.0 + * Refresh remaining patches. + * Bump SOVERSION from 2 to 3. + * Discard the --no-parallel dh option. + + -- Mo Zhou Sun, 22 Oct 2023 17:18:12 -0400 utf8proc (2.8.0-1) unstable; urgency=medium diff --cc debian/rules index 2843b61,a14ec8e..e505a3e --- a/debian/rules +++ b/debian/rules @@@ -1,9 -1,8 +1,9 @@@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export LC_ALL=C.UTF-8 %: - dh $@ --no-parallel + dh $@ --buildsystem=makefile override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)