node-clean-css 5.2.4+~5.5.2-1ubuntu1 source package in Ubuntu

Changelog

node-clean-css (5.2.4+~5.5.2-1ubuntu1) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Unset proxy to fix autopkgtests

node-clean-css (5.2.4+~5.5.2-1) unstable; urgency=medium

  * Set upstream metadata fields: Security-Contact.
  * New upstream version 5.2.4+~5.5.2
  * Back to unstable

node-clean-css (5.2.2+~5.5.0-1) experimental; urgency=medium

  * New upstream version 5.2.2+~5.5.0
  * Require node-commander ≥ 7

node-clean-css (4.2.3+~4.3.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-clean-css: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Add ctype=nodejs to component(s)
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs
  * Add missing build dependency on dh addon.
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Update nodejs dependency to nodejs:any
  * Update test
  * Replace embedded test modules by dependencies to new Debian packages
  * Update lintian overrides
  * Update copyright

 -- Gianfranco Costamagna <email address hidden>  Mon, 07 Feb 2022 09:41:45 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-clean-css_5.2.4+~5.5.2.orig-cli.tar.gz 27.0 KiB df81de3b5e6e07c5de72f83b318eb682bf5b246fe725948e4cd6591170e01aaf
node-clean-css_5.2.4+~5.5.2.orig.tar.gz 477.3 KiB c84a34c4f74a14f8a3fbc0789a0bba16945353ab6bafce683a15d44cb62d461a
node-clean-css_5.2.4+~5.5.2-1ubuntu1.debian.tar.xz 6.8 KiB 615e7fed4361ba328298442863f7e4cd035f3d47929b534740f5e44e372678bc
node-clean-css_5.2.4+~5.5.2-1ubuntu1.dsc 2.8 KiB fdec838dccbda3f7d38eb2db41293e15f8bbe54ab31ba15819c9e7dc6fe86fed

View changes file

Binary packages built by this source

cleancss: Tool for minifying CSS files

 Clean-css is a Node.js module for minifying CSS files. It does the same job as
 YUI Compressor's CSS minifier, but much faster thanks to many speed
 optimizations and Node.js' V8 engine.
 .
 The cleancss tool is a reference implementation for the Clean-css Node.js
 module.

node-clean-css: Node.js module for minifying CSS files

 Clean-css is a Node.js module for minifying CSS files. It does the same job as
 YUI Compressor's CSS minifier, but much faster thanks to many speed
 optimizations and Node.js' V8 engine.