]> git.proxmox.com Git - libgit2.git/blame - debian/control
changed section to devel
[libgit2.git] / debian / control
CommitLineData
7618a9d9 1Source: libgit2
dbe37d2c 2Section: devel
7618a9d9
RS
3Priority: extra
4Maintainer: Russell Sim <russell.sim@gmail.com>
8dc4ea58 5Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.4.0), cmake, libz-dev
3d861398 6Standards-Version: 3.9.3
7618a9d9
RS
7Homepage: 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
0d836383
RS
11
12Package: libgit2-dev
13Architecture: any
14Section: libdevel
15Depends: ${misc:Depends},
8c676c85 16Description: libgit2 is an implementation of the Git DVCS
b9205bf2
RS
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.
0d836383 22
8dc4ea58 23Package: libgit2-0
0d836383 24Section: libs
7618a9d9
RS
25Architecture: any
26Depends: ${shlibs:Depends}, ${misc:Depends}
8c676c85 27Description: libgit2 is an implementation of the Git DVCS
f7080cd5 28 libgit2 is a portable, pure C implementation of the Git
7618a9d9 29 distributed version control system core methods provided as a
b9205bf2 30 re-entrant link-able library with a solid API.
0d836383
RS
31
32Package: libgit2-dbg
33Section: debug
0d836383 34Architecture: any
8dc4ea58 35Depends: libgit2-0 (= ${binary:Version}),
0d836383 36 ${misc:Depends}
8c676c85 37Description: libgit2 library and debugging symbols
b9205bf2
RS
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.
0d836383 45