[libmoosex-runnable-perl] 02/09: Update debian/rules with new build-deps and suggests

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Apr 12 14:30:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libmoosex-runnable-perl.

commit f6dd679b4d7b932edcbc0e209e167d96845c5b11
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Apr 12 14:53:16 2014 +0100

    Update debian/rules with new build-deps and suggests
---
 debian/rules | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8df8d79..38484b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,17 +27,27 @@ DEB_UPSTREAM_TARBALL_MD5 = 475897910cdeb9a409744d2ea3517bc3
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
+# Needed by upstream build process (not at runtime)
+perl-build-deps = module-build-tiny
+deps-build = $(patsubst %,$(comma) lib%-perl,$(perl-build-deps))
+
 # 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 += list-moreutils namespace-autoclean params-util class-load
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 
 # Needed by upstream testsuite
 perl-deps-test = tabledriven use-ok exception
 deps-test = $(patsubst %,$(comma) libtest-%-perl,$(perl-deps-test))
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test)
+# Needed (sometimes) at runtime
+perl-suggests = anyevent data-dump-streamer file-changenotify par-packer 
+perl-suggests = params-validate
+suggests = $(patsubst %,$(comma) lib%-perl,$(perl-suggests))
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test), $(deps-build)
 CDBS_DEPENDS_ALL = $(deps)
+CDBS_SUGGESTS_ALL = $(suggests)
 
-DEB_INSTALL_DOCS_ALL =
+DEB_INSTALL_DOCS_ALL = CONTRIBUTING
 DEB_INSTALL_EXAMPLES_$(pkg) = example/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-runnable-perl.git



More information about the Pkg-perl-cvs-commits mailing list