[libcatmandu-perl] 02/06: Added build depends and depends

Vasudev Kamath vasudev-guest at alioth.debian.org
Wed Sep 18 17:21:40 UTC 2013


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

vasudev-guest pushed a commit to branch master
in repository libcatmandu-perl.

commit bb99c1171de574d66ef981453ee68fe41e08d14c
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Wed Sep 18 22:45:40 2013 +0530

    Added build depends and depends
---
 debian/rules |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/rules b/debian/rules
index 28cd695..3da0c48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,19 @@ DEB_UPSTREAM_PACKAGE = Catmandu
 DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/N/NI/NICS
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 394b6c3a9a9fef36488dbe5ab52e5107
+
+# Dependencies
+perl-deps = app-cmd cgi-expand clone data-compare data-messagepack
+perl-deps += data-spreadpagination data-uuid data-util datetime
+perl-deps += io-handle-util json moo moox-log-any sub-exporter sub-quote
+perl-deps += template  throwable time-hires try-tiny-byclass yaml-any
+perl-deps += namespace-clean
+
+deps = $(patsubst %,$(comma) lib%-perl, $(perl-deps))
+
+# Test dependencies
+perl-deps-test = test-exception test-more test-csv
+deps-test = $(patsubst %,$(comma) lib%-perl, $(perl-deps-test))
+
+CDBS_BUILD_DEPENDS += $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)

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



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