File: control

package info (click to toggle)
rake 0.8.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,084 kB
  • ctags: 1,133
  • sloc: ruby: 8,223; makefile: 46; ansic: 20
file content (27 lines) | stat: -rw-r--r-- 976 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
Source: rake
Section: devel
Priority: optional
Maintainer: Adam Majer <adamm@zombino.com>
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: libtest-unit-ruby (>>1.8), ruby (>>1.8), rdoc(>>1.8), rcov
Standards-Version: 3.7.3

Package: rake
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby (>>1.8)
Recommends: zip
Description: a ruby build program
 Rake is a simple ruby build program with capabilities similar to make.
 .
 Rake has the following features:
   * Rakefiles (rakes version of Makefiles) are completely defined in
     standard Ruby syntax. No XML files to edit. No quirky Makefile
     syntax to worry about (is that a tab or a space?)
   * Users can specify tasks with prerequisites.
   * Rake supports rule patterns to sythesize implicit tasks.
   * Rake is lightweight. It can be distributed with other
     projects as a single file. Projects that depend upon
     rake do not require that rake be installed on target
     systems.