]> git.proxmox.com Git - libgit2.git/blame_incremental - debian/control
Fix libpcre2-dev dependency of libgit2-dev
[libgit2.git] / debian / control
... / ...
CommitLineData
1Source: libgit2
2Section: libs
3Priority: optional
4Maintainer: Utkarsh Gupta <utkarsh@debian.org>
5Uploaders: Pirate Praveen <praveen@debian.org>,
6 Mohammed Bilal <mdbilal@disroot.org>
7Build-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 libpcre2-dev,
17 libkrb5-dev,
18 ca-certificates
19Standards-Version: 4.6.1
20Homepage: https://libgit2.github.com/
21Vcs-Git: https://salsa.debian.org/debian/libgit2.git
22Vcs-Browser: https://salsa.debian.org/debian/libgit2
23Rules-Requires-Root: no
24
25Package: libgit2-dev
26Architecture: any
27Section: libdevel
28Multi-Arch: same
29Depends: libgit2-1.5 (= ${binary:Version}),
30 zlib1g-dev,
31 libmbedtls-dev,
32 libssh2-1-dev,
33 libhttp-parser-dev,
34 libpcre2-dev,
35 ${misc:Depends},
36Description: 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
43Package: libgit2-1.5
44Architecture: any
45Multi-Arch: same
46Pre-Depends: ${misc:Pre-Depends}
47Depends: ${shlibs:Depends},
48 ${misc:Depends},
49Description: 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
54Package: libgit2-fixtures
55Architecture: all
56Multi-Arch: foreign
57Pre-Depends: ${misc:Pre-Depends}
58Depends: ${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 .
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.