libcss-minifier-perl 0.01-3 source package in Ubuntu

Changelog

libcss-minifier-perl (0.01-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Ricardo Mones ]
  * Add patch to fix typo in POD
    Closes: #954833

  [ Debian Janitor ]
  * Apply multi-arch hints. + libcss-minifier-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 15:04:02 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcss-minifier-perl_0.01-3.dsc 2.1 KiB cac22c3f2cab639e7521c90a320cc59fdbb27830cae783691d6c9a56e8a003ce
libcss-minifier-perl_0.01.orig.tar.gz 5.1 KiB d0a9349b8e8b7e83ab70cf8854cfbb42ff29c1f6c7c8298f2257dd21aa0c7fef
libcss-minifier-perl_0.01-3.debian.tar.xz 2.7 KiB 01fccfeeec0aeed2633c8374a13f5f5c99e553329ccad776987d0916078438b8

Available diffs

No changes file available.

Binary packages built by this source

libcss-minifier-perl: Perl extension for minifying CSS

 CSS::Minifier removes unnecessary whitespace from CSS. The primary
 requirement developing this module is to not break working stylesheets: if
 working CSS is in input then working CSS is output. The Mac/Internet Explorer
 comment hack will be minimized but not stripped and so will continue to
 function.
 .
 This module understands space, horizontal tab, new line, carriage return, and
 form feed characters to be whitespace. Any other characters that may be
 considered whitespace are not minimized. These other characters include
 paragraph separator and vertical tab.
 .
 For static CSS files, it is recommended that you minify during the build
 stage of web deployment. If you minify on-the-fly then it might be a good
 idea to cache the minified file. Minifying static files on-the-fly repeatedly
 is wasteful.