File: control

package info (click to toggle)
ruby-nokogiri-diff 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 188 kB
  • ctags: 9
  • sloc: ruby: 271; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download | duplicates (2)
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
35
36
Source: ruby-nokogiri-diff
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-nokogiri (>= 1.5),
               ruby-rspec,
               ruby-tdiff (>= 0.3.2)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-nokogiri-diff.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-nokogiri-diff.git
Homepage: https://github.com/postmodern/nokogiri-diff#readme
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-nokogiri-diff
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-nokogiri (>= 1.5),
         ruby-tdiff (>= 0.3.2),
         ${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.