debian/0000755000000000000000000000000012243244411007163 5ustar debian/README.source0000644000000000000000000000042612243242333011345 0ustar erlang-folsom source package infomation - Remove rebar binary from source code Erlang-folsom's original source codes contains rebar binary. The source package of Debian has deleted this binary. -- Nobuhiro Iwamatsu Thu, 04 Oct 2012 02:28:28 +0900 debian/dh-rebar.conf0000644000000000000000000000014712243242333011521 0ustar EXEC_REBAR_COMMANDS=compile PKG_NAME= PKG_VARSION= #REBAR_LIB_DIR= #REBAR_BIN_DIR= #REBAR_INCLUDE_DIR= debian/rules0000755000000000000000000000007612243242333010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=rebar --with rebar debian/compat0000644000000000000000000000000212243242333010362 0ustar 9 debian/watch0000644000000000000000000000024312243243517010221 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/folsom-$1.tar.gz/,dversionmangle=s/\+dfsg// \ https://github.com/boundary/folsom/tags .*/v?(\d\S*)\.tar\.gz debian/control0000644000000000000000000000433012243242674010577 0ustar Source: erlang-folsom Maintainer: LeoFS maintainers team Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Standards-Version: 3.9.4 Homepage: https://github.com/boundary/folsom Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-folsom.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-folsom.git;a=summary Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:13.b.4), erlang-eunit, erlang-dialyzer, erlang-bear (>= 0.8.0), erlang-meck (>= 0.7.2), dh-rebar Package: erlang-folsom Architecture: any Section: devel Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends}, erlang-bear (>= 0.1.3), erlang-meck Enhances: erlang Description: 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. Package: erlang-folsom-dev Architecture: any Section: devel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends}, erlang-folsom (>= ${source:Version}) Enhances: erlang Description: 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. . This package includes erlang-folsom headers which are necessary to build Erlang applications which use erlang-folsom. debian/source/0000755000000000000000000000000012243242333010464 5ustar debian/source/format0000644000000000000000000000001412243242333011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000342612243242333011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: folsom Upstream-Contact: Joe Williams Source: https://github.com/boundary/folsom.git Files: src/folsom_vm_metrics.erl src/folsom_sample_uniform.erl src/folsom_sample_exdec.erl src/folsom_metrics_histogram_ets.erl src/folsom_metrics_meter.erl src/folsom_metrics_counter.erl src/folsom_meter_timer_server.erl src/folsom_sample_none.erl src/folsom.erl src/folsom_utils.erl src/folsom_metrics_gauge.erl src/folsom_ets.erl src/folsom_metrics_histogram.erl src/folsom_sup.erl src/folsom_metrics.erl src/folsom_metrics_history.erl src/folsom_ewma.erl src/folsom_sample.erl test/folsom_tests.erl test/folsom_erlang_checks.erl Copyright: 2011 Boundary License: Apache-2.0 Files: test/slide_uniform_eqc.erl test/slide_statem_eqc.erl test/folsom_sample_slide_test.erl src/folsom_sample_slide_uniform.erl src/folsom_metrics_spiral.erl src/folsom_sample_slide.erl Copyright: 2012 - Basho Technologies, Inc. All Rights Reserved. License: Apache-2.0 Files: src/folsom_sample_slide_sup.erl src/folsom_sample_slide_server.erl Copyright: 2011 - Basho Technologies, Inc. All Rights Reserved. License: Apache-2.0 Files: src/folsom_metrics_meter_reader.erl Copyright: Copyright 2011, Boundary Copyright 2011, Opscode License: Apache-2.0 Files: src/folsom_metrics_duration.erl Copyright: (c) 2007-2012 Basho Technologies, Inc. All Rights Reserved. License: Apache-2.0 Files: debian/* Copyright: Copyright 2012, Nobuhiro Iwamatsu License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache License (Version 2.0) can be found in the file `/usr/share/common-licenses/Apache-2.0' file. debian/changelog0000644000000000000000000000352612243243662011052 0ustar erlang-folsom (0.8.0+dfsg-1) unstable; urgency=low * New upstream release. * Update debian/control. - Bump version for erlang-bear to 0.8.0. - Bump version for erlang-meck to 0.7.2. * Update patches/fix_version_string. - Bump version. * Update patches/remove_deps. * Update watch file. - Fix W: debian-watch-file-should-mangle-version. -- Nobuhiro Iwamatsu Thu, 21 Nov 2013 08:25:24 +0900 erlang-folsom (0.7.4+dfsg-3) unstable; urgency=low * Update debian/control. - Add dh-rebar to Build-Depends. - Add Vcs-Git and Vcs-Browser. * Update debian/rules. - Changed to use dh-rebar. -- Nobuhiro Iwamatsu Sun, 18 Aug 2013 08:47:12 +0900 erlang-folsom (0.7.4+dfsg-2) unstable; urgency=low * Update debian/control. - Add erlang-dialyzer to Build-Depends. Fix FTBFS if built with Erlang R16B01. * Update debian/rules. - Disable verbose output of erlang-depends. -- Nobuhiro Iwamatsu Tue, 30 Jul 2013 07:55:11 +0900 erlang-folsom (0.7.4+dfsg-1) unstable; urgency=low * New upstream release. * Update debian/control. - Dump version for erlang-bear to 0.1.3. * Update patches/fix_version_string. Dump version. * Update patches/remove_deps. -- Nobuhiro Iwamatsu Tue, 02 Jul 2013 14:20:00 +0900 erlang-folsom (0.7.3+dfsg-1) unstable; urgency=low * New upstream release. * Add debian/watch file. * Update debian/control. - Dump version for erlang-bear to 0.1.2. * Update patches/remove_deps. * Update patches/fix_version_string. Dump version. -- Nobuhiro Iwamatsu Tue, 22 Jan 2013 13:09:33 +0900 erlang-folsom (0.7+dfsg-1) unstable; urgency=low * Initial release. (Closes: #690106) -- Nobuhiro Iwamatsu Wed, 08 Aug 2012 01:54:12 +0900 debian/patches/0000755000000000000000000000000012243243246010617 5ustar debian/patches/add_makefile0000644000000000000000000000067412243242333013132 0ustar Description: Add Makefile Origin: vendor Forwarded: not-needed Last-Update: <2012-10-10> --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..adcc6f9 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: + rebar compile +compile: + rebar compile skip_deps=true +clean: + rebar clean skip_deps=true +distclean: + rebar clean -- 1.7.10.4 debian/patches/fix_version_string0000644000000000000000000000063612243243015014462 0ustar Description: Fix version string Origin: debian Forwarded: not-needed Last-Update: <2013-07-02> --- erlang-folsom-0.7+dfsg.orig/src/folsom.app.src +++ erlang-folsom-0.7+dfsg/src/folsom.app.src @@ -2,7 +2,7 @@ {application, folsom, [ {description, ""}, - {vsn, git}, + {vsn, "0.8.0"}, {registered, [folsom_meter_timer_server, folsom_metrics_histogram_ets, folsom_sup]}, debian/patches/remove_deps0000644000000000000000000000071712243243246013057 0ustar Description: Remove deps Origin: debian Forwarded: not-needed Last-Update: <2013-07-02> diff --git a/rebar.config b/rebar.config index b4adc6e..3e8f59b 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,2 @@ -{sub_dirs, ["deps"]}. - -{deps, [ - {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.0"}}}, - {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.7.2"}}} -]}. - {erl_opts, [debug_info]}. {cover_enabled, true}. debian/patches/series0000644000000000000000000000005412243242333012027 0ustar add_makefile remove_deps fix_version_string