File debian.control of Package nodejs-less

51
 
1
Source: less.js
2
Section: web
3
Priority: optional
4
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
5
Uploaders: Jonas Smedegaard <dr@jones.dk>,
6
 Mike Gabriel <sunweaver@debian.org>,
7
Build-Depends: cdbs,
8
 devscripts,
9
 debhelper,
10
 dh-buildinfo,
11
 nodejs (>= 0.6.19~dfsg1-3~),
12
 node-uglify | yui-compressor
13
Standards-Version: 3.9.4
14
Homepage: http://lesscss.org/
15
Vcs-Git: git://anonscm.debian.org/git/collab-maint/less.js
16
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/less.js.git
17
18
Package: libjs-less
19
Architecture: all
20
Depends: ${misc:Depends}
21
Recommends: ${cdbs:Recommends}
22
Description: the LESS CSS meta-language - Javascript library
23
 LESS is a meta-language on top of CSS that’s used to describe the style
24
 of a document cleanly and structurally, with more power than flat CSS
25
 allows.  LESS both provides a simpler, more elegant syntax for CSS and
26
 implements various features that are useful for creating manageable
27
 stylesheets.
28
 .
29
 less.js is the reference implementation of LESS, written in JavaScript.
30
 .
31
 This package contains the less.js library usable for dynamic parsing of
32
 LESS in a web browser.
33
34
Package: node-less
35
Architecture: all
36
Depends: nodejs, ${cdbs:Depends},
37
 ${misc:Depends}
38
Description: the LESS CSS meta-language - compiler and Node module
39
 Node is an event-based server-side JavaScript engine.
40
 .
41
 LESS is a meta-language on top of CSS that’s used to describe the style
42
 of a document cleanly and structurally, with more power than flat CSS
43
 allows.  LESS both provides a simpler, more elegant syntax for CSS and
44
 implements various features that are useful for creating manageable
45
 stylesheets.
46
 .
47
 less.js is the reference implementation of LESS, written in JavaScript.
48
 .
49
 This package contains less.js usable as Node module, and the script
50
 lessc for statically compiling LESS data into CSS.
51