[DRE-commits] [ruby-xmlhash] 01/03: debian/control: set correct build-deps and depends.

Andrew Lee ajqlee at moszumanska.debian.org
Wed Jan 13 20:55:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

ajqlee pushed a commit to branch master
in repository ruby-xmlhash.

commit 74ee7acbb60db6f666f8cccf4561720d832df5be
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Thu Jan 14 04:50:13 2016 +0800

    debian/control: set correct build-deps and depends.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 75ab2fa..f568699 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
-Build-Depends: debhelper (>= 9~), gem2deb, libxml2-dev, ruby-pkg-config
+Build-Depends: debhelper (>= 9~), gem2deb, libxml2-dev,
+ ruby-pkg-config, rake-compiler, ruby-hoe
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-xmlhash.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-xmlhash.git;a=summary
@@ -14,8 +15,7 @@ XS-Ruby-Versions: all
 Package: ruby-xmlhash
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-pkg-config, rake-compiler, ruby-hoe
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: parse a XML string into a ruby hash
  Ruby-xmlhash is a small C module that wraps libxml2's xmlreader to
  parse a XML string into a ruby hash.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-xmlhash.git



More information about the Pkg-ruby-extras-commits mailing list