diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:30:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:30:55 +0000 |
commit | 9f7a91c45ae889e536b71650aed77c05224b11b1 (patch) | |
tree | 5cc8df8feba7e2923ed6b810d21580d01ad33ada /debian/control | |
parent | Adding upstream version 0.12.1+dfsg. (diff) | |
download | ngtcp2-9f7a91c45ae889e536b71650aed77c05224b11b1.tar.xz ngtcp2-9f7a91c45ae889e536b71650aed77c05224b11b1.zip |
Adding debian version 0.12.1+dfsg-1.debian/0.12.1+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a8309e2 --- /dev/null +++ b/debian/control @@ -0,0 +1,96 @@ +Source: ngtcp2 +Section: libs +Priority: optional +Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com> +Build-Depends: + chrpath, + debhelper-compat (= 13), + libcunit1-dev, + libev-dev, + libgnutls28-dev (>= 3.7.2), + libnghttp3-dev (>= 0.8.0), + pkg-config, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/ngtcp2/ngtcp2 +Vcs-Browser: https://salsa.debian.org/saki/ngtcp2 +Vcs-Git: https://salsa.debian.org/saki/ngtcp2.git + +Package: libngtcp2-9 +Section: libs +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: implementation of QUIC protocol (library) + ngtcp2 project is an effort to implement QUIC protocol which is + now being discussed in IETF QUICWG for its standardization. + . + This package contains the shared library. + +Package: libngtcp2-crypto-gnutls-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + libngtcp2-crypto-gnutls2 (= ${binary:Version}), + ${misc: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 development files. + +Package: libngtcp2-crypto-gnutls2 +Section: libs +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: implementation of QUIC protocol (library) + ngtcp2 project is an effort to implement QUIC protocol which is + now being discussed in IETF QUICWG for its standardization. + . + This package contains the shared library. + +Package: libngtcp2-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + libngtcp2-9 (= ${binary:Version}), + ${misc: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 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. |