From f40f0aae211f3e42c8495ac9c5a25e87fe1e5385 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 2 Feb 2024 11:10:21 +0100 Subject: [PATCH] debian: Remove hard-coded dependency on liblopsub1. The lopsub package was recently renamed to liblopsub1t64 to deal with the upcoming 64-bit time_t transition in Debian. Drop the dependency rather than renaming it, since this is what shlibs are for. Suggested-by: Steve Langasek --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4981f4a..cb3444f 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: git://git.tuebingen.mpg.de/tfortune/ Package: tfortune Architecture: any -Depends: ${shlibs:Depends}, liblopsub1, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: tfortunes Description: Fortune Cookies with Tags Like fortune(6), tfortune is a Unix command line utility which prints -- 2.30.2