File: control

package info (click to toggle)
ruby-actionpack-xml-parser 2.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: ruby: 432; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,093 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
Source: ruby-actionpack-xml-parser
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Klee Dienes <klee@debian.org>,
           Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-ruby,
               gem2deb
Build-Depends-Indep: ruby-actionpack,
                     ruby-railties
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
Standards-Version: 4.7.2

Package: ruby-actionpack-xml-parser
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: XML parameters parser for Action Pack
 This package implements parsing XML paramenters for the Action Pack, 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.