rsass 0.28.2-1 source package in Ubuntu

Changelog

rsass (0.28.2-1) unstable; urgency=medium

  * set library package Multi-Arch: foreign
  * update dh-cargo fork
  * bump project version in virtual packages and autopkgtests
  * provide crate-specific version for each crate
  * update DEP-3 patch headers
  * temporarily avoid providing micro-versioned pre-release crate

 -- Jonas Smedegaard <email address hidden>  Fri, 04 Aug 2023 13:27:41 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rsass_0.28.2-1.dsc 2.6 KiB 946370a7909eee4719823c57b96f5997ece02d3f23ca84e62f12c05bb84915d0
rsass_0.28.2.orig.tar.gz 585.3 KiB 157947c914ff99ce08523ae568502d1bc3e4a1b8e97562488dfdeea5c95a222c
rsass_0.28.2-1.debian.tar.xz 26.5 KiB ae123d290ae1fe3232ab1f0c0444ab92ced3c8f82870e790581f298f52d2b67c

Available diffs

No changes file available.

Binary packages built by this source

librust-rsass-dev: sass implementation in pure rust - Rust source code

 rsass is sass reimplemented in rust with nom.
 .
 Sass is a pre-processing language for CSS.
 It allows you to write cleaner stylesheets
 and makes collaboration on your CSS a breeze.
 .
 NB! Not all of the official Sass specification is implemented yet.
 See upstream README below /usr/share/doc/librust-rsass-dev/
 for more details.
 .
 This package contains the source for the Rust rsass crate,
 packaged for use with cargo and dh-cargo.

rsass: sass implementation in pure rust - CLI tool

 rsass is sass reimplemented in rust with nom.
 .
 Sass is a pre-processing language for CSS.
 It allows you to write cleaner stylesheets
 and makes collaboration on your CSS a breeze.
 .
 NB! Not all of the official Sass specification is implemented yet.
 See upstream README below /usr/share/doc/rsass/ for more details.
 .
 This package provides the command-line tool rsass.

rsass-dbgsym: debug symbols for rsass