]> git.proxmox.com Git - libgit2.git/blame - debian/control
Add patch to make build reproducible
[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
UG
9 pkg-config,
10 cmake,
ba87c8e5 11 zlib1g-dev,
9ffe4d39
UG
12 libmbedtls-dev,
13 libssh2-1-dev,
14 libhttp-parser-dev,
86ca7244
SM
15 libpcre3-dev,
16 libkrb5-dev,
17 ca-certificates
511b6768 18Standards-Version: 4.5.0
7599dcb3 19Homepage: https://libgit2.github.com/
f4fa540b
PP
20Vcs-Git: https://salsa.debian.org/debian/libgit2.git
21Vcs-Browser: https://salsa.debian.org/debian/libgit2
3d11f168 22Rules-Requires-Root: no
0d836383
RS
23
24Package: libgit2-dev
25Architecture: any
26Section: libdevel
c2cf9f38 27Multi-Arch: same
8a1e86ed 28Depends: libgit2-1.0 (= ${binary:Version}),
ba87c8e5 29 zlib1g-dev,
9ffe4d39
UG
30 libmbedtls-dev,
31 libssh2-1-dev,
32 libhttp-parser-dev,
33 ${shlibs:Depends},
34 ${misc:Depends}
dfc8d3c3 35Description: low-level Git library (development files)
b9205bf2
RS
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.
0d836383 41
8a1e86ed 42Package: libgit2-1.0
7618a9d9 43Architecture: any
c2cf9f38
RS
44Multi-Arch: same
45Pre-Depends: ${misc:Pre-Depends}
9ffe4d39
UG
46Depends: ${shlibs:Depends},
47 ${misc:Depends}
93108bd5 48Description: low-level Git library
f7080cd5 49 libgit2 is a portable, pure C implementation of the Git
7618a9d9 50 distributed version control system core methods provided as a
b9205bf2 51 re-entrant link-able library with a solid API.