Re: gnopernicus 0.7



Hi everybody,

I found out what was the issue with the 0.7.0 distribution. It was an
EXTRA_DIST missing (this should include the driver-files of brltty) in
the Makefile.am for the braille module. (See the patch attached).

If there is no objection on this topic I will make the commit with the
change and create an 0.7.1 release and put it on ftp.gnome.org.

Best regards,
Adi Dascal
PS: Sorry for the late answer (indeed we were out of the office).

On Wed, 2003-10-01 at 17:31, Mario Lang wrote:
> Cheryl Homiak <chomiak chartermi net> writes:
> 
> > While I am of course pleased about the announcement of gnome-2.4 and its
> > inclusion of gnopernicus and gok and increased accessibility, I am
> > concerned that it is the 0.7 version of gnopernicus being incorporated. If
> > I remember correctly, this was the same version of gnopernicus included in
> > garnome, which does not work with brltty.
> 
> This is true.  I've sent a patch against the 0.7 sources to
> g-a-devel, but I am afraid that I was too late, it seems the
> maintainers were already out-of-office, and did not create
> a fixed release tarball.
I did not see the patch, but this probably because of not being able to
receive mails when I was out of the office. 
Now that I look in the archive I can see it. Thanks!

> IIRC, Peter suggested mentioning BRLTTY support in
> the release notes.  If this went through, we have a potentially
> very user-confusing situation.  Not to forget that BRLTTY
> support is actually mentioned in the Gnopernicus README IIRC.
> 
> > This would mean that a lot of braille users will still be unable to
> > participate without making modifications. Am I correct or mistaken
> > in this understanding of gnopernicus-0.7. If I am correct, are there
> > plans to remedy the problem soon in an official release--I do
> > realize that the cvs of gnopernicus does indeed work with brltty.
> CVS only works because the files are there.  The tarball only fails
> because they are accidentally not included in the DIST process.
> 
> If someone with CVS write access, and the ability to put tarballs
> on ftp.gnome.org had time, I'd project it might be very easy to fix the problem.

> 
> -- 
> CYa,
>   Mario | Debian Developer <URL:http://debian.org/>
>         | Get my public key via finger mlang db debian org
>         | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

? autom4te-2.53.cache
? brl.diff
? gnopernicus-0.7.0.tar.gz
? intltool-extract
? intltool-merge
? intltool-update
? gnopi/gnopi_files/Braille_Monitor_Settings/Makefile
? gnopi/gnopi_files/Braille_Monitor_Settings/Makefile.in
Index: braille/libbrl/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnopernicus/braille/libbrl/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- braille/libbrl/Makefile.am	20 Aug 2003 17:02:42 -0000	1.13
+++ braille/libbrl/Makefile.am	6 Oct 2003 10:23:36 -0000
@@ -43,3 +43,6 @@
 EXTRA_libbrl_la_SOURCES = ttybrl.c 	 \
 			 ttybrl.h
 endif
+
+EXTRA_DIST = ttybrl.c 	 \
+	    ttybrl.h


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]