File: control

package info (click to toggle)
libcss-squish-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 339; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,315 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: libcss-squish-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtest-longstring-perl,
                     liburi-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcss-squish-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcss-squish-perl.git
Homepage: https://metacpan.org/release/CSS-Squish

Package: libcss-squish-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         liburi-perl
Description: module to compact many CSS files into one big file
 CSS::Squish is a Perl module that takes a list of CSS files and concatenates
 them, honouring any valid @import statements included in the files, following
 the CSS 2.1 specification. Media-specific @import statements will be honoured
 by enclosing the included file in a @media rule.
 .
 Future versions may include methods to compact whitespace and other parts of
 the CSS itself, but this functionality is not yet supported.