mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-01 08:35:45 +00:00
Added correct dependencies to development package.
This commit is contained in:
parent
82a153649d
commit
30b8697c7b
5
debian/control
vendored
5
debian/control
vendored
@ -13,8 +13,8 @@ Homepage: http://libgit2.github.com/
|
||||
Package: libgit2-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libgit2-0 (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Depends: libgit2-0 (= ${binary:Version}), libz-dev, libssl-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
|
||||
@ -43,4 +43,3 @@ Description: libgit2 library and debugging symbols
|
||||
This package contains detached debugging symbols.
|
||||
.
|
||||
Most people will not need this package.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user