]> git.proxmox.com Git - libgit2.git/blame - debian/control
Add myself to uploaders
[libgit2.git] / debian / control
CommitLineData
7618a9d9 1Source: libgit2
c35908c4 2Section: libs
0cc72a02 3Priority: optional
2be5cfe4 4Maintainer: Utkarsh Gupta <utkarsh@debian.org>
89c461fa
MB
5Uploaders: Pirate Praveen <praveen@debian.org>,
6 Mohammed Bilal <mdbilal@disroot.org>
d967d254 7Build-Depends: debhelper-compat (= 13),
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
c554eec9 19Standards-Version: 4.6.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
257dcede 29Depends: libgit2-1.4 (= ${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
257dcede 44Package: libgit2-1.4
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.
3d9146a4
CB
54
55Package: libgit2-fixtures
56Architecture: all
57Pre-Depends: ${misc:Pre-Depends}
58Depends: ${shlibs:Depends},
59 ${misc:Depends}
60Description: low-level Git library - test suite examples
61 libgit2 is a portable, pure C implementation of the Git
62 distributed version control system core methods provided as a
63 re-entrant link-able library with a solid API.
64 .
b350e275
UG
65 This package provides the test examples of the library, which
66 can be useful for other pieces of software relying on libgit2,
67 for testing purposes.