Od: Daniel Leidert <daniel.leidert.s...@gmx.net> > > having troubles get my watch file work on sourceforge files. > > tracking files: > > http://sourceforge.net/projects/jcgui/files/jcgui/ > > > > I tried this in my watch file: > > http://sf.net/jcgui/jcgui-(.+)\.tar\.bz2 > > A dot means "any character". So your watch file will result in upstream > versions containing the '-nopkg' string. So you either want: > > http://sf.net/jcgui/jcgui-([\d.]+)\.tar\.bz2 > > (version consisting of dots and/or numbers) or > > http://sf.net/jcgui/jcgui-([\d.]+)-nopkg\.tar\.bz2 > > (explicitly only matching the -nopkg tarballs). Both work here. So if > you are observing a different problem then having the '-nopkg' string > inside the version, please describe it.
Hello, I have been traveling (no connection) so sorry for late answer. I tried this line now. http://sf.net/jcgui/jcgui-([\d.]+)-nopkg\.tar\.bz2 $ uscan uscan warning: In watchfile debian/watch, reading webpage http://qa.debian.org/watch/sf.php/jcgui/ failed: 500 Can't connect to qa.debian.org:80 (connect: timeout) Maybe some connection problem I will try latter again. Thank you all for trying help regards mira -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org