Bug#956349: universal-ctags FTBFS on 32bit: test failures

2020-06-29 Thread Masatake YAMATO
Fixed in https://github.com/universal-ctags/ctags/pull/2578



Bug#615477: don't include whitespaces in watch file of sendmail

2011-02-26 Thread Masatake YAMATO
Package: sendmail
Version: 8.14.4-2

uscan.pl cannot find the latest tar ball released by the upstream project
because the ftp directory of the upstream project holds a symbolic link:

$ lftp ftp://ftp.sendmail.org/pub/sendmail
cd ok, cwd=/pub/sendmail
lftp ftp.sendmail.org:/pub/sendmail ls
ls
total 48936
drwxrwx--x  2 gshapiro  sendmail  512 Dec 28 18:31 .alpha
drwxrwx--x  3 gshapiro  sendmail  512 Nov 20 23:01 .beta
...
lrwxr-xr-x  1 casendmail   39 Dec  5 00:36 
sendmail.8.14.5.Beta0.tar.gz - .beta/late/sendmail.8.14.5.Beta0.tar.gz
lrwxr-xr-x  1 casendmail   43 Dec  5 00:36 
sendmail.8.14.5.Beta0.tar.gz.sig - .beta/late/sendmail.8.14.5.Beta0.tar.gz.sig
lftp ftp.sendmail.org:/pub/sendmail 

The pattern of thewatch file of sendmail accepts any character:

ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(.*)\.tar\.gz debian 

Therefore whole sendmail.8.14.5.Beta0.tar.gz - 
.beta/late/sendmail.8.14.5.Beta0.tar.gz is 
recognized as a file name. As you know the file name here is 
sendmail.8.14.5.Beta0.tar.gz.

The way to reproduce:
$ cat /tmp/tmp.WEaYmomwtj/.watch
# format version number, currently 3; this line is compulsory!
version=3

# Line continuations are performed with \
# Full-site-with-pattern  [Version  [Action]]
opts=pasv ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(.*)\.tar\.gz 
debian 
opts=pasv ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(.*)\.tar\.gz\.sig 
debian

$ perl -I /home/jet/.debwatch/devscripts 
/home/jet/.debwatch/devscripts/scripts/uscan.pl --package sendmail 
--upstream-version 0.0.0 --watchfile /tmp/tmp.WEaYmomwtj/.watch --download 
--dehs --destdir /tmp/tmp.WEaYmomwtj --repack --symlink 
tch --download --dehs --destdir /tmp/tmp.WEaYmomwtj --repack --symlink 
dehs
dpkg: version '8.14.5.Beta0.tar.gz - .beta/late/sendmail.8.14.5.Beta0' has 
bad syntax: version string has embedded spaces
dpkg: version '8.14.5.Beta0.tar.gz - .beta/late/sendmail.8.14.5.Beta0' has 
bad syntax: version string has embedded spaces
packagesendmail/package
debian-uversion0.0.0/debian-uversion
debian-mangled-uversion0.0.0/debian-mangled-uversion
upstream-version8.14.5.Beta0.tar.gz -amp;gt; 
.beta/late/sendmail.8.14.5.Beta0/upstream-version

upstream-urlftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.5.Beta0.tar.gz 
-amp;gt; .beta/late/sendmail.8.14.5.Beta0.tar.gz/upstream-url
statusNewer version available/status
warningsuscan.pl warning: Downloading
 ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.5.Beta0.tar.gz -amp;gt; 
.beta/late/sendmail.8.14.5.Beta0.tar.gz failed:
404 Can't chdir to sendmail.8.14.5.Beta0.tar.gz -amp;gt; .beta/warnings
dpkg: version '8.14.5.Beta0.tar.gz.sig - .beta/late/sendmail.8.14.5.Beta0' 
has bad syntax: version string has embedded spaces
dpkg: version '8.14.5.Beta0.tar.gz.sig - .beta/late/sendmail.8.14.5.Beta0' 
has bad syntax: version string has embedded spaces
packagesendmail/package
debian-uversion0.0.0/debian-uversion
debian-mangled-uversion0.0.0/debian-mangled-uversion
upstream-version8.14.5.Beta0.tar.gz.sig -amp;gt; 
.beta/late/sendmail.8.14.5.Beta0/upstream-version

upstream-urlftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.5.Beta0.tar.gz.sig
 -amp;gt; .beta/late/sendmail.8.14.5.Beta0.tar.gz.sig/upstream-url
statusNewer version available/status
warningsuscan.pl warning: Downloading
 ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.5.Beta0.tar.gz.sig 
-amp;gt; .beta/late/sendmail.8.14.5.Beta0.tar.gz.sig failed:
404 Can't chdir to sendmail.8.14.5.Beta0.tar.gz.sig -amp;gt; 
.beta/warnings
/dehs



I think  -  should be handled in uscan.pl.
Here is a quick fix.

diff -uN watch watch.new
--- watch  2011-02-27 01:40:24.427632180 +0900
+++ watch.new  2011-02-27 01:40:31.567371805 +0900
@@ -3,5 +3,5 @@
 
 # Line continuations are performed with \
 # Full-site-with-pattern  [Version  [Action]]
-opts=pasv ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(.*)\.tar\.gz debian 
-opts=pasv ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(.*)\.tar\.gz\.sig 
debian
+opts=pasv ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(\S*)\.tar\.gz debian 
+opts=pasv ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(\S*)\.tar\.gz\.sig 
debian






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599081: watch file for bind9

2010-10-04 Thread Masatake YAMATO
Package: bind9
Version: 9.6.ESV.R1+dfsg-0+lenny2

It seems that bind9 package doesn't have watch file.
I've written it, so please include this if appreciated.

Masatake YAMATO



---
version=3
http://ftp.isc.org/isc/bind9/cur/(\d.*)/ \
  bind-(\d.*)\.tar\.gz



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599081: watch file for bind9

2010-10-04 Thread Masatake YAMATO
 tag 599081 + wontfix
 --
 
 On Mon, Oct 04, 2010 at 10:56:21PM +0900, Masatake YAMATO wrote:
 It seems that bind9 package doesn't have watch file.
 I've written it, so please include this if appreciated.
 
 That is correct.  Can't stand the things myself.
 
 lamont

Could you tell me what you are frustrated with?
My patch, watch file mechanism or ftp directory structure of bind9?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#330880: [Xtla-el-dev] Re: [Ludovic Courtes] Bug#330880: xtla: `tla-edit-log' triggers a bug in Emacs or Xt

2005-10-05 Thread Masatake YAMATO
Could you tell me a procedure to reproduce the trouble?
BTW, flyspell bug is discussed at emacs-devel list.
(I have not track the discussion.)

Masatake YAMATO


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