From f7080cd5cb8bc73a383b4bbd46766f020910e609 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Sat, 10 Dec 2011 11:38:14 +1100 Subject: [PATCH] added stub description --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1b8da6169..b6b540ac3 100644 --- a/debian/control +++ b/debian/control @@ -13,12 +13,14 @@ Package: libgit2-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, +Description: headers for libgit2, an implemtation of the Git DVCS Package: libgit2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: libgit2 is a portable, pure C implementation of the Git +Description: libgit2 is an implemtation 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 linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings.