[libcatmandu-perl] 01/01: Tidy comma in build-dependencies.
Jonas Smedegaard
dr at jones.dk
Sun May 18 00:35:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-perl.
commit fb6a84f7f400c5c63362d30f614b93fc7739b3b9
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun May 18 02:35:21 2014 +0200
Tidy comma in build-dependencies.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b18bb6d..cef8a90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ deps-test = $(patsubst %,$(comma) lib%-perl, $(perl-deps-test))
# Needed (often) at runtime
recommends = libjson-xs-perl, libyaml-xs-perl
-CDBS_BUILD_DEPENDS += $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
CDBS_DEPENDS_$(pkg) = $(deps)
CDBS_RECOMMENDS_$(pkg) = $(recommends)
--
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