From 21a0b1d823fec6f2970e37a7d493ba97a632c55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 11 Dec 2022 19:35:22 +0100 Subject: Fix Architecture & MultiArch for libunistring2 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8f6ff3b5..4f3f7a18 100644 --- a/debian/control +++ b/debian/control @@ -45,8 +45,7 @@ Description: Unicode string library for C This package contains the shared library. Package: libunistring2 -Architecture: any -Multi-Arch: same +Architecture: all Section: oldlibs Depends: libunistring5 (>= ${source:Version}), -- cgit v1.2.3 From 1d7b62209ea19ea676f446d89f67be009efcb953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 12 Dec 2022 15:01:05 +0100 Subject: d/rules: Use DEB_VERSION_UPSTREAM instead of VERSION --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4f3f7a18..3fead0d4 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,7 @@ Description: Unicode string library for C Package: libunistring2 Architecture: all Section: oldlibs +Priority: optional Depends: libunistring5 (>= ${source:Version}), ${misc:Depends} -- cgit v1.2.3 From 98e14858e1d242e7113dceaeaa2301bfce789860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 12 Dec 2022 18:23:46 +0100 Subject: d/control: Remove libunistring2; Remove Replaces & Breaks from libunistring5 --- debian/control | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'debian/control') 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. -- cgit v1.2.3