1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: sass-spec
Section: libs
Priority: optional
Build-Depends:
debhelper-compat (= 12),
gem2deb,
help2man,
ruby | ruby-interpreter,
ruby-hrx,
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Anthony Fok <foka@debian.org>,
Standards-Version: 4.5.0
Homepage: https://github.com/sass/sass-spec
Vcs-Git: https://salsa.debian.org/sass-team/sass-spec.git
Vcs-Browser: https://salsa.debian.org/sass-team/sass-spec
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: sass-spec
Section: devel
Architecture: all
Multi-Arch: foreign
XB-Ruby-Versions: ${ruby:Versions}
Depends:
ruby:any | ruby-interpreter,
ruby-hrx,
ruby-sass | sass,
${misc:Depends},
Recommends:
ruby-sass,
sass-spec-data,
Suggests:
ruby-minitap,
Description: testsuite for Sass - compliance testing tool
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
rules, variables, mixins, selector inheritance, and more.
.
sass-spec is a testsuite verified against the original ruby-sass, which
should succeed for alternative implementations as well.
.
This package provides the compliance testing tool sass-spec.
Package: sass-spec-data
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Enhances:
sass-spec,
Description: testsuite for Sass - data files
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
rules, variables, mixins, selector inheritance, and more.
.
sass-spec is a testsuite verified against the original ruby-sass, which
should succeed for alternative implementations as well.
.
This package provides data files for sass-spec.
|