mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 00:25:29 +00:00
Beautify d/control
This commit is contained in:
parent
afc389d61d
commit
9ffe4d39a5
26
debian/control
vendored
26
debian/control
vendored
@ -3,11 +3,16 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Jongmin Kim <jmkim@pukyong.ac.kr>
|
||||
Uploaders: Russell Sim <russell.sim@gmail.com>,
|
||||
Pirate Praveen <praveen@debian.org>
|
||||
Pirate Praveen <praveen@debian.org>
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
python-minimal (>= 2.4.0), pkg-config,
|
||||
cmake, libz-dev, libmbedtls-dev,
|
||||
libssh2-1-dev, libhttp-parser-dev, libkrb5-dev
|
||||
python-minimal (>= 2.4.0),
|
||||
pkg-config,
|
||||
cmake,
|
||||
libz-dev,
|
||||
libmbedtls-dev,
|
||||
libssh2-1-dev,
|
||||
libhttp-parser-dev,
|
||||
libkrb5-dev
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: https://libgit2.github.com/
|
||||
Vcs-Git: https://salsa.debian.org/debian/libgit2.git
|
||||
@ -18,9 +23,13 @@ Package: libgit2-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Multi-Arch: same
|
||||
Depends: libgit2-28 (= ${binary:Version}), libz-dev,
|
||||
libmbedtls-dev, libssh2-1-dev,
|
||||
libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends: libgit2-28 (= ${binary:Version}),
|
||||
libz-dev,
|
||||
libmbedtls-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
|
||||
@ -32,7 +41,8 @@ Package: libgit2-28
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc: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
|
||||
|
Loading…
Reference in New Issue
Block a user