From 190e326815431adf8c2fdeedc97a17b04953ca84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Feb 2024 11:00:31 +0100 Subject: Rename libraries for 64-bit time_t transition --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 470c2bb..a5fafc4 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,10 @@ Homepage: https://inai.de/projects/libhx/ Vcs-Git: git://git.jff.email/libhx.git Vcs-Browser: https://git.jff.email/cgit/libhx.git -Package: libhx32 +Package: libhx32t64 +Provides: ${t64:Provides} +Replaces: libhx32 +Breaks: libhx32 (<< ${source:Version}) Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -30,7 +33,7 @@ Section: libdevel Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libhx32 (= ${binary:Version}), + libhx32t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Development files for libhx -- cgit v1.2.3 From 9d94e7075d78dba01164d1bc3e56681757734445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 17 Mar 2024 12:39:19 +0100 Subject: d/control: Readd BD dpkg-dev --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a5fafc4..af2d9a2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: libhx Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper-compat (= 13) + debhelper-compat (= 13), + dpkg-dev (>= 1.22.5) Standards-Version: 4.6.2.0 Section: libs Rules-Requires-Root: no -- cgit v1.2.3