diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-12-15 14:32:30 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-12-15 14:32:30 +0100 |
commit | 2beeaa7cac67c47b74ebc03fe711d91ba154cc4a (patch) | |
tree | 031381f6bc9aa14b3d68828e47f8cc2e242b4cfc /debian | |
parent | 1d7b62209ea19ea676f446d89f67be009efcb953 (diff) | |
parent | bbb8e1d799ac3975a46ffa42a1dfc14bac43b1f1 (diff) |
Merge tag 'debian/1.1-1_experimental2' into develop
Bugfix release
Diffstat (limited to 'debian')
-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. |