Re: debian/watch sourceforge

2009-12-28 Thread Raphael Geissert
Jaromír Mikeš wrote:
 $ 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)
 

The whole server is down at the moment.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: debian/watch sourceforge

2009-12-28 Thread Jaromír Mikeš
 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



Re: debian/watch sourceforge

2009-12-27 Thread Joachim Wiedorn
Hello,



Am Fri, 25 Dec 2009 22:36:26 +0100 (CET) schrieb
Jaromír Mikeš mira.mi...@seznam.cz:

 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

I'm using this line and it works:
http://sf.net/xfe/xfe-(.*)\.tar\.gz


Fondest regards,
 Joachim Wiedorn



signature.asc
Description: PGP signature


Re: debian/watch sourceforge

2009-12-27 Thread Daniel Leidert
Am Freitag, den 25.12.2009, 22:36 +0100 schrieb Jaromír Mikeš:

 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.

 Any advice?

You already got the advice to read a bit about regular expressions the
last time you asked. So please finally do it. Thanks. Watch files for
sourceforge are not tricky. One can even write one without using the qa
redirector site.

Regards, Daniel


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: debian/watch sourceforge

2009-12-27 Thread Reijo Tomperi

Reijo Tomperi wrote:

Jaromír Mikeš wrote:


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


I had a working watch file, but it stopped working for me also some 
months ago. I have used manual download instead as I couldn't figure out 
what is wrong with it.


Actually now that I re-tested it, it works fine. (I'm using similar (.+) 
syntax as you.).


I think the problem for me might have been slow sync speed as I often 
create the package right after the upstream release. If your problem was 
not solved yet, it might help to look at this page to see if the version 
you are seeking is there:


http://qa.debian.org/watch/sf.php/jcgui/

--
Reijo


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: debian/watch sourceforge

2009-12-26 Thread Reijo Tomperi

Jaromír Mikeš wrote:


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


I had a working watch file, but it stopped working for me also some 
months ago. I have used manual download instead as I couldn't figure out 
what is wrong with it.


--
Reijo


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: debian/watch sourceforge

2009-12-26 Thread Pau Garcia i Quiles
On Fri, Dec 25, 2009 at 10:36 PM, Jaromír Mikeš mira.mi...@seznam.cz wrote:
 hello mentors,

 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

 Any advice?

This is what I use for Wt and seems to work:

http://sf.net/witty/wt-([\d\.]+)\.tar\.gz

http://dehs.alioth.debian.org/report.php?package=witty

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



debian/watch sourceforge

2009-12-25 Thread Jaromír Mikeš
hello mentors,

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

Any advice?

regards

mira


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: debian/watch sourceforge

2009-12-25 Thread Ben Finney
Jaromír Mikeš mira.mi...@seznam.cz writes:

 having troubles get my watch file work on sourceforge files.

Yes, Sourceforge makes it inordinately difficult to get direct access to
the tarballs.

In brief: the only way ‘uscan’ can reliably get files from Sourceforge
is to not get them via Sourceforge :-) See the man page ‘uscan(1)’ for
specific mention of dealing with tarballs published at Sourceforge.

-- 
 \“This sentence contradicts itself — no actually it doesn't.” |
  `\   —Douglas Hofstadter |
_o__)  |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org