Skip to content

Commit

Permalink
d/control: Remove outdated debconf version constraint
Browse files Browse the repository at this point in the history
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`.

Closes: #1096113
  • Loading branch information
gioele committed Feb 16, 2025
1 parent 0961ede commit 7749b0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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}),
Expand Down

0 comments on commit 7749b0a

Please sign in to comment.