Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Rules-Requires-Root: no
Package: gnutls-wolfssl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libgnutls30 (= 3.8.9)
Conflicts: libgnutls30
Replaces: libgnutls30
Provides: libgnutls30 (= 3.8.9), libgnutls30t64 (= 3.8.9)
Conflicts: libgnutls30, libgnutls30t64
Replaces: libgnutls30, libgnutls30t64
Section: libs
Description: GnuTLS linked against wolfSSL
GnuTLS 3.x rebuilt to use wolfSSL as its cryptographic backend.
Expand Down
Loading