<html dir="ltr"><head></head><body bgcolor="#ffffff" text="#2e3436" link="#1b6acb" vlink="#2e3436" style="text-align:left; direction:ltr;"><div><br></div><div>On Sat, 2020-06-27 at 13:42 +0200, Abou Al Montacir wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><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><font color="#ff0000"><pre>-ftp://ftp.freepascal.org/pub/fpc/(?:beta|dist?)/@ANY_VERSION@/source/fpcbuild-@ANY_VERSION@@ARCHIVE_EXT@ debian debian/orig-tar.sh</pre></font><font color="#008000"><pre>+ftp://ftp.freepascal.org/pub/fpc/(beta|dist)/@ANY_VERSION@/source/fpcbuild-@ANY_VERSION@@ARCHIVE_EXT@ debian debian/orig-tar.sh</pre></font><div>Can anyone confirm this is the right change?</div><div></div></blockquote><div>An other issue is that the orig-tar.sh is now called without archive name since version 4.</div><div>This is cut from uscan man page:</div><div><dl class="Bl-tag" style="margin-left: 5.5em; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Inconsolata, monospace; font-size: 16.639999389648438px; letter-spacing: 0.15000000596046448px; white-space: normal;"><dd style="clear: right; width: 583.484375px; margin-top: 0em; margin-left: 0em; vertical-align: top; overflow: auto;"><p class="Pp" style="min-height: 1em; padding-left: 1em;">If you have a custom script in place of <b>uupdate</b>, you may also encounter problems updating from Version 3.</p></dd></dl><div class="Bd-indent" style="margin-left: 3.8em; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Inconsolata, monospace; font-size: 16.639999389648438px; letter-spacing: 0.15000000596046448px; white-space: normal;"><ul class="Bl-bullet" style="padding-left: 1em;"><li><b>uscan</b> invokes the custom <i>script</i> as "<i>script</i> <b>--upstream-version</b><i>version</i>".</li></ul></div></div><div><div style="white-space: normal;"><span><pre><pre>-- <br></pre>Cheers,
Abou Al Montacir</pre></span></div></div></body></html>