The following commit has been merged in the master branch:
commit bbb437e13b81ed47df1224eec52d32bf52ccbce4
Author: tony mancill <tmanc...@debian.org>
Date:   Sun Feb 26 22:24:14 2012 -0800

    apply patch for #651492

diff --git a/debian/rules b/debian/rules
index 43f1c3f..5caddcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,9 @@ T_VER := $(shell dpkg-parsechangelog | egrep '^Version:' \
        | cut -f 2 -d ' ' | cut -f 2 -d ' '|sed 's/-[^-]*$$//')
 T_JARS := tomcat-i18n-fr tomcat-i18n-es tomcat-i18n-ja catalina-ant
 T_MAVENIZED_JARS := jasper-el annotations-api jasper catalina-ha catalina 
-T_VER_MAJOR := $(echo $(T_VER) | cut -d'.' -f1)
-T_VER_MINOR := $(echo $(T_VER) | cut -d'.' -f2)
-T_VER_BUILD := $(echo $(T_VER) | cut -d'.' -f3)
+T_VER_MAJOR := $(shell echo $(T_VER) | cut -d'.' -f1)
+T_VER_MINOR := $(shell echo $(T_VER) | cut -d'.' -f2)
+T_VER_BUILD := $(shell echo $(T_VER) | cut -d'.' -f3)
 
 ANT_ARGS := -Dcompile.debug=true \
        -Dant.build.javac.source=1.5 \

-- 
tomcat7: Servlet and JSP engine

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to