diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:44:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:48:04 +0000 |
commit | 2e31f9f11c0a5eb314748cd08d5eb5882ad74e11 (patch) | |
tree | be520462735f2abb8a77890f2bb9c387e3afc0f7 /debian/control | |
parent | Updating vcs fields. (diff) | |
download | ngtcp2-2e31f9f11c0a5eb314748cd08d5eb5882ad74e11.tar.xz ngtcp2-2e31f9f11c0a5eb314748cd08d5eb5882ad74e11.zip |
Building without examples (ngtcp2-client and ngtcp2-server) with need newer gcc.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/control b/debian/control index 2b64aa7..4e7571e 100644 --- a/debian/control +++ b/debian/control @@ -72,30 +72,3 @@ Description: implementation of QUIC protocol (development) now being discussed in IETF QUICWG for its standardization. . This package contains the development files. - -Package: ngtcp2-client -Architecture: any -Multi-Arch: foreign -Depends: - libngtcp2-9 (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends}, -Description: implementation of QUIC protocol (development) - ngtcp2 project is an effort to implement QUIC protocol which is - now being discussed in IETF QUICWG for its standardization. - . - This package contains the ngtcp2 client. - -Package: ngtcp2-server -Architecture: any -Multi-Arch: foreign -Depends: - libngtcp2-9 (= ${binary:Version}), - ssl-cert, - ${misc:Depends}, - ${shlibs:Depends}, -Description: implementation of QUIC protocol (development) - ngtcp2 project is an effort to implement QUIC protocol which is - now being discussed in IETF QUICWG for its standardization. - . - This package contains the ngtcp server. |