]> git.proxmox.com Git - libgit2.git/blob - debian/control
Update upstream source from tag 'upstream/1.1.0+dfsg.1'
[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 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.5.0
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.0 (= ${binary:Version}),
30 zlib1g-dev,
31 libmbedtls-dev,
32 libssh2-1-dev,
33 libhttp-parser-dev,
34 libpcre3-dev,
35 ${shlibs:Depends},
36 ${misc:Depends}
37 Description: low-level Git library (development files)
38 libgit2 is a portable, pure C implementation of the Git
39 distributed version control system core methods provided as a
40 re-entrant link-able library with a solid API.
41 .
42 This package contains the development files for libgit2.
43
44 Package: libgit2-1.0
45 Architecture: any
46 Multi-Arch: same
47 Pre-Depends: ${misc:Pre-Depends}
48 Depends: ${shlibs:Depends},
49 ${misc:Depends}
50 Description: low-level Git library
51 libgit2 is a portable, pure C implementation of the Git
52 distributed version control system core methods provided as a
53 re-entrant link-able library with a solid API.