summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:32:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:32:09 +0000
commit0bb10d6f7dcfebe977687c7d64fdb4b2f44cd0d5 (patch)
tree3d1987fe7e2ac229d4e977257bc977aeefacdefc /debian/control
parentAdding upstream version 0.8.0. (diff)
downloadnghttp3-0bb10d6f7dcfebe977687c7d64fdb4b2f44cd0d5.tar.xz
nghttp3-0bb10d6f7dcfebe977687c7d64fdb4b2f44cd0d5.zip
Adding debian version 0.8.0-2.debian/0.8.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..259840e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: nghttp3
+Section: libs
+Priority: optional
+Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
+Build-Depends:
+ debhelper-compat (= 13),
+ pkg-config,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://github.com/ngtcp2/nghttp3
+Vcs-Browser: https://salsa.debian.org/saki/nghttp3
+Vcs-Git: https://salsa.debian.org/saki/nghttp3.git
+
+Package: libnghttp3-3
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: HTTP/3 library with QUIC and QPACK (library)
+ nghttp3 implements HTTP/3 functions in C. For now it supports several
+ HTTP actions like request, response and server push.
+ .
+ This package contains the shared library.
+
+Package: libnghttp3-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libnghttp3-3 (= ${binary:Version}),
+ ${misc:Depends},
+Description: HTTP/3 library with QUIC and QPACK (development)
+ nghttp3 implements HTTP/3 functions in C. For now it supports several
+ HTTP actions like request, response and server push.
+ .
+ This package contains the development files.