]> git.proxmox.com Git - libgit2.git/blame - debian/control
Bump SONAME to libgit2.so.1.5
[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
60782d46 19Standards-Version: 4.6.1
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
91c63880 29Depends: libgit2-1.5 (= ${binary:Version}),
ba87c8e5 30 zlib1g-dev,
9ffe4d39
UG
31 libmbedtls-dev,
32 libssh2-1-dev,
33 libhttp-parser-dev,
199135ae 34 libpcre3-dev,
91c63880 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
91c63880 43Package: libgit2-1.5
7618a9d9 44Architecture: any
c2cf9f38
RS
45Multi-Arch: same
46Pre-Depends: ${misc:Pre-Depends}
9ffe4d39 47Depends: ${shlibs:Depends},
91c63880 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}
91c63880 57Depends: ${misc:Depends},
3d9146a4
CB
58Description: low-level Git library - test suite examples
59 libgit2 is a portable, pure C implementation of the Git
60 distributed version control system core methods provided as a
61 re-entrant link-able library with a solid API.
62 .
b350e275
UG
63 This package provides the test examples of the library, which
64 can be useful for other pieces of software relying on libgit2,
65 for testing purposes.