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

Changelog

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

  * Update Standards-Version: 4.6.2 (no changes needed)
  * debian/rules: Extend clean target (closes: #1044538)
  * Update lintian overrides
  * Update years in debian/copyright
  * Update debian/rules

 -- Philipp Huebner <email address hidden>  Tue, 26 Dec 2023 15:11:47 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
erlang-folsom_0.8.2+dfsg-4.dsc 2.2 KiB fdf427e23d3aba7e251a228e5c12997768a0e8c2013cbbaa67cc9bc652169b92
erlang-folsom_0.8.2+dfsg.orig.tar.gz 41.0 KiB 278262fd58273368ea2f593bd3ce28b992943f49b0296c6c36520548d3075779
erlang-folsom_0.8.2+dfsg-4.debian.tar.xz 3.0 KiB cf9310838de9a54207cb7a89cdd6e52409aece72dec77a5a64b3243ccf836e2b

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.