]> git.proxmox.com Git - libgit2.git/blob - debian/control
Bump SONAME to libgit2.so.1.5
[libgit2.git] / debian / control
1 Source: libgit2
2 Section: libs
3 Priority: optional
4 Maintainer: Utkarsh Gupta <utkarsh@debian.org>
5 Uploaders: Pirate Praveen <praveen@debian.org>,
6 Mohammed Bilal <mdbilal@disroot.org>
7 Build-Depends: debhelper-compat (= 13),
8 python3-minimal:any,
9 pkg-config,
10 ca-certificates,
11 cmake,
12 zlib1g-dev,
13 libmbedtls-dev,
14 libssh2-1-dev,
15 libhttp-parser-dev,
16 libpcre3-dev,
17 libkrb5-dev,
18 ca-certificates
19 Standards-Version: 4.6.1
20 Homepage: https://libgit2.github.com/
21 Vcs-Git: https://salsa.debian.org/debian/libgit2.git
22 Vcs-Browser: https://salsa.debian.org/debian/libgit2
23 Rules-Requires-Root: no
24
25 Package: libgit2-dev
26 Architecture: any
27 Section: libdevel
28 Multi-Arch: same
29 Depends: libgit2-1.5 (= ${binary:Version}),
30 zlib1g-dev,
31 libmbedtls-dev,
32 libssh2-1-dev,
33 libhttp-parser-dev,
34 libpcre3-dev,
35 ${misc:Depends},
36 Description: low-level Git library (development files)
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.
42
43 Package: libgit2-1.5
44 Architecture: any
45 Multi-Arch: same
46 Pre-Depends: ${misc:Pre-Depends}
47 Depends: ${shlibs:Depends},
48 ${misc:Depends},
49 Description: low-level Git library
50 libgit2 is a portable, pure C implementation of the Git
51 distributed version control system core methods provided as a
52 re-entrant link-able library with a solid API.
53
54 Package: libgit2-fixtures
55 Architecture: all
56 Pre-Depends: ${misc:Pre-Depends}
57 Depends: ${misc:Depends},
58 Description: 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 .
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.