compass-normalize-plugin 7.0.0-1 source package in Ubuntu

Changelog

compass-normalize-plugin (7.0.0-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Modernize cdbs:
    + Drop upstream-tarball hints: Use gbp import-orig --uscan.
    + Do copyright-check in maintainer script (not during build).
      Stop build-depend on licensecheck.
  * Update copyright info:
    + Extend coverage for myself.
    + Use https protocol in file format URL.
  * Declare compliance with Debian Policy 4.1.0.
  * Advertise DEP3 format in patch headers.
  * Update package relations:
    + Relax to (build-)depend unversioned on ruby-sass: Needed version
      satisfied even in oldstable.
  * Relax cleanup of Ruby, to limit build-depencies sloppily needed
    outside a build chroot.

 -- Jonas Smedegaard <email address hidden>  Wed, 23 Aug 2017 18:28:28 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
compass-normalize-plugin_7.0.0-1.dsc 2.1 KiB 23a834106bce13c1de1a3c8794940bbc105d62dd3c27eb54faae30480c074bf6
compass-normalize-plugin_7.0.0.orig.tar.gz 45.7 KiB bfb70d27087b33c2698e1b5dde705e9e1e2c3e8abd7ae4dbb57a528da5b13d94
compass-normalize-plugin_7.0.0-1.debian.tar.xz 5.7 KiB 5089e6595ccc7d51692b2cce9dc682924f9ba58dd256b8f5d50396a240678180

Available diffs

No changes file available.

Binary packages built by this source

compass-normalize-plugin: Sass version of Normalize.css

 Normalize-scss is a Sass version of Normalize.css.
 .
 Normalize.css is a collection of HTML element and attribute rulesets to
 normalize styles across all browsers:
  * Preserves useful defaults, unlike many CSS resets.
  * Normalizes styles for a wide range of elements.
  * Corrects bugs and common browser inconsistencies.
  * Improves usability with subtle modifications.
  * Explains what code does using detailed comments.
 .
 Normalize-scss aims to use a light dusting of Sass to make Normalize
 even easier to integrate with your website. It currently adds:
  * Vertical rhythm mixins: Allowing you to alter the font-size,
    line-height and margins in Normalize's output without hacking the
    library.
  * Optional Eyeglass support.
  * Several ready-to-fork versions that integrate typography Sass
    modules like Typey, style guides built with KSS, or the legacy
    Compass module.
 .
 Sass is a pre-processing language for CSS. It allows you to write
 cleaner stylesheets and makes collaboration on your CSS a breeze.