[DRE-commits] [ruby-nokogumbo] 01/08: build-deps and description
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jul 23 18:55:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-nokogumbo.
commit ca8ee0c8c0ab59e41218c919a43b5b97f7e12a66
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jul 23 20:12:10 2015 +0200
build-deps and description
---
debian/control | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 2f9e8e0..6d9a975 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Cédric Boutillier <boutil at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb,
- ruby-nokogiri
+ ruby-nokogiri,
+ libgumbo-dev,
+ libxml2-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-nokogumbo.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-nokogumbo.git
@@ -21,4 +23,8 @@ Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Nokogiri interface to the Gumbo HTML5 parser
- Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the result as a Nokogiri parsed document.
+ Nokogiri is an HTML and XML parser for Ruby. Gumbo is a HTML5 parser written
+ in pure C.
+ .
+ Nokogumbo allows a Ruby program to invoke the Gumbo parser and access
+ the result as a Nokogiri parsed document.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-nokogumbo.git
More information about the Pkg-ruby-extras-commits
mailing list