ruby-sass 3.4.23-1 source package in Ubuntu

Changelog

ruby-sass (3.4.23-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    + Instantiate Sass logger per-thread/per-fiber, configurable to
      output to any IO object.
    + Setting numeric precision is now thread safe.
    + Support world and group writable cache files.
    + Permit bare declarations in supports(...) clause within @import.
    + Fix str-slice() going to end of string even if $end-at set.
    + Fix dpi, dpcm, and dppx unit conversions.
    + Support url() containing quoted strings within unknown directives.

  [ Jonas Smedegaard ]
  * Update watch file: Use substitution string @PACKAGE@.
  * Modernize Vcs-* fields:
    + Use git subdir (not cgit) for Vcs-Browser URL.
    + Add .git suffix for Vcs-Git URL.
  * Stop override lintian for
    package-needs-versioned-debhelper-build-depends: Fixed in lintian.
  * Update copyright info:
    + Add tracking of sass-spec-ref.sh (Expat license).
    + Extend coverage of Debian packaging.
  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <email address hidden>  Sun, 22 Jan 2017 13:15:14 +0100

Upload details

Uploaded by:
Debian Sass team
Uploaded to:
Sid
Original maintainer:
Debian Sass team
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sass_3.4.23-1.dsc 1.9 KiB e76e848daaded07ea24c861d215f5c3562a597e84e98cb97d2d2608bd838d589
ruby-sass_3.4.23.orig.tar.gz 387.7 KiB 857bf80ecb51a0e0b503c03172a7e8455ccc9dac9fdcf94617d634bf1c0cf164
ruby-sass_3.4.23-1.debian.tar.xz 12.4 KiB 229b15867f15b1f039c9d2ff431cba8b9d86da3d736aa0cb91dbef1864b73f31

Available diffs

No changes file available.

Binary packages built by this source

ruby-sass: powerful but elegant CSS compiler that makes CSS fun again

 Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
 rules, variables, mixins, selector inheritance, and more.
 .
 It's translated to well-formatted, standard CSS using the command line
 tool or a web-framework plugin.