On Sat, 10 Nov 2007 08:08, [EMAIL PROTECTED] said:
> On Fri, Nov 09, 2007 at 05:05:28PM +0100, Werner Koch wrote:
>> > Please add a watch file for gnupg. I have attached one, which may be
>> > useful for you.
>> 
>> The attached one does not work becuase it will fire for gnupg 1.x and
>> gnupg 2.0 updates.  Fix should be trivial.
>
> I did not understand why it won't work:
>
> [EMAIL PROTECTED] /tmp]  uscan --upstream-version 0 --watchfile watch
> --package gnupg
> gnupg: Newer version (1.4.7) available on remote site:
>   http://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.7.tar.gz
>   (local version is 0)
>
> Could you please tell me what the case would be for which it would
> fire? I am interested in fixing it.

I don't know how this watch thing works but a r.e.:

  http://ftp.gnupg.org/gcrypt/gnupg/gnupg-([\d\.]+)\.tar\.gz

would also match gnupg-2.0.0.tar.gz .

Ah, I see: we don't distribute .gz tarballs for gnupg-2 anymore and thus
your test did not fail.  But it may happen that we accidently or on
demand upload a .gz tarball and then your r.e. won't work anymore.  Use

  http://ftp.gnupg.org/gcrypt/gnupg/gnupg-1\.([\d\.]+)\.tar\.gz

or better

  http://ftp.gnupg.org/gcrypt/gnupg/gnupg-1\.([\d\.]+)\.tar\.bz2

as we are distributing bzip2 tarballs for a long time now.



Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to