tags 375138 + wontfix
thanks

On Fri, Jun 23, 2006 at 01:53:01PM -0400, Jay Berkenbilt wrote:
> I am unable to create a working watch file for ICU because uscan can't
> quite handle the arguably misguided directory structure used by ICU
> upstream.  Upstream keeps their distributions in
> 
> ftp://ftp.software.ibm.com/software/globalization/icu/<version>
> 
> which wouldn't ordinarily be a problem because uscan supports this in
> most cases.  There is a catch though: the distribution directories
> include both the Java and C++ versions of ICU, and sometimes one
> language has a newer version than the other.  If I use this watch
> line:
> 
> ftp://ftp.software.ibm.com/software/globalization/icu/(?:\d+\.[\d\.]+)/icu-([\d\.]+).tgz
> 
> I get the following (truncated) debug output with
> [...]

I would reckon that in a case like this, manual intervention is
recommended.  I don't want to introduce heuristics which will break
other packages for corner cases like this.  If you want to write a
personal patch for uscan, what you would probably want is to look
through all the matching directories, then collect all of the matching
files from all of the directories, and use the newest of those.  But
in most cases that would also be an unnecessary amount of downloading.

   Julian


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

Reply via email to