Bug#918716: python3: weakref spewing exceptions during interp finalization

2019-03-19 Thread Étienne Loks
n the Python bug tracker : https://bugs.python.org/issue29519 This issue also affects python applications not packaged in Debian. Thanks in advance! -- Étienne Loks

Bug#841181: debootstrap: Debootstrap fails to create new Ubuntu environment (Xenial, Yakety)

2016-10-19 Thread Étienne Loks
this bug in a hurry. -- Étienne Loks

Bug#657611: Possible fix for egg-info

2013-03-06 Thread Étienne Loks
+1129,10 @@ fd.write('3.0 (quilt)\n') fd.close() +fd = open( os.path.join(debian_dir,'source','options'), mode='w') +fd.write('extend-diff-ignore=\.egg-info') +fd.close() + if debian_dir_only: return -- Étienne Loks -- To UNSUBSCRIBE, email to debian-bugs-dist

Bug#699579: ITP: python-django-chimere -- collaborative and thematic maps application for Django

2013-02-01 Thread Étienne Loks
Package: wnpp Severity: wishlist Owner: Étienne Loks etienne.l...@peacefrogs.net * Package name: python-django-chimere Version : 2.0.0 Upstream Author : Étienne Loks etienne.l...@peacefrogs.net * URL : http://pypi.python.org/pypi/chimere * License : GPL

Bug#555803: mysql-server install does not contain root mysql user

2011-08-25 Thread Étienne Loks
Package: mysql-server Version: 5.1.49-3 Severity: normal I have the same issue. First permissions were first badly set for /tmp. But after fix of the permissions, purge and reinstall the package, the root mysql user is not created. lysithea:/# ls -l total 84 drwxr-xr-x 2 root root 4096 30

Bug#634880: Patch using debdiff

2011-07-21 Thread Étienne Loks
Here a patch generated using debdiff. I'm pretty new to Debian debug. Hope this is more usefull. -- Étienne Loks diff -u gajim-0.13.4/debian/changelog gajim-0.13.4/debian/changelog --- gajim-0.13.4/debian/changelog +++ gajim-0.13.4/debian/changelog @@ -1,3 +1,10 @@ +gajim (0.13.4-3.1) unstable

Bug#634880: gajim: CPU high load on first connection

2011-07-20 Thread Étienne Loks
Package: gajim Version: 0.13.4-3 Severity: normal Tags: patch When trying first to connect to some servers, Gajim takes 100% of a CPU. Deconnecting and reconnecting fixes the problem. -- System Information: Debian Release: 6.0.2 APT prefers stable APT policy: (979, 'stable'), (100,

Bug#634880: Patch

2011-07-20 Thread Étienne Loks
Patch for squeeze. It's only a backport of : http://trac.gajim.org/changeset/ba5c2eb1f1e7 -- Étienne Loks --- src/common/xmpp/idlequeue.py.origin 2011-07-20 16:31:21.891622194 +0200 +++ src/common/xmpp/idlequeue.py 2011-07-20 16:32:59.747657971 +0200 @@ -362,20 +362,21 @@ self.unplug_idle(fd

Bug#579723: hamster-applet: Crashes at start-up

2010-07-21 Thread Étienne Loks
As the colordepth is not used in these Pixmap objects. The author is going to simply set it to 1. For the current version. -- Étienne Loks --- facttree.py.origin 2010-07-20 17:23:41.161856511 +0200 +++ facttree.py 2010-07-20 17:22:39.490354401 +0200 @@ -89,7 +101,7 @@ self.box

Bug#579723: hamster-applet: Crashes at start-up

2010-07-20 Thread Étienne Loks
The error is for screen with colordepth different of 24 bits. A patch is attached to correct this. The patch has been also submited upstream. -- Étienne Loks --- facttree.py.origin 2010-07-20 11:31:32.633604826 +0200 +++ facttree.py 2010-07-20 11:30:32.989652290 +0200 @@ -45,6 +45,16

Bug#579723: hamster-applet: Crashes at start-up

2010-07-20 Thread Étienne Loks
The previous patch is OK for the git version. In the current debian version, the Pixmap constructor is appealed twice with the bad colordepth. New patch for the debian version. -- Étienne Loks --- facttree.py.origin 2010-07-20 17:23:41.161856511 +0200 +++ facttree.py 2010-07-20 17:22