diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 |
commit | 1b1ad4ed2919fbc68d8905cfec38a968821ce372 (patch) | |
tree | 5532a7e21342f88f4df7cd42139e012b6bd1dbe6 /debian/control | |
parent | 63b5c0db2dc641876e58d232220c7efc2b2c2423 (diff) | |
parent | fa82e850f8d894ae4b9cd75bd12ffeeb65974d50 (diff) |
Merge branch 'release/debian/1.1-1_experimental1'debian/1.1-1_experimental1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 14 insertions, 2 deletions
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. |