File: control

package info (click to toggle)
ruby-sass 3.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ruby: 32,443; sh: 26; makefile: 25
file content (32 lines) | stat: -rw-r--r-- 1,140 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: oldlibs
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               help2man,
               ruby-listen
Standards-Version: 4.7.0
Homepage: https://sass-lang.com/
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sass.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sass
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-sass
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Provides: sass
Breaks: ruby-sass-rails (<< 5~)
Description: deprecated CSS compiler - use sassc or ruby-sassc instead
 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.
 .
 Ruby Sass should no longer be used and will no longer be receiving any
 active development. Please use sassc or ruby-sassc instead.