]> git.proxmox.com Git - libgit2.git/blob - debian/control
changed section to devel
[libgit2.git] / debian / control
1 Source: libgit2
2 Section: devel
3 Priority: extra
4 Maintainer: Russell Sim <russell.sim@gmail.com>
5 Build-Depends: debhelper (>= 8.0.0), python-all (>= 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: ${misc:Depends},
16 Description: libgit2 is an implementation of the Git DVCS
17 libgit2 is a portable, pure C implementation of the Git
18 distributed version control system core methods provided as a
19 re-entrant link-able library with a solid API.
20 .
21 This package contains the development files for libgit2.
22
23 Package: libgit2-0
24 Section: libs
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: libgit2 is an implementation of the Git DVCS
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