From 69338edb185ed48ab999dbd148474f7a51b87a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 27 Oct 2022 12:13:08 +0200 Subject: Transition from libunistring2 to linunistring5 --- debian/control | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 294f02b..8f6ff3b 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: libunistring-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libunistring2 (= ${binary:Version}), ${misc:Depends} +Depends: libunistring5 (= ${binary:Version}), ${misc:Depends} Description: Unicode string library for C - development files The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode @@ -27,7 +27,9 @@ Description: Unicode string library for C - development files and link against libunistring, as well as the documentation in Info and HTML format. -Package: libunistring2 +Package: libunistring5 +Replaces: libunistring2 (<< 1.1-1~) +Breaks: libunistring2 (<< 1.1-1~) Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -41,3 +43,13 @@ Description: Unicode string library for C expressions). . This package contains the shared library. + +Package: libunistring2 +Architecture: any +Multi-Arch: same +Section: oldlibs +Depends: + libunistring5 (>= ${source:Version}), + ${misc:Depends} +Description: Unicode string library for C [transitional package] + This is a transitional package. It can safely be removed. -- cgit v1.2.3