1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
  
     | 
    
      Source: ruby-nokogiri-diff
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-nokogiri,
               ruby-rspec,
               ruby-simplecov,
               ruby-tdiff (>= 0.4.0)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-nokogiri-diff.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-nokogiri-diff
Homepage: https://github.com/postmodern/nokogiri-diff#readme
Testsuite: autopkgtest-pkg-ruby
Package: ruby-nokogiri-diff
Architecture: all
Depends: ruby-nokogiri,
         ruby-tdiff,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: calculate the differences between two XML/HTML documents
 Nokogiri::Diff adds the ability to calculate the differences (added or removed
 nodes) between two XML/HTML documents.
 .
 Features
  * Performs a breadth-first comparison between children nodes.
  * Compares XML/HTML Elements, Attributes, Text nodes and DTD nodes.
  * Allows calculating differences between documents, or just enumerating the
  added or removed nodes.
 
     |