mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
Update dependency, replace curl with mbedTLS
This commit is contained in:
parent
6939eb20c6
commit
b17745bc03
4
debian/control
vendored
4
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: Russell Sim <russell.sim@gmail.com>
|
Maintainer: Russell Sim <russell.sim@gmail.com>
|
||||||
Build-Depends: debhelper (>= 11),
|
Build-Depends: debhelper (>= 11),
|
||||||
python-minimal (>= 2.4.0), pkg-config,
|
python-minimal (>= 2.4.0), pkg-config,
|
||||||
cmake, libz-dev, libcurl4-gnutls-dev,
|
cmake, libz-dev, libmbedtls-dev,
|
||||||
libssh2-1-dev, libhttp-parser-dev, libkrb5-dev
|
libssh2-1-dev, libhttp-parser-dev, libkrb5-dev
|
||||||
Standards-Version: 4.1.3
|
Standards-Version: 4.1.3
|
||||||
Homepage: https://libgit2.github.com/
|
Homepage: https://libgit2.github.com/
|
||||||
@ -17,7 +17,7 @@ Architecture: any
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libgit2-26 (= ${binary:Version}), libz-dev,
|
Depends: libgit2-26 (= ${binary:Version}), libz-dev,
|
||||||
libcurl4-gnutls-dev, libssh2-1-dev,
|
libmbedtls-dev, libssh2-1-dev,
|
||||||
libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends}
|
libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: low-level Git library (development files)
|
Description: low-level Git library (development files)
|
||||||
libgit2 is a portable, pure C implementation of the Git
|
libgit2 is a portable, pure C implementation of the Git
|
||||||
|
Loading…
Reference in New Issue
Block a user