[SCM] packaging of clive-utils branch, master, updated. 2.1.0-37-g5320947

Damyan Ivanov dmn at debian.org
Tue Feb 24 20:37:50 UTC 2009


The following commit has been merged in the master branch:
commit 7f106d35e2b0bd939e0d7b911af3fb46203ef575
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Feb 24 11:22:42 2009 +0200

    make failing syntax checks fail the build

diff --git a/debian/rules b/debian/rules
index cf57675..97d5bb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/quilt/quilt.make
 build: $(QUILT_STAMPFN)
 	dh $@
 	make man
-	for f in feed scan pass; do perl -c clive$$f; done
+	for f in feed scan pass; do perl -c clive$$f || exit 1; done
 
 install: build
 	dh $@

-- 
packaging of clive-utils



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