mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 05:50:21 +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
|
Priority: optional
|
||||||
Maintainer: Jongmin Kim <jmkim@pukyong.ac.kr>
|
Maintainer: Jongmin Kim <jmkim@pukyong.ac.kr>
|
||||||
Uploaders: Russell Sim <russell.sim@gmail.com>,
|
Uploaders: Russell Sim <russell.sim@gmail.com>,
|
||||||
Pirate Praveen <praveen@debian.org>
|
Pirate Praveen <praveen@debian.org>
|
||||||
Build-Depends: debhelper-compat (= 12),
|
Build-Depends: debhelper-compat (= 12),
|
||||||
python-minimal (>= 2.4.0), pkg-config,
|
python-minimal (>= 2.4.0),
|
||||||
cmake, libz-dev, libmbedtls-dev,
|
pkg-config,
|
||||||
libssh2-1-dev, libhttp-parser-dev, libkrb5-dev
|
cmake,
|
||||||
|
libz-dev,
|
||||||
|
libmbedtls-dev,
|
||||||
|
libssh2-1-dev,
|
||||||
|
libhttp-parser-dev,
|
||||||
|
libkrb5-dev
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
Homepage: https://libgit2.github.com/
|
Homepage: https://libgit2.github.com/
|
||||||
Vcs-Git: https://salsa.debian.org/debian/libgit2.git
|
Vcs-Git: https://salsa.debian.org/debian/libgit2.git
|
||||||
@ -18,9 +23,13 @@ Package: libgit2-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libgit2-28 (= ${binary:Version}), libz-dev,
|
Depends: libgit2-28 (= ${binary:Version}),
|
||||||
libmbedtls-dev, libssh2-1-dev,
|
libz-dev,
|
||||||
libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends}
|
libmbedtls-dev,
|
||||||
|
libssh2-1-dev,
|
||||||
|
libhttp-parser-dev,
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends}
|
||||||
Description: low-level Git library (development files)
|
Description: low-level Git library (development files)
|
||||||
libgit2 is a portable, pure C implementation of the Git
|
libgit2 is a portable, pure C implementation of the Git
|
||||||
distributed version control system core methods provided as a
|
distributed version control system core methods provided as a
|
||||||
@ -32,7 +41,8 @@ Package: libgit2-28
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends}
|
||||||
Description: low-level Git library
|
Description: low-level Git library
|
||||||
libgit2 is a portable, pure C implementation of the Git
|
libgit2 is a portable, pure C implementation of the Git
|
||||||
distributed version control system core methods provided as a
|
distributed version control system core methods provided as a
|
||||||
|
Loading…
Reference in New Issue
Block a user