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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: ruby-compass
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo,
gem2deb (>= 0.4.1~),
ruby-sass (>= 3.3.6),
ruby-sass (<< 3.5),
ruby-chunky-png (<< 2.0),
ruby-multi-json (<< 2.0),
libimage-exiftool-perl,
libregexp-assemble-perl,
libipc-system-simple-perl,
lcdf-typetools,
libfile-slurp-perl,
help2man
Standards-Version: 3.9.7
Homepage: http://compass-style.org/
Vcs-Git: https://git.debian.org/git/pkg-sass/ruby-compass
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-sass/ruby-compass.git
XS-Ruby-Versions: all
Package: ruby-compass
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: cli
Depends: ${misc:Depends},
${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: Stylesheet Framework streamlining creation and maintenance of CSS
Compass is a CSS authoring framework which uses the Sass stylesheet
language to make writing stylesheets powerful and easy.
.
Compass provides ports of the best of breed css frameworks that you can
use without forcing you to use their presentational class names.
.
This package provides configuration file and command line tools.
Package: ruby-compass-core
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: core
Depends: ${misc:Depends},
${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Breaks: ${cdbs:Breaks}
Replaces: ${cdbs:Replaces}
Description: Stylesheet Framework for CSS - core stylesheet library
Compass is a CSS authoring framework which uses the Sass stylesheet
language to make writing stylesheets powerful and easy.
.
Compass provides ports of the best of breed css frameworks that you can
use without forcing you to use their presentational class names.
.
This package provides core stylesheet library and minimum required ruby
extensions, usable stand-alone.
Package: ruby-compass-import-once
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: import-once
Depends: ${misc:Depends},
${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: Stylesheet Framework for CSS - Sass compilation optimizer
Compass is a CSS authoring framework which uses the Sass stylesheet
language to make writing stylesheets powerful and easy.
.
Compass provides ports of the best of breed css frameworks that you can
use without forcing you to use their presentational class names.
.
This package changes the behavior of Sass's @import directive to only
import a file once.
|