From e7e542a6416c85e9662e922f74a4fb50672bd136 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta <utkarsh@debian.org> Date: Fri, 3 Apr 2020 03:15:44 +0530 Subject: [PATCH] Fix d/control --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index bf97194..7f36947 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,9 @@ XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} -Description: Ruby bindings to joyent/http-parser +Description: Ruby FFI bindings to http-parser A super fast http parser for ruby. - Cross platform and multiple ruby implementation support thanks to ffi. + This gem will compile a local copy of http-parser. + . + Cross platform and multiple ruby implementation support + thanks to ffi. -- GitLab