File: control

package info (click to toggle)
ruby-html-pipeline 2.14.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: ruby: 2,265; sh: 13; makefile: 6
file content (37 lines) | stat: -rw-r--r-- 1,343 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
33
34
35
36
37
Source: ruby-html-pipeline
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-activesupport,
               ruby-escape-utils,
               ruby-github-markdown,
               ruby-minitest,
               ruby-minitest-focus,
               ruby-nokogiri,
               ruby-rinku,
               ruby-sanitize,
               ruby-email-reply-parser,
               ruby-commonmarker,
               ruby-rouge
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-html-pipeline.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-html-pipeline
Homepage: https://github.com/jch/html-pipeline
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-html-pipeline
Architecture: all
Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: GitHub HTML processing filters and utilities
 Helpers for processing content through a chain of filters. This module includes
 a small framework for defining DOM based content filters and applying them to
 user provided content.