Re: Install-info transition, review time

2009-04-14 Thread Norbert Preining
On Di, 14 Apr 2009, Norbert Preining wrote: > - Do we need any special control entries (breaks, suggests, etc) in the > new package? (current debian/control attached) Forgot that one, and found that there is a bug in the current control file, under package install-info I still have Repla

Re: Install-info transition, review time

2009-04-14 Thread Norbert Preining
Hi all, On Di, 14 Apr 2009, Raphael Hertzog wrote: > We should file those bugs now with an explanation of the problem. > You should also upload texinfo/i-i now given that it has to go through > NEW. Ok, still a review from someone else would be nice. Before uploading two questions: - Do we nee

Re: Transition from dpkg to GNU install-info

2009-04-14 Thread Nicolas François
Hello Norbert, Sorry, I forgot to report my findings. On Mon, Mar 16, 2009 at 01:36:35PM +0100, Norbert Preining wrote: > On Mo, 16 Mär 2009, Nicolas François wrote: > > > I will try to review update-info-dir next week. > > That would be great, please use the version from svn always, thanks. >

Re: Transition from dpkg to GNU install-info

2009-04-14 Thread Raphael Hertzog
On Tue, 14 Apr 2009, Nicolas François wrote: > > ginstall-info "$i" "$INFODIR/dir" || true > > I would propose to detect errors from ginstall-info, but still continue: > > errors=0 > > ... > > ginstall-info "$i" "$INFODIR/dir" || { > errors=1 > } > >

Re: Transition from dpkg to GNU install-info

2009-04-14 Thread Sven Joachim
On 2009-04-14 16:25 +0200, Nicolas François wrote: > On Mon, Mar 16, 2009 at 01:36:35PM +0100, Norbert Preining wrote: >> On Mo, 16 Mär 2009, Nicolas François wrote: >> >> > I will try to review update-info-dir next week. >> >> That would be great, please use the version from svn always, thanks.

Re: Transition from dpkg to GNU install-info

2009-04-14 Thread Norbert Preining
Hi all, thanks for the remarks On Di, 14 Apr 2009, Nicolas François wrote: > I don't think all info files are named *.info.gz or *.info. Right, good observation > Also, it could be more robust to space issues to run something like: > find "$INFODIR" -type f | while read file; do Ok >