diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 12 | 
2 files changed, 4 insertions, 17 deletions
| diff --git a/debian/changelog b/debian/changelog index 31e46049..8e653e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,12 @@ -libunistring (1.1-1~experimental2) UNRELEASED; urgency=medium +libunistring (1.1-1~experimental2) experimental; urgency=medium    * debian/control: -    - libunistring2 (Closes: #1025901): -      + Change Architecture to all. -      + Remove Multi-Arch: same. +    - Remove libunistring2 (Closes: #1025901). +    - Remove Replaces & Breaks from libunistring5.    * debian/rules:      - Use DEB_VERSION_UPSTREAM instead of VERSION. - -- Jörg Frings-Fürst <debian@jff.email>  Sun, 11 Dec 2022 19:00:32 +0100 + -- Jörg Frings-Fürst <debian@jff.email>  Mon, 12 Dec 2022 18:23:56 +0100  libunistring (1.1-1~experimental1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 3fead0d4..c4ab7af5 100644 --- a/debian/control +++ b/debian/control @@ -28,8 +28,6 @@ Description: Unicode string library for C - development files   and HTML format.  Package: libunistring5 -Replaces: libunistring2 (<< 1.1-1~) -Breaks: libunistring2 (<< 1.1-1~)  Architecture: any  Multi-Arch: same  Pre-Depends: ${misc:Pre-Depends} @@ -43,13 +41,3 @@ Description: Unicode string library for C   expressions).   .   This package contains the shared library. - -Package: libunistring2 -Architecture: all -Section: oldlibs -Priority: optional -Depends: - libunistring5 (>= ${source:Version}), - ${misc:Depends} -Description: Unicode string library for C [transitional package] - This is a transitional package. It can safely be removed. | 
