File: control

package info (click to toggle)
rake 0.5.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 352 kB
  • ctags: 371
  • sloc: ruby: 3,198; makefile: 35; ansic: 19
file content (25 lines) | stat: -rw-r--r-- 944 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
Source: rake
Section: devel
Priority: optional
Maintainer: Adam Majer <adamm@galacticasoftware.com>
Build-Depends: debhelper (>= 4.0.0), libtest-unit-ruby (>>1.8), ruby (>>1.8), rdoc(>>1.8)
Standards-Version: 3.6.1

Package: rake
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby (>>1.8)
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.