File: control

package info (click to toggle)
ruby-bootstrap-sass 3.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,368 kB
  • sloc: javascript: 3,526; ruby: 1,211; sh: 57; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,169 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
Source: ruby-bootstrap-sass
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-sassc (>= 2.0~),
               ruby-autoprefixer-rails (>= 5.2.1~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-bootstrap-sass.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-bootstrap-sass
Homepage: https://github.com/twbs/bootstrap-sass
Testsuite: autopkgtest
XS-Ruby-Versions: all

Package: ruby-bootstrap-sass
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-sassc (>= 2.0~),
         ruby-autoprefixer-rails (>= 5.2.1~),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-sassc-rails (>= 3.2~)
Description: Twitter's Bootstrap, converted to Sass
 `bootstrap-sass` is an Sass-powered version of Twitter's Bootstrap, ready
 to drop right into your Sass powered applications.
 .
 Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's
 styles, mixins and variables!