]> git.proxmox.com Git - libgit2.git/blob - debian/control
Merge tag 'upstream/0.18.0'
[libgit2.git] / debian / control
1 Source: libgit2
2 Section: libs
3 Priority: extra
4 Maintainer: Russell Sim <russell.sim@gmail.com>
5 Build-Depends: debhelper (>= 9.20120417), python-minimal (>= 2.4.0), cmake, libz-dev
6 Standards-Version: 3.9.3
7 Homepage: http://libgit2.github.com/
8 #Vcs-Git: git://git.debian.org/collab-maint/libgit2.git
9 #Vcs-Browser: http://git.debian.org/?p=collab-maint/libgit2.git;a=summary
10
11
12 Package: libgit2-dev
13 Architecture: any
14 Section: libdevel
15 Depends: libgit2-0 (= ${binary:Version}),
16 ${misc:Depends}
17 Description: low-level Git library (development files)
18 libgit2 is a portable, pure C implementation of the Git
19 distributed version control system core methods provided as a
20 re-entrant link-able library with a solid API.
21 .
22 This package contains the development files for libgit2.
23
24 Package: libgit2-0
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: low-level Git library
28 libgit2 is a portable, pure C implementation of the Git
29 distributed version control system core methods provided as a
30 re-entrant link-able library with a solid API.
31
32 Package: libgit2-dbg
33 Section: debug
34 Architecture: any
35 Depends: libgit2-0 (= ${binary:Version}),
36 ${misc:Depends}
37 Description: libgit2 library and debugging symbols
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 detached debugging symbols.
43 .
44 Most people will not need this package.
45