Bug#470255: spe: 0.8.4c available
Package: spe Version: 0.8.2a+repack-1 Severity: wishlist As SPE was being developed for more than a year in subversion, I thought it is time for a release again. This is a major bugfix release. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages spe depends on: ii kiki 0.5.6-3 tool for python regular expression ii python 2.4.4-6 An interactive high-level object-o ii python-central 0.5.15-0.1 register and build utility for Pyt ii python-wxglade 0.6.1-1 GUI designer written in Python wit ii python-wxgtk2.6 2.6.3.2.2-2 wxWidgets Cross-platform C++ GUI t Versions of packages spe recommends: ii python-doc 2.4.4-1 Documentation for the high-level o ii wx2.6-doc2.6.3.2.2-2 wxWidgets Cross-platform C++ GUI t -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Patch to fix the FTBFS with GCC 4.3
Processing commands for [EMAIL PROTECTED]: > tags 462203 + patch Bug#462203: FTBFS with GCC 4.3: missing #includes There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#462203: Patch to fix the FTBFS with GCC 4.3
tags 462203 + patch thanks Please find attached a simple patch to fix the FTBFS with gcc 4.3. HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 --- briquolo-0.5.6.orig/src/MOGL/MOGL_EnsembleObjet.cpp +++ briquolo-0.5.6/src/MOGL/MOGL_EnsembleObjet.cpp @@ -23,7 +23,8 @@ #include "MOGL_Armature.h" #include "MOGL_Peau.h" //#include -#include +#include +#include //#include signature.asc Description: Digital signature
breton jens jashvant dennis
claude laurae haftan hargrove conrad siobahn logan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
tkgate 1.8.7-1 MIGRATED to testing
FYI: The status of the tkgate source package in Debian's testing distribution has changed. Previous version: 1.8.6-2 Current version: 1.8.7-1 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
pyao 0.82-2 MIGRATED to testing
FYI: The status of the pyao source package in Debian's testing distribution has changed. Previous version: 0.82-1.2 Current version: 0.82-2 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#470405: mdb-export: '-S' has no effect
Package: mdbtools Version: 0.5.99.0.6pre1.0.20051109-4 Severity: normal passing the '-S' option to 'mdb-export' did not sanitize the names in the produced CSV header line. In particular spaces were not translated to underscores. The documentation suggests it should. '-S' appears to work correctly with 'mdb-schema' -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mdbtools depends on: ii libc62.7-6 GNU C Library: Shared libraries ii libglib2.0-0 2.14.6-1The GLib library of C routines ii libmdbtools 0.5.99.0.6pre1.0.20051109-4 mdbtools libraries ii libreadline5 5.2-3 GNU readline and history libraries mdbtools recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of karchiver_3.4.2~b4-2_i386.changes
karchiver_3.4.2~b4-2_i386.changes uploaded successfully to localhost along with the files: karchiver_3.4.2~b4-2.dsc karchiver_3.4.2~b4-2.diff.gz karchiver_3.4.2~b4-2_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
karchiver_3.4.2~b4-2_i386.changes ACCEPTED
Accepted: karchiver_3.4.2~b4-2.diff.gz to pool/main/k/karchiver/karchiver_3.4.2~b4-2.diff.gz karchiver_3.4.2~b4-2.dsc to pool/main/k/karchiver/karchiver_3.4.2~b4-2.dsc karchiver_3.4.2~b4-2_i386.deb to pool/main/k/karchiver/karchiver_3.4.2~b4-2_i386.deb Override entries for your package: karchiver_3.4.2~b4-2.dsc - source kde karchiver_3.4.2~b4-2_i386.deb - optional kde Announcing to [EMAIL PROTECTED] Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#470413: mdb-schema: postgres produces invalid sql
Package: mdbtools Version: 0.5.99.0.6pre1.0.20051109-4 Severity: normal mdb-schema produces invalid DDL for postgres unless -S is specified Table-names and column-names must be enclosed in double quotes ( " 0x22 ) where case is significant or spaces or other special characters are used. if MDBs are not case sensitive for names (I'm no Access expert) then the names should probably be lowercased as postgresql is case sensitive when quotes are used (and lowercases when they aren't) Actually it doesn't work even with -S specified if someone uses a name that starts with a digit! Also I note that single character mdb columns are being converted to char(2); Also I note that postgres constraints appear to follow a similar syntax to the oracle ones. Also mdb-tables doesn't seem to support -S (not that it would likely be a useful feature) so here the man page is incorrect. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mdbtools depends on: ii libc62.7-6 GNU C Library: Shared libraries ii libglib2.0-0 2.14.6-1The GLib library of C routines ii libmdbtools 0.5.99.0.6pre1.0.20051109-4 mdbtools libraries ii libreadline5 5.2-3 GNU readline and history libraries mdbtools recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#470414: mdbtools: mdb-export emits "" for null
Package: mdbtools Version: 0.5.99.0.6pre1.0.20051109-4 Severity: normal when producing csv mdb-export emits "" on encountering null date fields. "" is not a valid date. emitting and empty field might be better (ie emit no quotes) -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mdbtools depends on: ii libc62.7-6 GNU C Library: Shared libraries ii libglib2.0-0 2.14.6-1The GLib library of C routines ii libmdbtools 0.5.99.0.6pre1.0.20051109-4 mdbtools libraries ii libreadline5 5.2-3 GNU readline and history libraries mdbtools recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]