File: control

package info (click to toggle)
libcss-inliner-perl 4027-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: perl: 882; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,096 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
Source: libcss-inliner-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrew Ruthven <andrew@etc.gen.nz>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libhtml-query-perl <!nocheck>,
 libhtml-tree-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 liburi-perl <!nocheck>,
 libwww-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcss-inliner-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcss-inliner-perl.git
Homepage: https://metacpan.org/release/CSS-Inliner

Package: libcss-inliner-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libhtml-query-perl,
 libhtml-tree-perl,
 liburi-perl,
 libwww-perl,
Description: module for converting HTML CSS <style> blocks to inline styles
 libcss-inliner-perl provides the CSS::Inliner Perl module which converts CSS
 style blocks into inline styles in an HTML document. Specifically this is
 intended to ease generation of HTML emails.