rebar 2.6.4-4 source package in Ubuntu

Changelog

rebar (2.6.4-4) unstable; urgency=medium

  * Team upload.
  * Rebuild with Erlang 25.
  * Bump the debhelper compatibility level to 13.
  * Bump the standards version to 4.7.0.

 -- Sergei Golovan <email address hidden>  Mon, 22 Apr 2024 14:09:41 +0300

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
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
rebar_2.6.4-4.dsc 1.9 KiB 88d9bc9b3587571f91ed45f130d188afb18053c46741ae6d07b67880b7568d34
rebar_2.6.4.orig.tar.xz 155.6 KiB 187f00e20db50725d33dc3347c7cd675703d5de88b1bc31c2a49e541237f3d94
rebar_2.6.4-4.debian.tar.xz 5.5 KiB a644a6924c05b42f3d694a3ff05a9ba5e0a7daebd198c716c3b7b7ea7809f618

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).