debian/0000755000000000000000000000000012227101012007152 5ustar debian/compat0000644000000000000000000000000212225635034010366 0ustar 9 debian/changelog0000644000000000000000000000355312227100155011041 0ustar erlang-meck (0.8.1+dfsg-1) unstable; urgency=low * New upstream release. * Remove patches. * Update debian/rules. - Disable test. Eunit requires hamcrest library. * Update debian/watch. - Fix lintian warning: "debian-watch-file-should-mangle-version line 3" -- Nobuhiro Iwamatsu Tue, 15 Oct 2013 08:27:06 +0900 erlang-meck (0.7.2-6) unstable; urgency=low * Update debian/control. - Add dh-rebar to Build-Depends. * Update debian/rules. - Changed to use dh-rebar. -- Nobuhiro Iwamatsu Sun, 18 Aug 2013 08:05:47 +0900 erlang-meck (0.7.2-5) unstable; urgency=low * Update debian/control. - Add erlang-dialyzer to Build-Depends. Fix FTBFS if built with Erlang R16B01. -- Nobuhiro Iwamatsu Tue, 30 Jul 2013 09:08:22 +0900 erlang-meck (0.7.2-4) unstable; urgency=low * Update debian/rules. Disable test on mips mipsel armel sh4. Because they are late, these become the error in a part. -- Nobuhiro Iwamatsu Tue, 02 Jul 2013 11:08:18 +0900 erlang-meck (0.7.2-3) unstable; urgency=low * Update debian/control. Update Standards-Version to 3.9.4. * Fix FTBFS with Erlang/OTP R16. (Closes: #713530) Add patches/0001-Remove-parametrized-module-test.patch. * Add debian/watch. Thanks to Bart Martens . -- Nobuhiro Iwamatsu Mon, 01 Jul 2013 12:55:36 +0900 erlang-meck (0.7.2-2) unstable; urgency=low * Update debian/rules. Add override_dh_auto_test. Change which do eunit in this target with HOME of environment variable. (Closes: #689938) -- Nobuhiro Iwamatsu Tue, 09 Oct 2012 08:10:24 +0900 erlang-meck (0.7.2-1) unstable; urgency=low * Initial release. (Closes: #689553) -- Nobuhiro Iwamatsu Fri, 03 Aug 2012 01:35:55 +0900 debian/dh-rebar.conf0000644000000000000000000000014712225635034011525 0ustar EXEC_REBAR_COMMANDS=compile PKG_NAME= PKG_VARSION= #REBAR_LIB_DIR= #REBAR_BIN_DIR= #REBAR_INCLUDE_DIR= debian/source/0000755000000000000000000000000012225635034010470 5ustar debian/source/format0000644000000000000000000000001412225635034011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000031112227077625010224 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/meck-$1.tar.gz/,dversionmangle=s/\+dfsg// \ https://github.com/eproxus/meck/tags .*/(?:v||meck[_\-])(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/control0000644000000000000000000000173112225635034010575 0ustar Source: erlang-meck Maintainer: LeoFS maintainers team Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:13.b.4), erlang-eunit, erlang-dialyzer, dh-rebar Homepage: https://github.com/eproxus/meck Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-meck.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-meck.git Package: erlang-meck Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends} Description: 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. debian/copyright0000644000000000000000000000105712225635034011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-name: erlang-meck Upstream-contact: Adam Lindberg Source: https://github.com/eproxus/meck.git Files: * Copyright: Copyright 2011 Adam Lindberg & Erlang Solutions Ltd. 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/rules0000755000000000000000000000007712227077305010257 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=rebar --with rebar