Le 31/07/2013 00:17, Stephen Nelson a écrit : > --- a/debian/watch > +++ b/debian/watch > @@ -1,3 +1,3 @@ > version=3 > opts=uversionmangle=s/_/./g \ > - http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/ > TOMCAT_([0-9_]*[0-9])/ debian debian/orig-tar.sh > + http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/ > TOMCAT_([0-9_]*[0123456789])/ debian debian/orig-tar.sh >
Hi Stephen, Are you sure this actually fixed the issue? [0123456789] is equivalent to [0-9] (and personally I just use the \d shortcut). Emmanuel Bourg -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

