rebar 2.6.0-1 source package in Ubuntu

Changelog

rebar (2.6.0-1) unstable; urgency=medium

  * New upstream released.
  * Update debian/rules. (Closes: #790633)
    - Disabled test. Test of rebar became necessary retest package.
      However, this package is not yet. This is until the retest is installed on
      Debian, to disable test.

 -- Nobuhiro Iwamatsu <email address hidden>  Sat, 04 Jul 2015 03:25:04 +0900

Upload details

Uploaded by:
Debian Erlang Packagers
Uploaded to:
Sid
Original maintainer:
Debian Erlang Packagers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rebar_2.6.0-1.dsc 1.8 KiB 5a7a452fbcbac29894a06b122f2005580bad2cbd2b98c32c8032c27703dda6a8
rebar_2.6.0.orig.tar.gz 179.7 KiB feaccc2fb7b5cf66ebc67efe7946666f3eaf7ef92e6a2aff666a295b2c60b344
rebar_2.6.0-1.debian.tar.xz 3.9 KiB d9e7bfd62ad73eab4c7ee233d8c1ce994b3e827185cd4282729410abbc330ccf

Available diffs

No changes file available.

Binary packages built by this source

rebar: Sophisticated build-tool for Erlang projects that follows OTP principles

 rebar is an Erlang build tool that makes it easy to compile and
 test Erlang applications, port drivers and releases.
 .
 rebar is a self-contained Erlang script, so it's easy to distribute or even
 embed directly in a project. Where possible, rebar uses standard Erlang/OTP
 conventions for project structures, thus minimizing the amount of build
 configuration work. rebar also provides dependency management, enabling
 application writers to easily re-use common libraries from a variety of
 locations (git, hg, etc).