]> git.proxmox.com Git - libgit2.git/blob - debian/control
fixed 2 lintian errors
[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 (>= 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: low-level Git library
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 Architecture: any
25 Depends: ${shlibs:Depends}, ${misc:Depends}
26 Description: low-level Git library
27 libgit2 is a portable, pure C implementation of the Git
28 distributed version control system core methods provided as a
29 re-entrant link-able library with a solid API.
30
31 Package: libgit2-dbg
32 Section: debug
33 Architecture: any
34 Depends: libgit2-0 (= ${binary:Version}),
35 ${misc:Depends}
36 Description: libgit2 library and debugging symbols
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 detached debugging symbols.
42 .
43 Most people will not need this package.
44