Re: Help for watch file needed for ssake

2014-01-19 Thread Andreas Tille
On Sun, Jan 19, 2014 at 12:58:42AM +0100, gregor herrmann wrote: > It took me some time now, but I have another proposal: > > version=3 > opts=downloadurlmangle=s{([\d.]+)$}{$1/ssake_v$1-tar.gz},\ > filenamemangle=s{.+/([\d.]+)$}{ssake_v$1-tar.gz} \ > http://www.bcgsc.ca/platform/bioinfo/software/

Re: Help for watch file needed for ssake

2014-01-18 Thread gregor herrmann
On Sat, 18 Jan 2014 23:54:43 +0100, Andreas Tille wrote: > > The following seems to work: > > > > version=3 > > opts=downloadurlmangle=s{([\d.]+)$}{$&/ssake_v$1-tar.gz}g \ > > http://www.bcgsc.ca/platform/bioinfo/software/ssake/releases/([\d.]*) > > Hmmm, it just drops the tarball named > >

Re: Help for watch file needed for ssake

2014-01-18 Thread Andreas Tille
On Sat, Jan 18, 2014 at 06:49:25PM +0100, gregor herrmann wrote: > On Sat, 18 Jan 2014 16:55:13 +0100, Andreas Tille wrote: > > > uscan: In debian/watch, potentially unsafe or malformed downloadurlmangle > > pattern: > > 's/software\/ssake\/releases\/([.\d]+)/&\/ssake_v$1-tar.gz/"' found. > >

Re: Help for watch file needed for ssake

2014-01-18 Thread gregor herrmann
On Sat, 18 Jan 2014 16:55:13 +0100, Andreas Tille wrote: > version=3 > opts=downloadurlmangle=s/software\/ssake\/releases\/([.\d]+)/&\/ssake_v$1-tar.gz/" > \ > http://www.bcgsc.ca/platform/bioinfo/software/ssake/releases/([\d.]*) > uscan: In debian/watch, potentially unsafe or malformed downloa

Re: Help for watch file needed for ssake

2014-01-18 Thread Eriberto
Sorry. My last solution is very simplist and doesn't allow downloads. Please, try it: version=3 http://www.bcgsc.ca/platform/bioinfo/software/ssake/releases/([\d.]*)/ ssake_v(\d\S*)-tar.gz Cheers, Eriberto 2014/1/18 Eriberto : > A simple solution: > > version=3 > http://www.bcgsc.ca/platform/

Re: Help for watch file needed for ssake

2014-01-18 Thread Andreas Tille
Hi Eriberto, thanks for you quick response, On Sat, Jan 18, 2014 at 02:04:04PM -0200, Eriberto wrote: > A simple solution: > > version=3 > http://www.bcgsc.ca/platform/bioinfo/software/ssake/releases > .*/ssake/releases/(\d\S*) I tested this but this only drops a single file named 3.8.1 co

Re: Help for watch file needed for ssake

2014-01-18 Thread Eriberto
A simple solution: version=3 http://www.bcgsc.ca/platform/bioinfo/software/ssake/releases .*/ssake/releases/(\d\S*) Cheers, Eriberto 2014/1/18 Andreas Tille : > > Any help to fix the watch file? -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscri

Help for watch file needed for ssake

2014-01-18 Thread Andreas Tille
Hi, the current watch file for ssake fails finding any version. The reason is that the upstream download page http://www.bcgsc.ca/platform/bioinfo/software/ssake/releases has dedicated download pages for every single download tarball. I tried to fix this using the following watch file vers