File: control

package info (click to toggle)
ruby-gitlab-markup 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ruby: 369; python: 137; sh: 16; makefile: 15
file content (44 lines) | stat: -rw-r--r-- 1,746 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
37
38
39
40
41
42
43
44
Source: ruby-gitlab-markup
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@debian.org>
Build-Depends: asciidoctor,
               debhelper-compat (= 13),
               gem2deb (>= 1),
               python3-docutils,
               rake,
               ruby,
               rdoc,
               ruby-creole,
               ruby-html-pipeline (>= 2.12~),
               ruby-i18n,
               ruby-nokogiri-diff (<< 0.3.0),
               ruby-org,
               ruby-posix-spawn,
               ruby-redcarpet | ruby-rdiscount | ruby-maruku | ruby-kramdown,
               ruby-redcloth,
               ruby-sanitize,
               ruby-wikicloth
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab-markup.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab-markup
Homepage: https://gitlab.com/gitlab-org/gitlab-markup
# Needs to remove some files before autopkgtest
#Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-gitlab-markup
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
         python3,
Breaks: ruby-github-markup (<< 1.7.0+dfsg-4~)
Description: Fork from github-markup GitLab uses to render non markdown content
 This gem is used by GitLab to render any non Markdown markup. This
 library converts the raw markup to HTML. The HTML is sanitized,
 aggressively removing things that could harm such as `script` tags,
 inline-styles, and `class` or `id` attributes. Syntax highlighting
 is performed on code blocks. The HTML is passed through other
 filters in the html-pipeline that add special sauce, such as emoji.