File: control

package info (click to toggle)
ruby-sass 3.4.23-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,656 kB
  • ctags: 3,584
  • sloc: ruby: 32,033; makefile: 34; sh: 18
file content (32 lines) | stat: -rw-r--r-- 988 bytes parent folder | download
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
Source: ruby-sass
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 licensecheck,
 debhelper,
 dh-buildinfo,
 gem2deb,
 help2man
Standards-Version: 3.9.8
Homepage: http://sass-lang.com/
Vcs-Git: https://anonscm.debian.org/git/pkg-sass/ruby-sass.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/ruby-sass.git
XS-Ruby-Versions: all

Package: ruby-sass
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
 ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Provides: ${cdbs:Provides}
Breaks: ${cdbs:Breaks}
Description: 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.