diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:52:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:52:24 +0000 |
commit | c6958f90e941a5296a29c18b633843dbcc98441a (patch) | |
tree | 3e3e7b3452394d169db0478d5b169fdec547e5c2 /debian/control | |
parent | Merging upstream version 1.60.0. (diff) | |
download | nghttp2-c6958f90e941a5296a29c18b633843dbcc98441a.tar.xz nghttp2-c6958f90e941a5296a29c18b633843dbcc98441a.zip |
Merging debian version 1.60.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 97aa214..e70a22b 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 13), libssl-dev, libsystemd-dev, libxml2-dev, - pkg-config, + pkgconf, zlib1g-dev Build-Depends-Indep: python3-sphinx, python3-sphinx-rtd-theme Standards-Version: 4.6.2 @@ -31,7 +31,7 @@ Package: libnghttp2-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libnghttp2-14 (= ${binary:Version}), pkg-config, ${misc:Depends} +Depends: libnghttp2-14 (= ${binary:Version}), pkgconf, ${misc:Depends} Suggests: libnghttp2-doc Conflicts: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev Replaces: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev |