On 07/12/2007, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote: > ---------- Forwarded message ---------- > From: Baruch Even <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Fri, 07 Dec 2007 20:28:16 +0200 > Subject: Temporary problem with upstream website > Version: 1.3patch1-1.1 > > This was a temporary problem with the upstream website. It is not fixed > and watch now works. > > It is limited by the way upstream releases new versions, they are just > patches which I roll into a new upstream version to better track what > version and patch of upstream the debian package is based on.
Please use uscan's dversionmangle options then. Current: $ uscan --report --verbose -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: http://crl.nmsu.edu/~mleisher/gbdfed.html gbdfed-(.*)\.tar\.gz -- Found the following matching hrefs: gbdfed-1.3.tar.gz Newest version on remote site is 1.3, local version is 1.3patch1 => remote site does not even have current version -- Scan finished Using dversionmangle: $ uscan --report --verbose -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: opts=dversionmangle=s/patch.*// http://crl.nmsu.edu/~mleisher/gbdfed.html gbdfed-(.*)\.tar\.gz -- Found the following matching hrefs: gbdfed-1.3.tar.gz Newest version on remote site is 1.3, local version is 1.3patch1 (mangled local version number 1.3) => Package is up to date -- Scan finished Patched debian/watch: version=3 opts=dversionmangle=s/patch.*// \ http://crl.nmsu.edu/~mleisher/gbdfed.html gbdfed-(.*)\.tar\.gz > > Baruch > > > Sincerely, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html Say NO to Microsoft Office broken standard. See http://www.noooxml.org/petition -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

