Bug#469644: python-pysqlite2: unicode bug while processing non-unicode text

2008-03-06 Thread Benjamin Schweizer
authors. Here is sample code that demonstrates this issue: --- >8 --- #!/usr/bin/env python # # Benjamin Schweizer import sqlite3 connection = sqlite3.connect(':memory:') cursor = connection.cursor() cursor.execute('''CREATE TABLE test (t TEXT)''') cu

Bug#340366: clarification needed, patch appeared in fedora upstream

2007-07-19 Thread Benjamin Schweizer
update: This patch is also present in Fedora7. I am not sure if it was proposed by the maintainers or if the Debian patch found it's way therein. Thus, I've opened another bugreport there: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=248878 In the hope for clarification, Benjamin -- htt

Bug#340366: python-newt: the provided patch breaks compatibility with the redhat upstream package

2007-03-06 Thread Benjamin Schweizer
Package: python-newt Version: 0.52.2-9 Followup-For: Bug #340366 Hello there, This patch changes python-newt's behaviour and breaks compatibility with existing code. Please remove it. Changing the interface should be done in the upstream package (at fedora.redhat.com) and not in a Debian copy.

Bug#401073: redhat-cluster-source: does not repackage gnbd-kernel

2006-12-06 Thread Benjamin Schweizer
Hello Andreas, On Wed, Dec 06, 2006 at 01:03:44PM +0100, Andreas Barth wrote: > * Benjamin Schweizer ([EMAIL PROTECTED]) [061130 09:48]: > > Justification: no longer builds from source > > I can rebuild the package with pbuilder - how does it fail for you? Can > you please

Bug#401073: redhat-cluster-source: does not repackage gnbd-kernel

2006-11-30 Thread Benjamin Schweizer
Package: redhat-cluster-source Version: 1.03.00-1 Severity: serious Justification: no longer builds from source The source package redhat-source containt the gnbd.ko kernel module source; however this module source is not repackaged (neither in redhat-cluster-source, nor in a separate package).

Bug#290222: module-init-tools: broken dependency handling

2005-01-12 Thread Benjamin Schweizer
Package: module-init-tools Version: 3.1-rel-2 Severity: normal There seems to be a bug within modprobe where the loading of dependant modules fails. running "modprobe cs4232" in my tp600e fails with the error message "FATAL: Module off not found.". Using insmod instead works pretty fine. A similar