[SCM] high performance full-featured event loop branch, master, updated. debian/4.03-2-11-gde7631b

Dmitry E. Oboukhov unera at debian.org
Mon Nov 21 19:28:04 UTC 2011


The following commit has been merged in the master branch:
commit de7631b9162aa62adec0284e37257da031f35037
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Mon Nov 21 23:27:40 2011 +0400

    version is checked properly

diff --git a/debian/rules b/debian/rules
index be4c566..ce8cf70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,12 @@ MAIN_MODULE	= EV.pm
 
 DEBVERSION = $(shell dpkg-parsechangelog \
 	|grep ^Version|awk '{print $$2}'|sed 's/-.*//' )
-PERLVERSION = $(shell grep '^our[[:space:]]\+\$$VERSION' $(MAIN_MODULE) \
-	|awk '{print $$4}'|sed "s/[';']//g" )
 
-install/libanyevent-httpd-perl::
+PERLVERSION = $(shell grep '^[[:space:]]*our[[:space:]]\+\$$VERSION' \
+	 $(MAIN_MODULE) \
+		|awk '{print $$4}'|sed "s/[';']//g" )
+
+install/libev-perl::
 	@set -e; \
 	if ! test "x$(DEBVERSION)" = "x$(PERLVERSION)"; then \
 		echo "Error: changelog has version $(DEBVERSION) " \

-- 
high performance full-featured event loop



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