updated package discriptions.

This commit is contained in:
Russell Sim 2012-03-18 20:48:52 +11:00
parent 51285d0095
commit b9205bf251

19
debian/control vendored
View File

@ -13,7 +13,12 @@ Package: libgit2-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: ${misc:Depends}, Depends: ${misc:Depends},
Description: headers for libgit2, an implementation of the Git DVCS Description: libgit2 is an implementation of the Git DVCS
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-0 Package: libgit2-0
Section: libs Section: libs
@ -22,8 +27,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Description: libgit2 is an implementation of the Git DVCS Description: libgit2 is an implementation of the Git DVCS
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
re-entrant link-able library with a solid API, allowing you to write re-entrant link-able library with a solid API.
native speed custom Git applications in any language with bindings.
Package: libgit2-dbg Package: libgit2-dbg
Section: debug Section: debug
@ -31,5 +35,12 @@ Priority: extra
Architecture: any Architecture: any
Depends: libgit2-0 (= ${binary:Version}), Depends: libgit2-0 (= ${binary:Version}),
${misc:Depends} ${misc:Depends}
Description: libgit2 debugging symbols 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.