]> git.proxmox.com Git - libgit2.git/blob - debian/control
Library transition from 28 to 99
[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 libpcre2-dev,
16 libkrb5-dev
17 Standards-Version: 4.5.0
18 Homepage: https://libgit2.github.com/
19 Vcs-Git: https://salsa.debian.org/debian/libgit2.git
20 Vcs-Browser: https://salsa.debian.org/debian/libgit2
21
22
23 Package: libgit2-dev
24 Architecture: any
25 Section: libdevel
26 Multi-Arch: same
27 Depends: libgit2-99 (= ${binary:Version}),
28 zlib1g-dev,
29 libmbedtls-dev,
30 libssh2-1-dev,
31 libhttp-parser-dev,
32 ${shlibs:Depends},
33 ${misc:Depends}
34 Description: low-level Git library (development files)
35 libgit2 is a portable, pure C implementation of the Git
36 distributed version control system core methods provided as a
37 re-entrant link-able library with a solid API.
38 .
39 This package contains the development files for libgit2.
40
41 Package: libgit2-99
42 Architecture: any
43 Multi-Arch: same
44 Pre-Depends: ${misc:Pre-Depends}
45 Depends: ${shlibs:Depends},
46 ${misc:Depends}
47 Description: low-level Git library
48 libgit2 is a portable, pure C implementation of the Git
49 distributed version control system core methods provided as a
50 re-entrant link-able library with a solid API.