<html dir="ltr"><head></head><head></head><body bgcolor="#ffffff" text="#2e3436" link="#1b6acb" vlink="#2e3436"><body style="text-align:left; direction:ltr;" bgcolor="#ffffff" text="#2e3436" link="#1b6acb" vlink="#2e3436"><div>Hi All,</div><div>It looks like the FPC watch file is not detecting the new version.</div><div>I managed to get it work by changing the experimental one as follows:</div><pre>diff --git a/debian/watch b/debian/watch</pre><pre>index 0a132793..a15e77ff 100644</pre><pre>--- a/debian/watch</pre><pre>+++ b/debian/watch</pre><pre>@@ -5,4 +5,4 @@ s/(\d)((rc|pre|dev|beta|alpha|b|a))/$1~$2/;\</pre><pre> s/\-\d//;\</pre><pre> s/\-src//,\</pre><pre> dversionmangle=s/\+dfsg// \</pre><pre><font color="#ff0000">-ftp://ftp.freepascal.org/pub/fpc/(?:beta|dist?)/@ANY_VERSION@/source/fpcbuild-@ANY_VERSION@@ARCHIVE_EXT@ debian debian/orig-tar.sh</font></pre><pre><font color="#008000">+ftp://ftp.freepascal.org/pub/fpc/(beta|dist)/@ANY_VERSION@/source/fpcbuild-@ANY_VERSION@@ARCHIVE_EXT@ debian debian/orig-tar.sh</font></pre><pre></pre><div>Can anyone confirm this is the right change?</div><div><span><pre><pre>-- <br></pre>Cheers,
Abou Al Montacir
</pre></span></div></body> looks like the FPC watch file is not detecting the new version.
I managed to get it work by changing the experimental one as follows:<div> diff --git a/debian/watch b/debian/watch
index 0a132793..a15e77ff 100644
--- a/debian/watch
+++ b/debian/watch
@@ -5,4 +5,4 @@ s/(\d)((rc|pre|dev|beta|alpha|b|a))/$1~$2/;\
 s/\-\d//;\
 s/\-src//,\
 dversionmangle=s/\+dfsg// \
-ftp://ftp.freepascal.org/pub/fpc/(?:beta|dist?)/@ANY_VERSION@/source/fpcbuild-@ANY_VERSION@@ARCHIVE_EXT@ debian debian/orig-tar.sh
+ftp://ftp.freepascal.org/pub/fpc/(beta|dist)/@ANY_VERSION@/source/fpcbuild-@ANY_VERSION@@ARCHIVE_EXT@ debian debian/orig-tar.sh

-- 
Cheers,
Abou Al Montacir
</div></body></html>