erlang-folsom 0.8.2+dfsg-3 source package in Ubuntu

Changelog

erlang-folsom (0.8.2+dfsg-3) unstable; urgency=medium

  * Update debhelper compat level from 11 to 13
  * Update Uploaders and (Build-)Depends
  * Update Standards-Version: 4.6.0 (no changes needed)
  * Change architecture from 'any' to 'all'
  * Update debian/copyright
  * Clean debian/dh-rebar.conf
  * Add lintian overrides
  * Drop unnecessary patches
  * Make build deterministic
  * Add debian/upstream/metadata
  * Update version of debian/watch: 4

 -- Philipp Huebner <email address hidden>  Sat, 15 Jan 2022 17:54:18 +0100

Upload details

Uploaded by:
Debian Erlang Packagers
Uploaded to:
Sid
Original maintainer:
Debian Erlang Packagers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
erlang-folsom_0.8.2+dfsg-3.dsc 2.2 KiB 5f683d03a20de4676abe55c4df2968b87633342b3b7d8bf00ea563e84093023e
erlang-folsom_0.8.2+dfsg.orig.tar.gz 41.0 KiB 278262fd58273368ea2f593bd3ce28b992943f49b0296c6c36520548d3075779
erlang-folsom_0.8.2+dfsg-3.debian.tar.xz 3.2 KiB 34ff9aeedad82fb6a77ed9aad7a093acce836a9dd965bdfa397dc1bbed602e97

Available diffs

No changes file available.

Binary packages built by this source

erlang-folsom: Erlang based metrics system inspired by Coda Hale's metrics

 Folsom is an Erlang based metrics system inspired by Coda Hale's metrics
 (https://github.com/codahale/metrics/). The metrics API's purpose is to collect
 realtime metrics from your Erlang applications and publish them via Erlang APIs
 and output plugins. folsom is *not* a persistent store. There are 6 types of
 metrics: counters, gauges, histograms (and timers), histories, meter_readers
 and meters. Metrics can be created, read and updated via the `folsom_metrics`
 module.

erlang-folsom-dev: development files for erlang-folsom

 Folsom is an Erlang based metrics system inspired by Coda Hale's metrics
 (https://github.com/codahale/metrics/). The metrics API's purpose is to collect
 realtime metrics from your Erlang applications and publish them via Erlang APIs
 and output plugins. folsom is *not* a persistent store. There are 6 types of
 metrics: counters, gauges, histograms (and timers), histories, meter_readers
 and meters. Metrics can be created, read and updated via the `folsom_metrics`
 module.
 .
 This package includes erlang-folsom headers which are necessary to build Erlang
 applications which use erlang-folsom.