]> git.proxmox.com Git - libgit2.git/blame - debian/control
Wrap description wrt line length limitation
[libgit2.git] / debian / control
CommitLineData
7618a9d9 1Source: libgit2
c35908c4 2Section: libs
0cc72a02 3Priority: optional
2be5cfe4 4Maintainer: Utkarsh Gupta <utkarsh@debian.org>
b01bbca8 5Uploaders: Pirate Praveen <praveen@debian.org>
afc389d6 6Build-Depends: debhelper-compat (= 12),
d10a9744 7 python3-minimal:any,
9ffe4d39 8 pkg-config,
5bafe823 9 ca-certificates,
9ffe4d39 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
eca33524 18Standards-Version: 4.5.1
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
02b01a09 28Depends: libgit2-1.1 (= ${binary:Version}),
ba87c8e5 29 zlib1g-dev,
9ffe4d39
UG
30 libmbedtls-dev,
31 libssh2-1-dev,
32 libhttp-parser-dev,
199135ae 33 libpcre3-dev,
9ffe4d39
UG
34 ${shlibs:Depends},
35 ${misc:Depends}
dfc8d3c3 36Description: low-level Git library (development files)
b9205bf2
RS
37 libgit2 is a portable, pure C implementation of the Git
38 distributed version control system core methods provided as a
39 re-entrant link-able library with a solid API.
40 .
41 This package contains the development files for libgit2.
0d836383 42
02b01a09 43Package: libgit2-1.1
7618a9d9 44Architecture: any
c2cf9f38
RS
45Multi-Arch: same
46Pre-Depends: ${misc:Pre-Depends}
9ffe4d39
UG
47Depends: ${shlibs:Depends},
48 ${misc:Depends}
93108bd5 49Description: low-level Git library
f7080cd5 50 libgit2 is a portable, pure C implementation of the Git
7618a9d9 51 distributed version control system core methods provided as a
b9205bf2 52 re-entrant link-able library with a solid API.
3d9146a4
CB
53
54Package: libgit2-fixtures
55Architecture: all
56Pre-Depends: ${misc:Pre-Depends}
57Depends: ${shlibs:Depends},
58 ${misc:Depends}
59Description: low-level Git library - test suite examples
60 libgit2 is a portable, pure C implementation of the Git
61 distributed version control system core methods provided as a
62 re-entrant link-able library with a solid API.
63 .
b350e275
UG
64 This package provides the test examples of the library, which
65 can be useful for other pieces of software relying on libgit2,
66 for testing purposes.