[libdispatch-class-perl] 01/01: Tidy comma in build-dependencies.
    Jonas Smedegaard 
    dr at jones.dk
       
    Sun May 18 01:20:32 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libdispatch-class-perl.
commit f6ef12b86913702745e907b09b707f38911a7594
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 18 03:19:15 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 591e594..e8e82d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,6 @@ DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/M/MA/MAUKE
 perl-deps = sub-exporter
 deps = $(patsubst %, $(comma) lib%-perl, $(perl-deps))
 
-CDBS_BUILD_DEPENDS += $(deps)
+CDBS_BUILD_DEPENDS +=, $(deps)
 
 CDBS_DEPENDS_$(pkg) = $(deps)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdispatch-class-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list