]> git.proxmox.com Git - libgit2.git/blame - debian/control
Update symbols file
[libgit2.git] / debian / control
CommitLineData
7618a9d9 1Source: libgit2
c35908c4 2Section: libs
0cc72a02 3Priority: optional
2be5cfe4 4Maintainer: Utkarsh Gupta <utkarsh@debian.org>
dc0c5415 5Uploaders: Russell Sim <russell.sim@gmail.com>,
9ffe4d39 6 Pirate Praveen <praveen@debian.org>
afc389d6 7Build-Depends: debhelper-compat (= 12),
d10a9744 8 python3-minimal:any,
9ffe4d39 9 pkg-config,
5bafe823 10 ca-certificates,
9ffe4d39 11 cmake,
ba87c8e5 12 zlib1g-dev,
9ffe4d39
UG
13 libmbedtls-dev,
14 libssh2-1-dev,
15 libhttp-parser-dev,
86ca7244
SM
16 libpcre3-dev,
17 libkrb5-dev,
18 ca-certificates
511b6768 19Standards-Version: 4.5.0
7599dcb3 20Homepage: https://libgit2.github.com/
f4fa540b
PP
21Vcs-Git: https://salsa.debian.org/debian/libgit2.git
22Vcs-Browser: https://salsa.debian.org/debian/libgit2
3d11f168 23Rules-Requires-Root: no
0d836383
RS
24
25Package: libgit2-dev
26Architecture: any
27Section: libdevel
c2cf9f38 28Multi-Arch: same
8a1e86ed 29Depends: libgit2-1.0 (= ${binary:Version}),
ba87c8e5 30 zlib1g-dev,
9ffe4d39
UG
31 libmbedtls-dev,
32 libssh2-1-dev,
33 libhttp-parser-dev,
199135ae 34 libpcre3-dev,
9ffe4d39
UG
35 ${shlibs:Depends},
36 ${misc:Depends}
dfc8d3c3 37Description: low-level Git library (development files)
b9205bf2
RS
38 libgit2 is a portable, pure C implementation of the Git
39 distributed version control system core methods provided as a
40 re-entrant link-able library with a solid API.
41 .
42 This package contains the development files for libgit2.
0d836383 43
8a1e86ed 44Package: libgit2-1.0
7618a9d9 45Architecture: any
c2cf9f38
RS
46Multi-Arch: same
47Pre-Depends: ${misc:Pre-Depends}
9ffe4d39
UG
48Depends: ${shlibs:Depends},
49 ${misc:Depends}
93108bd5 50Description: low-level Git library
f7080cd5 51 libgit2 is a portable, pure C implementation of the Git
7618a9d9 52 distributed version control system core methods provided as a
b9205bf2 53 re-entrant link-able library with a solid API.