File: control

package info (click to toggle)
ruby-actionpack-xml-parser 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: ruby: 432; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download
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-actionpack-xml-parser
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Klee Dienes <klee@debian.org>, Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-actionpack (<< 2:6),
               ruby-actionpack (>= 2:5.0),
               ruby-railties (<< 2:6),
               ruby-railties (>= 2:5.0)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-actionpack-xml-parser.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-actionpack-xml-parser
Homepage: https://rubyonrails.org
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-actionpack-xml-parser
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack (<< 2:6),
         ruby-actionpack (>= 2:5.0),
         ruby-railties (<< 2:6),
         ruby-railties (>= 2:5.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: XML parameters parser for Action Pack
 This package implements parsing XML paramenters for the Action Packg, which is
 the HTTP handling component of the Rails framework. This code has been
 extracted out from the Rails core in the 4.0 release.