Source: scapy
Version: 2.5.0+git20240324.2b58b51+dfsg-1
Severity: serious
Tags: patch
Hi Maintainer

Scapy has hardcoded dependencies on libpcap0.8, but since the time_t
transition, this library is now named libpcap0.8t64.

This can be seen in the failing autopkgtests of scapy on armel [1] and
armhf [2].

The patches below should be all that is required.

Regards
Graham


[1] https://ci.debian.net/packages/s/scapy/testing/armel/
[2] https://ci.debian.net/packages/s/scapy/testing/armhf/


--- a/debian/control
+++ b/debian/control
@@ -21,7 +22,7 @@
 Depends: netbase, ${misc:Depends}, ${python3:Depends}
 Breaks: python-scapy (<< 2.4.3-3~)
 Replaces: python-scapy (<< 2.4.3-3~)
-Recommends: ipython3, libpcap0.8, python3-cryptography
+Recommends: ipython3, libpcap0.8t64, python3-cryptography
 Suggests: graphviz,
           python-scapy-doc,
           python3-matplotlib,

--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: run-upstream-tests
-Depends: libpcap0.8,
+Depends: libpcap0.8t64,
          netbase,
          python3-cryptography,
          python3-ipython,

Reply via email to