libgit2/debian/control
2016-04-04 15:29:28 +02:00

52 lines
1.8 KiB
Plaintext

Source: libgit2
Section: libs
Priority: extra
Maintainer: Russell Sim <russell.sim@gmail.com>
Build-Depends: debhelper (>= 9.20120417), python-minimal (>= 2.4.0), pkg-config,
cmake, libz-dev, libcurl4-openssl-dev, libssl-dev,
libssh2-1-dev, libhttp-parser-dev, ca-certificates
Standards-Version: 3.9.7
Homepage: http://libgit2.github.com/
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/libgit2.git/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libgit2.git/
Package: libgit2-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: libgit2-24 (= ${binary:Version}), libz-dev,
libcurl4-openssl-dev, libssl-dev, libssh2-1-dev,
libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends}
Description: low-level Git library (development files)
libgit2 is a portable, pure C implementation of the Git
distributed version control system core methods provided as a
re-entrant link-able library with a solid API.
.
This package contains the development files for libgit2.
Package: libgit2-24
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low-level Git library
libgit2 is a portable, pure C implementation of the Git
distributed version control system core methods provided as a
re-entrant link-able library with a solid API.
Package: libgit2-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: libgit2-24 (= ${binary:Version}),
${misc:Depends}
Description: libgit2 library and debugging symbols
libgit2 is a portable, pure C implementation of the Git
distributed version control system core methods provided as a
re-entrant link-able library with a solid API.
.
This package contains detached debugging symbols.
.
Most people will not need this package.