avalon | 1 May 2009 08:14

Re: lenny, yasr, and speech-dispatcher


Cyril Brulebois-4 wrote:
> 
> Uploading to unstable.
> 

Thanks. It installed in lenny flawlessly.
--

-- 
View this message in context: http://www.nabble.com/lenny%2C-yasr%2C-and-speech-dispatcher-tp23068824p23328860.html
Sent from the debian-accessibility mailing list archive at Nabble.com.

Debian Installer | 1 May 2009 21:40
Picon
Favicon

gnome-mousetrap_0.3+svn17-1_amd64.changes ACCEPTED


Accepted:
gnome-mousetrap_0.3+svn17-1.diff.gz
  to pool/main/g/gnome-mousetrap/gnome-mousetrap_0.3+svn17-1.diff.gz
gnome-mousetrap_0.3+svn17-1.dsc
  to pool/main/g/gnome-mousetrap/gnome-mousetrap_0.3+svn17-1.dsc
gnome-mousetrap_0.3+svn17-1_all.deb
  to pool/main/g/gnome-mousetrap/gnome-mousetrap_0.3+svn17-1_all.deb
gnome-mousetrap_0.3+svn17.orig.tar.gz
  to pool/main/g/gnome-mousetrap/gnome-mousetrap_0.3+svn17.orig.tar.gz

Override entries for your package:
gnome-mousetrap_0.3+svn17-1.dsc - optional gnome
gnome-mousetrap_0.3+svn17-1_all.deb - optional gnome

Announcing to debian-devel-changes <at> lists.debian.org
Closing bugs: 513757 

Thank you for your contribution to Debian.

--

-- 
To UNSUBSCRIBE, email to debian-accessibility-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

Frédéric Brière | 1 May 2009 21:47

Re: Adding kernel modules packaging support to CDBS

On Tue, Mar 24, 2009 at 10:44:58PM -0400, Frédéric Brière wrote:
> My goal was to try and make modules packaging as easy as the rest of
> CDBS, instead of the hodge-podge we currently have to deal with.  I'd
> very much like for maintainers to let me know whether I have succeeded
> or not, and what I could do to improve things.

I have now created a cdbs-kernel-module package, which should
(hopefully) make it much easier to try it out.  This also includes some
examples, which should be more palatable than my hideously long original
email.

I'd be indebted to any kernel module package maintainer who could afford
to take a look at it and let me know what they think.  (The idea is to
work out all the kinks before they are set in stone.)  Any question or
comment is more than welcome.

To make it more tantalizing, here's what a simple module debian/rules
might look like:

<http://git.fbriere.net/cdbs-kernel-module.git/?a=blob;f=examples/simple.rules;hb=HEAD>

I think you'll agree that this looks much cleaner than your typical
module debian/rules.

If you're interested, the source and binary packages are available for
download and apt-get:

<http://www.fbriere.net/debian/cdbs-kernel-module/>

The source itself is browsable and clonable:
(Continue reading)

Giovanni Mascellani | 2 May 2009 14:51
Picon
Gravatar

Bug#526642: [gnome-mousetrap] unable to create config dir and files

Package: gnome-mousetrap
Version: 0.3+svn17-1
Severity: normal

--- Please enter the report below this line. ---
I can't run mousetrap, because I have no .mouseTrap directory.
Apparently mousetrap is not able to detect this and create the
configuration. This is what I get:

> $ mousetrap 
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/usr/lib/pymodules/python2.5/mouseTrap/mouseTrap.py", line 47, in <module>
>     from . import mouse
>   File "/usr/lib/pymodules/python2.5/mouseTrap/mouse.py", line 57, in <module>
>     debug.debug( "mousetrap.mouse", "GNOME desktop has been detected" )
>   File "/usr/lib/pymodules/python2.5/mouseTrap/debug.py", line 82, in debug
>     checkModule(module)
>   File "/usr/lib/pymodules/python2.5/mouseTrap/debug.py", line 63, in checkModule
>     file = logging.FileHandler( env.debugFile )
>   File "/usr/lib/python2.5/logging/__init__.py", line 770, in __init__
>     stream = open(filename, mode)
> IOError: [Errno 2] No such file or directory: '/home/giovanni/.mouseTrap/mouseTrap_DEBUG.log'

This gets repeated many times, until I terminate the program with
Ctrl-C. Creating the directory and the files doesn't help:

> $ mkdir .mouseTrap
> $ touch .mouseTrap/mouseTrap_DEBUG.log
> $ mousetrap 
(Continue reading)

Samuel Thibault | 2 May 2009 16:02
Gravatar

Bug#526642: [gnome-mousetrap] unable to create config dir and files

Hello,

Could you try to remove your .mouseTrap/ directory again, replace your
/usr/lib/pymodules/python2.5/mouseTrap/mouseTrap.py
with the one attached to this mail, and try again?

Thanks,
Samuel
# -*- coding: utf-8 -*-

# mouseTrap
#
# Copyright 2008 Flavio Percoco Premoli
#
# This file is part of mouseTrap.
#
# mouseTrap is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# mouseTrap is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with mouseTrap.  If not, see <http://www.gnu.org/licenses/>.
(Continue reading)

Debian Bug Tracking System | 2 May 2009 16:24
Picon

Processed: bug 526642 is forwarded to mousetrap-list <at> gnome.org, tagging 526642

Processing commands for control <at> bugs.debian.org:

> forwarded 526642 mousetrap-list <at> gnome.org
Bug#526642: [gnome-mousetrap] unable to create config dir and files
Noted your statement that Bug has been forwarded to mousetrap-list <at> gnome.org.

> tags 526642 + upstream pending
Bug#526642: [gnome-mousetrap] unable to create config dir and files
There were no tags set.
Tags added: upstream, pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

Giovanni Mascellani | 2 May 2009 17:20
Picon
Gravatar

Bug#526642: [gnome-mousetrap] unable to create config dir and files

Samuel Thibault ha scritto:
> Hello,
> 
> Could you try to remove your .mouseTrap/ directory again, replace your
> /usr/lib/pymodules/python2.5/mouseTrap/mouseTrap.py
> with the one attached to this mail, and try again?

/usr/lib/pymodules/python2.5/mouseTrap/mouseTrap.py is a symlink, so
I've tried putting the file you gave me in the location pointed by the
link. The result is not very nice:

> $ mousetrap 
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "mouseTrap.py", line 34, in <module>
>     from . import debug
> ValueError: Attempted relative import in non-package

The exceptions gets casted lots of time, which I am not reporting
completely (the text is always the same). I've also tried to rename the
mouseTrap.pyc, being unsure whether it required recompilation, but the
result is the same.

I remain available for further testing, if needed. :-)

Thanks, Giovanni.
--

-- 
Giovanni Mascellani <g.mascellani <at> gmail.com>
Pisa, Italy

(Continue reading)

Samuel Thibault | 2 May 2009 17:47
Gravatar

Bug#526642: [gnome-mousetrap] unable to create config dir and files

Giovanni Mascellani, le Sat 02 May 2009 17:20:02 +0200, a écrit :
> /usr/lib/pymodules/python2.5/mouseTrap/mouseTrap.py is a symlink, so
> I've tried putting the file you gave me in the location pointed by the
> link. The result is not very nice:
> 
> > $ mousetrap 
> > ValueError: Attempted relative import in non-package

Ok, let's not try to debug it by hand :)
Could you try the package URLed below instead?

http://brl.thefreecat.org/gnome-mousetrap_0.3+svn17-2~0_all.deb

Samuel

Giovanni Mascellani | 2 May 2009 18:09
Picon
Gravatar

Bug#526642: [gnome-mousetrap] unable to create config dir and files

Samuel Thibault ha scritto:
> Giovanni Mascellani, le Sat 02 May 2009 17:20:02 +0200, a écrit :
>> /usr/lib/pymodules/python2.5/mouseTrap/mouseTrap.py is a symlink, so
>> I've tried putting the file you gave me in the location pointed by the
>> link. The result is not very nice:
>>
>>> $ mousetrap 
>>> ValueError: Attempted relative import in non-package
> 
> Ok, let's not try to debug it by hand :)
> Could you try the package URLed below instead?
> 
> http://brl.thefreecat.org/gnome-mousetrap_0.3+svn17-2~0_all.deb

I tried it. At first it didn't work, triggering the same problem as
before. But then I discovered that the bash wrapper was using the copy
of mouseTrap.py present in my home, rather than that installed in
/usr/blah blah. I don't know, but maybe this could have faked my
previous result with the script you attached me.

Anyway, now the program runs.

Thank you, Giovanni.
--

-- 
Giovanni Mascellani <g.mascellani <at> gmail.com>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascellani <at> jabber.org / giovanni <at> elabor.homelinux.org
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)
(Continue reading)

Archive Administrator | 2 May 2009 18:22
Picon
Favicon

Processing of gnome-mousetrap_0.3+svn17-2_amd64.changes

gnome-mousetrap_0.3+svn17-2_amd64.changes uploaded successfully to localhost
along with the files:
  gnome-mousetrap_0.3+svn17-2.dsc
  gnome-mousetrap_0.3+svn17-2.diff.gz
  gnome-mousetrap_0.3+svn17-2_all.deb

Greetings,

	Your Debian queue daemon


Gmane