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