This is an automated email from the git hooks/post-receive script. js pushed a commit to branch tmp in repository libmoosex-runnable-perl.
commit c9d59d64fbe1c9f58dfeb92f813bb421489b3b0b Author: Jonas Smedegaard <[email protected]> Date: Wed Mar 12 16:00:21 2014 +0100 Only build-depend (not also depend) on libmoosex-getopt-perl. (Build-)depend on libmoosex-types-path-tiny-perl, libclass-load-perl and libpath-tiny-perl. Build-depend on libtest-fatal-perl (and not libtest-exception-perl). Stop (build-)depending on libmoosex-types-path-class-perl. --- debian/rules | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index b353695..11e6134 100755 --- a/debian/rules +++ b/debian/rules @@ -26,16 +26,19 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/MooseX pkg = $(DEB_SOURCE_PACKAGE) +# Needed by upstream build process +bdeps = libmoosex-getopt-perl + # Needed by upstream build process and (always) at runtime -perl-deps = moose moosex-getopt moosex-types moosex-types-path-class -perl-deps += list-moreutils namespace-autoclean params-util +perl-deps = moose moosex-types moosex-types-path-tiny class-load +perl-deps += list-moreutils namespace-autoclean params-util path-tiny deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) # Needed by upstream testsuite -perl-deps-test = tabledriven use-ok exception +perl-deps-test = fatal tabledriven use-ok deps-test = $(patsubst %,$(comma) libtest-%-perl,$(perl-deps-test)) -CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test) +CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test) CDBS_DEPENDS_ALL = $(deps) DEB_INSTALL_DOCS_ALL = -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-runnable-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
