On Wed, Jul 31, 2013 at 9:33 AM, Emmanuel Bourg <ebo...@apache.org> wrote: > 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 >
Hi Emmanuel, I was confused by this too as I thought they should be equivalent. When I checked out the package I ran: uscan --report --verbose from one of your previous emails to the list about learning Debian java packaging. The command failed to pick up newer versions. I then checked-out the tomcat7 package which had the above regex. So I changed it and then uscan seemed to work. I can re-check this evening to confirm. Stephen -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAHpHs3n9r-XZ82G3U=ibudxp1nvhfp+k0mezmpxsr4swgy6...@mail.gmail.com