]> git.proxmox.com Git - libgit2.git/blob - debian/control
Updated Changelog.
[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),
6 cmake, libz-dev, libssl-dev, ca-certificates
7 Standards-Version: 3.9.3
8 Homepage: http://libgit2.github.com/
9 #Vcs-Git: git://git.debian.org/collab-maint/libgit2.git
10 #Vcs-Browser: http://git.debian.org/?p=collab-maint/libgit2.git;a=summary
11
12
13 Package: libgit2-dev
14 Architecture: any
15 Section: libdevel
16 Depends: libgit2-0 (= ${binary:Version}),
17 ${misc:Depends}
18 Description: low-level Git library (development files)
19 libgit2 is a portable, pure C implementation of the Git
20 distributed version control system core methods provided as a
21 re-entrant link-able library with a solid API.
22 .
23 This package contains the development files for libgit2.
24
25 Package: libgit2-0
26 Architecture: any
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Description: low-level Git library
29 libgit2 is a portable, pure C implementation of the Git
30 distributed version control system core methods provided as a
31 re-entrant link-able library with a solid API.
32
33 Package: libgit2-dbg
34 Section: debug
35 Architecture: any
36 Depends: libgit2-0 (= ${binary:Version}),
37 ${misc:Depends}
38 Description: libgit2 library and debugging symbols
39 libgit2 is a portable, pure C implementation of the Git
40 distributed version control system core methods provided as a
41 re-entrant link-able library with a solid API.
42 .
43 This package contains detached debugging symbols.
44 .
45 Most people will not need this package.
46