[DRE-commits] [ruby-html2haml] 02/09: Update Depends and Build-Depends

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 9 15:54:22 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-html2haml.

commit 977a673273b5aaa88785f2c7c6dc642b1cc7c827
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 9 17:25:54 2015 +0200

    Update Depends and Build-Depends
    
    Upstream has moved away from the deprecated hpricot to use Nokogiri.
    
    Closes: #796499
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index bcca98b..57e7962 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~)
-Build-Depends-Indep: ruby-hpricot (>= 0.8.6), ruby-erubis (>= 2.7.0), ruby-parser, ruby-haml (>= 4.0.0), ruby-minitest (>= 4.4.0), rake, ruby-tilt
+Build-Depends-Indep: ruby-nokogiri (>= 1.6.0), ruby-erubis (>= 2.7.0), ruby-parser (>= 3.5), ruby-haml (>= 4.0.0), ruby-minitest (>= 4.4.0), rake, ruby-tilt
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-html2haml.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-html2haml.git;a=summary
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-html2haml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-hpricot (>= 0.8.6), ruby-parser, ruby-haml (>= 4.0.0), ruby-tilt
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri (>= 1.6.0), ruby-erubis (>= 2.7.0), ruby-parser (>= 3.5), ruby-haml (>= 4.0.0), ruby-tilt
 Recommends: ruby-erubis (>= 2.7.0)
 Description: Converts HTML into Haml
  This package was split by its upstream author from the 'Haml' gem

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



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