Bug#580070: python-central: Also fails on missing description strings

2011-10-09 Thread Daniel Burr
I also encountered the problem reported in #580070. In addition to the work-around for missing architecture suggested by Stanley Pinchak, I also had to add a check for the string missing description like this: --- pycentral.orig 2011-10-09 15:30:42.372850893 +0200 +++ pycentral

Bug#594785: gstreamer0.10-ffmpeg: Needs to be rebuilt when ffmpeg 0.6 lands in unstable

2010-08-29 Thread Daniel Burr
Package: gstreamer0.10-ffmpeg Version: 0.10.10-1 Severity: wishlist The gstreamer0.10-ffmpeg package is configured with the --with-system-ffmpeg option so that it uses external versions of the ffmpeg libraries and headers (libavcodec, libavformat, libavutil, etc). The current version in

Bug#594785: gstreamer0.10-ffmpeg: Needs to be rebuilt when ffmpeg 0.6 lands in unstable

2010-08-29 Thread Daniel Burr
On 30/08/10 02:10, Sebastian Dröge wrote: Yes, you need a newer gstreamer0.10-ffmpeg version, like the one from experimental, to have it working with 0.6. That's known and will be fixed once 0.6 lands in unstable, nothing to worry about... Yes, you are quite right. I thought that I had

Bug#592202: desproxy-socksserver has been broken

2010-08-08 Thread Daniel Burr
Package: desproxy Version: 0.1.0~pre3-3 Severity: important Tags: patch The 20-compile-fixes.patch (originating from #561389) had the unfortunate side-effect of breaking the desproxy-socksserver program. The reason for this is that it changed the type of 'buffer' from unsigned char to char. A

Bug#547247: libgraphicsmagick1-dev not having good-enough versioned dependency on libxml2

2009-09-24 Thread Daniel Burr
I also experienced this problem. The fix was as simple as recompiling the graphicsmagick source package so that it uses libxml 2.6 instead of 2.4: $ apt-get -b source libgraphicsmagick1-dev $ dpkg -i libgraphicsmagick* -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#518444: libsdl-perl: testjoystick.pl example fails to load module

2009-03-05 Thread Daniel Burr
Package: libsdl-perl Version: 1.20.3dfsg-4 Severity: minor Attempting to run the testjoystick example from the test directory fails: $ zcat /usr/share/doc/libsdl-perl/test/testjoystick.pl.gz | perl - 0 There are 1 joysticks attched Joystick 0: USB Vibration Joystick Watching joystick 0: (USB

Bug#479672: manpages-dev: Third argument to getsubopt(3) is documented incorrectly

2008-05-05 Thread Daniel Burr
Package: manpages-dev Version: 2.79-3 Severity: minor In the synopsis the third argument is listed as 'char' whereas it should be 'char**'. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25 (SMP

Bug#444386: glade-3_3.4.0-1.diff.gz

2007-11-12 Thread Daniel Burr
Can any of you guys who have built a 3.4.0 deb possibly make your changes publicly accessible? The only change that I found I had to make to actually build the packages was to was to remove the documentation from debian/libgladeui-1-dev.install but I haven't played with the built executable too

Bug#428779: Not fixed

2007-08-10 Thread Daniel Burr
icedove-traybiff_1.2.2-13etch1_i386.deb does not fix the problem under testing: icedove-traybiff depends on icedove ( 1.5.0.10.dfsg.0); however: Version of icedove on system is 1.5.0.12.dfsg1-0etch1+lenny1. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#394003: Resolved

2006-11-26 Thread Daniel Burr
Please close this bug report since it has been resolved as bug #398335. DB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#394003: [PATCH: icedove-traybiff]

2006-11-14 Thread Daniel Burr
Wouldn't a better way of resolving this bug involve porting thunderbird-traybiff to icedove-traybiff? Attached is a replacement for mozilla-traybiff_1.2.2-7.diff.gz which does exactly that. We will probably need a transition package just like the icedove-gnome-support one in bug #393105.

Bug#374554: Reassign bug to evolution-data-server

2006-06-25 Thread Daniel Burr
Title: Reassign bug to evolution-data-server I am seeing the same problem using evolution 2.6.1-3 and evolution-data-server 1.6.1-3. The error message appears to be coming from /usr/lib/evolution-data-server-1.2/camel-providers-8/libcamellocal.so which corresponds to

Bug#320286: h2xs doesn't recognise enums properly

2005-07-28 Thread Daniel Burr
Package: perl Version: 5.8.7-3 Severity: normal Tags: patch h2xs ignores enums which contain C++ style comments and negative numbers. enum { A = -1, // negative one B = -2 // negative two }; This patch fixes the problem: --- h2xs.orig 2005-07-28 13:32:13.0 +1000 +++