]> git.proxmox.com Git - libgit2.git/blob - debian/control
add missing libpcre3-dev dependency
[libgit2.git] / debian / control
1 Source: libgit2
2 Section: libs
3 Priority: optional
4 Maintainer: Utkarsh Gupta <utkarsh@debian.org>
5 Uploaders: Russell Sim <russell.sim@gmail.com>,
6 Pirate Praveen <praveen@debian.org>
7 Build-Depends: debhelper-compat (= 12),
8 python3-minimal:any,
9 pkg-config,
10 cmake,
11 zlib1g-dev,
12 libmbedtls-dev,
13 libssh2-1-dev,
14 libhttp-parser-dev,
15 libpcre3-dev,
16 libkrb5-dev,
17 ca-certificates
18 Standards-Version: 4.5.0
19 Homepage: https://libgit2.github.com/
20 Vcs-Git: https://salsa.debian.org/debian/libgit2.git
21 Vcs-Browser: https://salsa.debian.org/debian/libgit2
22 Rules-Requires-Root: no
23
24 Package: libgit2-dev
25 Architecture: any
26 Section: libdevel
27 Multi-Arch: same
28 Depends: libgit2-1.0 (= ${binary:Version}),
29 zlib1g-dev,
30 libmbedtls-dev,
31 libssh2-1-dev,
32 libhttp-parser-dev,
33 libpcre3-dev,
34 ${shlibs:Depends},
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.0
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.