~ubuntu-branches/ubuntu/trusty/rebar/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2012-07-15 12:10:52 UTC
  • Revision ID: package-import@ubuntu.com-20120715121052-uoht7dtyiufg1fex
Tags: 2.0.0-1
Initial release. (Closes: #683350)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: rebar
 
2
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
 
3
Section: devel
 
4
Priority: optional
 
5
Standards-Version: 3.9.3
 
6
Homepage: https://github.com/basho/rebar
 
7
Build-Depends: debhelper (>= 9), erlang-dev, erlang-tools
 
8
 
 
9
Package: rebar
 
10
Architecture: any
 
11
Section: devel
 
12
Priority: optional
 
13
Depends: ${misc:Depends}, ${shlibs:Depends},
 
14
        erlang-base | erlang-base-hipe,
 
15
        erlang-dev, erlang-tools
 
16
Recommends: git, mercurial
 
17
Enhances: erlang
 
18
Description: Sophisticated build-tool for Erlang projects that follows OTP principles
 
19
 rebar is an Erlang build tool that makes it easy to compile and
 
20
 test Erlang applications, port drivers and releases.
 
21
 .
 
22
 rebar is a self-contained Erlang script, so it's easy to distribute or even
 
23
 embed directly in a project. Where possible, rebar uses standard Erlang/OTP
 
24
 conventions for project structures, thus minimizing the amount of build
 
25
 configuration work. rebar also provides dependency management, enabling
 
26
 application writers to easily re-use common libraries from a variety of
 
27
 locations (git, hg, etc).