[libcatmandu-perl] 01/02: Fix build-depends and depends field

Vasudev Kamath vasudev-guest at alioth.debian.org
Sun Nov 3 10:01:10 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 1a83459a76122c57e99b4f36c3f1e00d1a79da5e
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Nov 3 15:22:24 2013 +0530

    Fix build-depends and depends field
---
 debian/rules |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3da0c48..7c9dc07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,14 +15,14 @@ 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
+perl-deps += io-handle-util json moo moox-log-any sub-exporter
+perl-deps += template  throwable time-hires try-tiny-byclass yaml
+perl-deps += namespace-clean text-csv
 
 deps = $(patsubst %,$(comma) lib%-perl, $(perl-deps))
 
 # Test dependencies
-perl-deps-test = test-exception test-more test-csv
+perl-deps-test = test-exception 
 deps-test = $(patsubst %,$(comma) lib%-perl, $(perl-deps-test))
 
 CDBS_BUILD_DEPENDS += $(deps), $(deps-test)

-- 
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