File: control

package info (click to toggle)
ruby-test-xml 0.1.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: ruby: 781; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,234 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
Source: ruby-test-xml
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-diffy (>= 3.0),
               ruby-nokogiri (>= 1.3.2),
               ruby-rspec
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-test-xml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-test-xml.git
Homepage: http://github.com/alovak/test_xml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-test-xml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-diffy (>= 3.0),
         ruby-nokogiri (>= 1.3.2),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Test your XML with Test::Unit, MiniTest, RSpec, or Cucumber
 Test your XML with Test::Unit, MiniTest, RSpec, or Cucumber using handy
 assertions like #assert_xml_equal or #assert_xml_structure_contain.
 .
 This library is a build dependency of Representable, which renders and parses
 JSON/XML/YAML documents from and to Ruby objects.