erlang-meck 0.9.2-1 source package in Ubuntu

Changelog

erlang-meck (0.9.2-1) unstable; urgency=medium

  * New upstream version 0.9.2
  * Switch package to Architecture: all
  * Update debian/copyright
  * Update Standards-Version: 4.6.0 (no changes needed)
  * Update debhelper compat version: 13
  * Update version of debian/watch: 4
  * Update Uploaders and (Build-)Depends
  * Make build deterministic
  * Add lintian overrides
  * Clean debian/dh-rebar.conf
  * Add debian/upstream/metadata

 -- Philipp Huebner <email address hidden>  Sun, 09 Jan 2022 15:12:10 +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-meck_0.9.2-1.dsc 2.0 KiB d9146308c8a36725611fe25ef162c3de269ea4d2bf2bbe5bfae7a022f5a30ecb
erlang-meck_0.9.2.orig.tar.gz 52.4 KiB 4236f7066da600e9d952aa24a5d8e4a4813e5fe711edff4b7354a12565ce9180
erlang-meck_0.9.2-1.debian.tar.xz 2.5 KiB 474c6a3695ea9ac04e8286758812fdd2e4140ca8e57645a3e89dd6257c76187f

Available diffs

No changes file available.

Binary packages built by this source

erlang-meck: mocking library for Erlang

 With meck you can easily mock modules in Erlang.
 You can also perform some basic validations on the mocked modules, such as
 making sure no unexpected exceptions occurred or looking at the call history.