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
|
Source: sass-spec
Section: libs
Priority: optional
Build-Depends: cdbs,
debhelper,
dh-buildinfo,
ruby | ruby-interpreter,
gem2deb,
help2man
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.1.4
Homepage: https://github.com/sass/sass-spec
Vcs-Git: https://salsa.debian.org/sass-team/sassc.git
Vcs-Browser: https://salsa.debian.org/sass-team/sassc
XS-Ruby-Versions: all
Package: sass-spec
Section: devel
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${cdbs:Depends},
${misc:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
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
Depends: ${cdbs:Depends},
${misc:Depends}
Enhances: ${cdbs:Enhances}
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.
|