[SCM] packaging of clive-utils branch, master, updated. 2.1.0-21-ga0a8264

Damyan Ivanov dmn at debian.org
Mon Feb 23 20:28:43 UTC 2009


The following commit has been merged in the master branch:
commit 086e76cdeb4ff91e027caecfd3d4c6cdb6108adf
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Feb 23 21:46:23 2009 +0200

    fix "testsuite" by escaping dollar

diff --git a/debian/rules b/debian/rules
index d35afc9..a444cb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/quilt/quilt.make
 build: $(QUILT_STAMPFN)
 	perl genman
 	dh $@
-	for f in feed scan pass; do perl -c clive$f; done
+	for f in feed scan pass; do perl -c clive$$f; done
 
 binary-indep: build
 	dh $@

-- 
packaging of clive-utils



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