From a21aa3cfbe6dad8655de69870d2780e6a19b22b8 Mon Sep 17 00:00:00 2001 From: Gioele Barabucci Date: Sat, 15 Feb 2025 06:41:03 +0100 Subject: [PATCH] d/control: Remove outdated debconf version constraint debconf 1.5.34 is older than Debian squeeze, thus no longer needed. Also, debconf is not needed as Pre-Depends, as it is not called from `preinst`. An appropriate dependency will be added by `dh_installdebconf`. --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 14ef98a25..7d5595083 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,7 @@ Description: BGP swiss army knife of networking - Python 3 module Package: exabgp Architecture: all -Pre-Depends: debconf (>= 1.5.34), - dpkg (>= 1.15.7.2), +Pre-Depends: dpkg (>= 1.15.7.2), ${misc:Pre-Depends} Depends: adduser, python3-exabgp (= ${binary:Version}),