File: control

package info (click to toggle)
ruby-markerb 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: ruby: 202; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,135 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
Source: ruby-markerb
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 (>= 11~),
               gem2deb,
               rake,
               ruby-actionmailer,
               ruby-activesupport,
               ruby-kramdown,
               ruby-railties,
               ruby-redcarpet
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-markerb.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-markerb
Homepage: https://github.com/plataformatec/markerb
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-markerb
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-redcarpet,
         ${misc:Depends},
         ${shlibs:Depends}
Description: multipart templates made easy with Markdown + ERb
 Markerb allows you to render multipart e-mails from a single template.
 The template is written in Markdown, which is delivered as a text part,
 but also rendered and delivered as an HTML part.