File: control

package info (click to toggle)
libhtml-packer-perl 2.070000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: perl: 740; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,369 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: libhtml-packer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcss-packer-perl (>= 2.01),
                     libjavascript-packer-perl (>= 2.01),
                     libregexp-reggrp-perl,
                     libtest-memory-cycle-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-packer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-packer-perl.git
Homepage: https://metacpan.org/release/HTML-Packer

Package: libhtml-packer-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libregexp-reggrp-perl
Recommends: libcss-packer-perl (>= 2.01),
            libjavascript-packer-perl (>= 2.01)
Description: perl module for cleaning the HTML code
 HTML::Packer is a Perl library for HTML cleanup that does comment and
 newline removal in order to reduce HTML code size to its minimum.
 To use compression for JavaScript parts install libjavascript-packer-perl.
 To use compression for CSS parts install libcss-packer-perl.