]> git.proxmox.com Git - libgit2.git/blob - debian/control
Add dependency on ca-certificates and libpcre3-dev
[libgit2.git] / debian / control
1 Source: libgit2
2 Section: libs
3 Priority: optional
4 Maintainer: Utkarsh Gupta <utkarsh@debian.org>
5 Uploaders: Russell Sim <russell.sim@gmail.com>,
6 Pirate Praveen <praveen@debian.org>
7 Build-Depends: debhelper-compat (= 12),
8 python3-minimal:any,
9 pkg-config,
10 cmake,
11 zlib1g-dev,
12 libmbedtls-dev,
13 libssh2-1-dev,
14 libhttp-parser-dev,
15 libpcre3-dev,
16 libkrb5-dev,
17 ca-certificates
18 Standards-Version: 4.5.0
19 Homepage: https://libgit2.github.com/
20 Vcs-Git: https://salsa.debian.org/debian/libgit2.git
21 Vcs-Browser: https://salsa.debian.org/debian/libgit2
22
23
24 Package: libgit2-dev
25 Architecture: any
26 Section: libdevel
27 Multi-Arch: same
28 Depends: libgit2-99 (= ${binary:Version}),
29 zlib1g-dev,
30 libmbedtls-dev,
31 libssh2-1-dev,
32 libhttp-parser-dev,
33 ${shlibs:Depends},
34 ${misc:Depends}
35 Description: low-level Git library (development files)
36 libgit2 is a portable, pure C implementation of the Git
37 distributed version control system core methods provided as a
38 re-entrant link-able library with a solid API.
39 .
40 This package contains the development files for libgit2.
41
42 Package: libgit2-99
43 Architecture: any
44 Multi-Arch: same
45 Pre-Depends: ${misc:Pre-Depends}
46 Depends: ${shlibs:Depends},
47 ${misc:Depends}
48 Description: low-level Git library
49 libgit2 is a portable, pure C implementation of the Git
50 distributed version control system core methods provided as a
51 re-entrant link-able library with a solid API.