Bug#331079: Great... but why block on hs-plugins?

2005-12-28 Thread Jérémy Bobbio
On Wednesday 28 December 2005 13:28, John Goerzen wrote: > It'll be great to have hs-curses packaged in Debian, but why would it > have to depend on hs-plugins? hs-curses does not depends on hs-plugins, but riot does. > Since hs-plugins is not very portable -- either to different Debian > platfor

Bug#328209: [PATCH] Fix syscall number detection

2005-10-26 Thread Jérémy Bobbio
tags 328209 + patch found 328209 0.30.208-3 thanks Hi! The current way of detecting the syscall number is broken for any build done without a patched kernel. This doesn't show up on i386 as the configure script use it as by default. Attached is a patched which modifies the configure.ac (and r

Bug#338959: papercut: NNTPS does not work

2005-11-24 Thread Jérémy Bobbio
tags 338959 + pending thanks On Monday 14 November 2005 04:01, Jonas Smedegaard wrote: > Config file mentions simply changing the port number for NNTPS. > > This does not work. It seems from the code that SSL-encapsulation is > not supported at all (so an SSL-wrapper is required). It might be pos

Bug#338958: papercut: auth_backend does not work

2005-11-24 Thread Jérémy Bobbio
tags 338958 + pending thanks On Monday 14 November 2005 03:58, Jonas Smedegaard wrote: > Enabling auth_backend causes papercut to fail startup. > > The attached patch fixes this. Patch applied. It will be included in the next papercut upload. Thanks, -- Jérémy pgp0DqQzYF5eF.pgp Description:

Bug#338962: papercut: Posting message using phpbb_mysql backend fails

2005-11-24 Thread Jérémy Bobbio
tags 338962 + pending thanks On Monday 14 November 2005 04:06, Jonas Smedegaard wrote: > I am testing papbercut with the phpbb_mysql backend. > > reading messages works. Authentication (when patch in separately > filed bugreport is applied) works. But sending messages - either > creating a new mes

Bug#293698: [PATCH] pearpc-builddeps.diff

2005-02-05 Thread Jérémy Bobbio
tags 293698 +patch thanks Hi, Attached is a patch fixing this. Cheers, Jérémy. diff -urN pearpc-0.3.1.orig/debian/control pearpc-0.3.1/debian/control --- pearpc-0.3.1.orig/debian/control 2005-02-05 15:34:09.303447000 +0100 +++ pearpc-0.3.1/debian/control 2005-02-05 15:35:59.934628976 +0100 @@ -2

Bug#235941: [PATCH] Papercut 0.9.13 improvements

2005-10-18 Thread Jérémy Bobbio
Hi! While making a Debian package for Papercut, I made a few changes in Papercut that you may be interested in. Attached is a patch that does the following: * Remove she-bang from module source files Theses Python files are not meant to be run alone, adding she-bangs makes lintian ba

Bug#334812: dh-make: dh_python should happen before dh_installinit in single or multi templates

2005-10-19 Thread Jérémy Bobbio
Package: dh-make Version: 0.40 Severity: wishlist In rules template for single or multi packages, dh_installinit is written before dh_python. This is a problem when packaging daemon written in Python, as the generated postinst script starts the program before bytecode compilation, causing strang

Bug#331079: ITP: hscurses -- Haskell binding to the ncurses library

2005-10-01 Thread Jérémy Bobbio
Package: wnpp Severity: wishlist Owner: Jérémy Bobbio <[EMAIL PROTECTED]> * Package name: hscurses Version : 0.ds-20050830 Upstream Author : Stefan Wehr <[EMAIL PROTECTED]> * URL : http://www.stefanheimann.net/haskell/ * License : GPL

Bug#323975: [PATCH] Missing dependency to ttf-dejavu for librrd2

2005-09-09 Thread Jérémy Bobbio
reassign 326653 rrdtool 1.2.11-0.1 reassign 324497 rrdtool 1.2.11-0.1 merge 326653 323975 324497 tags 323975 + patch thanks The attached patch fixes this issue. Here's the details: * DejaVuSansMono-Roman.ttf was already in the Debian package "ttf-dejavu" * /usr/share/rrdtools only contain

Bug#318564: [PATCH] Remove useless declarations

2005-09-09 Thread Jérémy Bobbio
tag 318564 + patch thanks Attached is a patch removing two useless declaration in ldso.h (functions defined static and not used elsewhere). It also adds a static definitons of __malloc_trim in free.c. Both changes allow the package to build on i386. Regards, -- Jérémy diff -ur uclibc-0.9.27/l

Bug#323413: Kernel version producing libdevmapper 1.01.04 bug?

2005-09-10 Thread Jérémy Bobbio
Hi, I can't reproduce bug #323413 here with linux 2.6.12 and 2.6.13. What kernel version are you using? Regards, -- Jérémy pgpPB9NcG05M4.pgp Description: PGP signature

Bug#333718: ITP: riot -- information organisation tool

2005-10-13 Thread Jérémy Bobbio
Package: wnpp Severity: wishlist Owner: Jérémy Bobbio <[EMAIL PROTECTED]> * Package name: riot Version : 0.1ds-20050822 Upstream Author : Tuomo Valkonen <[EMAIL PROTECTED]> * URL : http://modeemi.fi/~tuomov/riot/ * License : GPL Description :

Bug#235941: Packaging papercut

2005-10-16 Thread Jérémy Bobbio
reopen 235941 retitle 235941 ITP: papercut -- simple and extensible NNTP server owner 235941 ! thanks bts Let's package papercut... inn is such a mess to serve only simple, local only, newsgroups. Regards, -- Jérémy pgpPHLRluv6Mc.pgp Description: PGP signature

Bug#329456: Please provide msmtpqueue scripts

2005-09-21 Thread Jérémy Bobbio
Package: msmtp Version: 1.4.0-1 Severity: wishlist Quoting from http://msmtp.sourceforge.net/ msmtpqueue is a pair of very simple shell scripts that allows you to "queue" mails and send them all at a later time (useful for dialup connections: write your mails offline and send them when you

Bug#326134: debconf: error on debian-devel manpage in the "config file" example script

2005-09-01 Thread Jérémy Bobbio
Package: debconf Version: 1.4.30.13 Severity: minor Tags: patch The "Config file handling" example config script contains an error: if [ -e $CONFIGFILE ]; then . $CONFIGFILE || true # Store values from config file into # debconf db. db_set

Bug#326134: debconf: error on debian-devel manpage in the "config file" example script

2005-09-02 Thread Jérémy Bobbio
On Friday 02 September 2005 06:36, Christian Perrier wrote: > > The "Config file handling" example config script contains an error: > > > > if [ -e $CONFIGFILE ]; then > > . $CONFIGFILE || true > > > > # Store values from config file into > > # debconf db

Bug#394311: libgl1-mesa-dri: i965_dri.so miscompiled with current gcc

2006-12-25 Thread Jérémy Bobbio
found 6.5.1-0.4 tags 394311 + patch confirmed thanks I confirm that this bug still exists in mesa 6.5.1-0.4, and that the proposed patch actually fixes it. Could be good to have it in etch, IMHO. Regards, -- Jérémy signature.asc Description: Digital signature

Bug#404078: "/etc/init.d/xend" wrongly shows /etc/init.d/xen-utils

2006-12-21 Thread Jérémy Bobbio
Package: xen-utils-common Version: 3.0.3-0-2 Severity: minor Here's an excerpt from /etc/init.d/xend: *) N=/etc/init.d/xen-utils echo "Usage: $N {start|stop|restart|force-reload}" >&2 exit 1 ;; This will obviously display a wrong path when the script is calle

Bug#397555: zope-formulator: Should depend zope2.9 | zope2.8

2006-11-08 Thread Jérémy Bobbio
On Wed, Nov 08, 2006 at 08:31:12AM +0100, Andreas Tille wrote: > while I tried to clean my system from python2.3 I found out > that zope-formulator (which I need) is the show stopper because > zope2.9 is missing in the dependency list (while zope2.6 and > zope2.7 are listed but not available any mo

Bug#397694: [PATCH] Add pkg-config to Build-Depends

2006-11-11 Thread Jérémy Bobbio
package lincity-ng tags 397694 + patch thanks Hi! Attached is a patch that simply adds pkg-config to Build-Depends. This allow lincity-ng to build in my pbuilder. Regards, -- Jérémy diff -urN lincity-ng-1.0.3.old/debian/control lincity-ng-1.0.3/debian/control --- lincity-ng-1.0.3.old/debian/co

Bug#406212: Please allow use of LVM for swap and loopback image for filesystem

2007-01-09 Thread Jérémy Bobbio
Package: xen-tools Version: 3.1-1 Severity: wishlist Hi! Thanks for xen-tools, they are wonderful and very efficient utilities. It would be great if xen-create-image would allow the creation of Xen images using both LVM and loopback image. In my case, LVM would be used to store the swap and the

Bug#399957: zope-cmfforum: Breaks "my folder" and probably other things

2006-11-28 Thread Jérémy Bobbio
On Thu, Nov 23, 2006 at 02:33:43AM +, Antony Gelberg wrote: > Package: zope-cmfforum > Severity: grave > Justification: renders package unusable > [...] > Either way, please don't release this in Etch. It seems to be really > old-hat and things have moved on. I would suggest to ask ftpmasters

Bug#396521: liblockdev1: postinst script prompt is not using debconf

2006-11-01 Thread Jérémy Bobbio
Package: liblockdev1 Version: 1.0.3-1 Severity: important Justification: 3.9.1 Prompting in maintainer scripts Hi! The postinst script for liblockdev1 prompts the user without using debconf which is now deprecated. Regards, -- Jérémy signature.asc Description: Digital signature

Bug#366384: [PATCH] Fix postinst script on new install

2006-11-01 Thread Jérémy Bobbio
tags 366384 + patch thanks Hi! Attached is a patch fixing the postinst script for new installation of liblockdev1. Regards, -- Jérémy diff -Naur lockdev-1.0.3.old/debian/liblockdev1.postinst lockdev-1.0.3/debian/liblockdev1.postinst --- lockdev-1.0.3.old/debian/liblockdev1.postinst 2006-

Bug#399213: zope-quotafolder is missing a depend on zope2.9

2006-11-18 Thread Jérémy Bobbio
Package: zope-quotafolder Version: 0.1.1-2 Severity: grave Justification: renders package unusable zope-quotafolder depends on "zope2.8 | zope2.7 | zope (>= 2.6.2)". zope2.8 have been removed from unstable. Its removal from testing is currently blocked by zope-quotafolder as it would make it uni

Bug#399221: 915resolution: Please add support for 946GZ, 965G and 965Q chipsets

2006-11-18 Thread Jérémy Bobbio
Package: 915resolution Version: 0.5.2-6 Severity: wishlist Tags: patch Attached is a patch adding support for the new Intel chipsets to 915resolution, namely 946GZ, 965G and 965Q. I only tested this patch with a 965G, but it works for me (tm). Looking at the code in the last xorg-video-i810, the

Bug#294787: Bug reproductible

2005-02-12 Thread Jérémy Bobbio
Hi, I did reproduce the bug on my PowerBook, running Debian unstable. Trying to plot any functions from the "Now Plot from Fuction" menu generates loads of "ERROR : parse error" on the console. The program does not hang though, and the drawn functions seems correct to me. Cheers, Jérémy. pg

Bug#415564: zope2.7 is affected as well

2007-03-28 Thread Jérémy Bobbio
clone 415564 -1 reassign -1 zope2.7 thanks zope2.7 in stable is affected as well as visible in the attached results from the unit tests shipped with the hotfix. A backport of the hotfix is thus needed to get a security update for stable. Cheers, -- Jérémy Bobbio

Bug#415826: dangling /usr/share/doc/zope2.9/README.Debian.gz

2007-03-28 Thread Jérémy Bobbio
it has been uploaded to Debian nevertheless... zope-common=0.5.32 is correct but I'll keep the bug open because 0.5.31 is still currently present in etch. Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]

Bug#413306: zope2.9: DateTime messed up again

2007-03-28 Thread Jérémy Bobbio
Hi Bernd! Could you please try with zope2.9 versian 2.9.7-1 which has entered unstable today? The changelog mentions fixes related to DateTime, so I'm wondering is they are enough to fix your problems. Cheers, -- Jérémy Bobbio.''`. [

Bug#417245: Bashism in share/extensions/ps2pdf.sh

2007-04-01 Thread Jérémy Bobbio
rograms pn libwmf-bin (no description available) pn perlmagick (no description available) ii pstoedit3.44-1 PostScript and PDF files to editab -- no debconf information -- Jérémy Bobbio.''

Bug#418697: Please build against WxWidgets 2.6

2007-04-11 Thread Jérémy Bobbio
. Unfortunately, I lack the proper hardware to test if the resulting package runs correctly. You'll find a very simple patch attached which only changes the Build-Depends in order to build against libwxgtk2.6 instead of libwxgtk2.4. Cheers, -- Jérémy Bobbio.'&

Bug#418709: Please build against wxWidgets 2.6

2007-04-11 Thread Jérémy Bobbio
correctly. It was just a matter of changing the Build-Depends to libwxgtk2.6-dev instead of libwxgtk2.4-dev (and removing the useless wx2.4-headers). Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install

Bug#418713: Please build against wxWidgets 2.6

2007-04-11 Thread Jérémy Bobbio
package seems to run correctly. The attached patch is just a simple change to the Build-Depends. Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install

Bug#420480: FTBFS due to TeX Live migration

2007-04-22 Thread Jérémy Bobbio
/rebuild.sid.i386.20070416/musixtex_1:0.112.2-2_sid32.buildlog [2] http://lists.debian.org/debian-devel-announce/2007/04/msg6.html Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install

Bug#420479: FTBFS: dvips: ! Couldn't find header file times.ttf.

2007-04-22 Thread Jérémy Bobbio
TeX Live [2]. [1] http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/haskell98-report_20030706-3_sid32.buildlog [2] http://lists.debian.org/debian-devel-announce/2007/04/msg6.html Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]

Bug#420478: FTBFS: Unbound type constructor Nethttpd_types.http_service

2007-04-22 Thread Jérémy Bobbio
.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/approx_2.8.0_sid32.buildlog [2] http://packages.debian.org/changelogs/pool/main/o/ocamlnet/current/changelog#versionversion2.2.3-1 Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : #

Bug#420591: FTBFS: ! LaTeX Error: File `comment.sty' not found.

2007-04-23 Thread Jérémy Bobbio
 http://pkg-tetex.alioth.debian.org/mapping-texlive.html Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature

Bug#420608: FTBFS: main.c:442: error: 'CLK_TCK' undeclared (first use in this function)

2007-04-23 Thread Jérémy Bobbio
e.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/euler_1.61.0-1_sid32.buildlog Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature

Bug#420612: FTBFS due to TeX Live transition

2007-04-23 Thread Jérémy Bobbio
strategies to help the process. [1] http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/mysql-dfsg-5.0_5.0.38-1_sid32.buildlog [2] http://lists.debian.org/debian-devel-announce/2007/04/msg6.html [3] http://pkg-tetex.alioth.debian.org/mapping-texlive.html Cheers, -- Jérémy

Bug#420614: FTBFS: ! LaTeX Error: File `vpage.sty' not found.

2007-04-23 Thread Jérémy Bobbio
een written with tips and strategies to help the process. [1] http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/noweb_2.11b-2_sid32.buildlog [2] http://lists.debian.org/debian-devel-announce/2007/04/msg6.html [3] http://pkg-tetex.alioth.debian.org/mapping-texlive.html Cheers,

Bug#420640: FTBFS due to TeX Live migration

2007-04-23 Thread Jérémy Bobbio
hints and strategies to solve this issue. [1] http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/acl2_3.1-1_sid32.buildlog [2] http://lists.debian.org/debian-devel-announce/2007/04/msg6.html [3] http://pkg-tetex.alioth.debian.org/mapping-texlive.html Cheers, -- Jérémy Bobbio

Bug#416774: asterisk 1.4 is now in sid

2007-04-23 Thread Jérémy Bobbio
-chan-capi_1.0.0-1_sid32.buildlog Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature

Bug#420641: FTBFS: chan_oh323.c:50:22: error: asterisk.h: No such file or directory

2007-04-23 Thread Jérémy Bobbio
chan_oh323.c:5460: warning: function declaration isn't a prototype make[2]: *** [chan_oh323.o] Error 1 --- >8 --- [1] http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/asterisk-oh323_0.7.3-2.1_sid32.buildlog Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature

Bug#420723: FTBFS: main.c:442: error: 'GNOMELOCALEDIR' undeclared (first use in this function)

2007-04-24 Thread Jérémy Bobbio
t appears in.) main.c:408: warning: unused variable 'button' main.c:404: warning: unused variable 'pixfilename' make[3]: *** [main.o] Error 1 --- 8> --- [1] http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/camorama_0.17-5_sid3

Bug#386485: mzscheme: tex2page unusable (wrong path in compiled/tex2page.zo)

2006-09-07 Thread Jérémy Bobbio
Package: mzscheme Severity: important Version: 352-4 tex2page in the current mzscheme is unusable: $ tex2page whatever default-load-handler: cannot open input file: "/usr/src/debian/work/build-area/drscheme-352/debian/drscheme/usr/lib/plt/collects/tex2page/tex2page-aux.ss" (No such file

Bug#384356: The bug lies in mzscheme package

2006-09-07 Thread Jérémy Bobbio
block 384356 by 386485 thanks hs-plugins FTBFS is caused by a bug in tex2page (part of the mzscheme package). Bug #386485 has been filed describing the problem. Regards, -- Jérémy signature.asc Description: Digital signature

Bug#389458: [PATCH] Do not remove user on purge

2006-09-29 Thread Jérémy Bobbio
tags 389458 + patch thanks Hi! The attached patch simple remove user deletion on purge. The recommended procedure is to leave user entries on the system, even on purge. [1,2] This will also fix this bug. :) [1] http://lists.debian.org/debian-mentors/2005/03/msg00451.html [2] http://lists.debia

Bug#390009: [PATCH] Fix FTBFS on amd64

2006-09-29 Thread Jérémy Bobbio
Hi! The attached patch fix the FTBFS issue on amd64. It's a simple one-liner. I am not tagging the bug, because the other issue remains (and look a lot like #336746, btw). Regards, -- Jérémy diff -urN linphone-1.4.1.old/mediastreamer2/src/ice.c linphone-1.4.1/mediastreamer2/src/ice.c --- linp

Bug#384356: Patch implementing solution a)

2006-09-30 Thread Jérémy Bobbio
available on all architectures supported by +Debian. + + -- Jérémy Bobbio <[EMAIL PROTECTED]> Sat, 30 Sep 2006 13:27:10 +0200 diff -Nru /tmp/atDSnaZDeq/hs-plugins-0.9.10/debian/changelog /tmp/begwch5iPs/hs-plugins-0.9.10/debian/changelog --- /tmp/atDSnaZDeq/hs-plugins-0.9.10/debian/cha

Bug#391071: partman-auto-crypto: No confirmation before hard-drive wiping

2006-10-04 Thread Jérémy Bobbio
Package: partman-auto-crypto Severity: critical Justification: causes serious data loss Hi! I have tried to use partman-auto-crypto by selecting "Automatically set up encrypted LVM" in the partman menu. I initially thought that it was going to use the free space which was available on the hard-d

Bug#391391: python-pymetar: Module does not get registred

2006-10-06 Thread Jérémy Bobbio
2006-10-06 13:23:38.0 +0200 @@ -1,3 +1,12 @@ +python-pymetar (0.12-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix position of dh_pysupport call in debian/rules. + * Add versioned Build-Depends on python-support. + * Build-Depends on python-dev instead of python-all-dev.

Bug#390902: [PATCH] Proposed fix for #390902

2006-10-07 Thread Jérémy Bobbio
package electricsheep tags 390902 + patch thanks Hi! Attached is a patch which tells mpeg2dec_onroot to skip ARGB visuals when trying to find the best visual. This will fix this issue. The fix should be also sent to the mpeg2dec package. Regards, -- Jérémy diff -urN electricsheep-2.6.8.old/mp

Bug#390001: 32 bits used to emit Java code?

2006-10-07 Thread Jérémy Bobbio
Hi! I have tried to look at this bug today. It's a bit over my head, but using the "-jvmas" flag, I was able to see that the Java code emited by bigloo seems to only output 32 bits numbers. Here's the relevant part of "number.jas": [...] (invokestatic llong_to_bllong) (putstatic f_m

Bug#388116: Patch in #383034 is not helpful

2006-10-07 Thread Jérémy Bobbio
Hi! I can reproduce this bug. I also tried to build pan against a libcairo2 with the patch presented in #383034 and it still crash. The backtrace is totally unhelpfull, though. :( --- 8< --- Starting program: /usr/bin/pan [Thread debugging using libthread_db enabled] [New Thread 805442272 (LW

Bug#389522: Unreproducible on amd64

2006-10-07 Thread Jérémy Bobbio
Hi! I can't reproduce this FTBFS on amd64. Is this bug specific to s390? Regards, -- Jérémy signature.asc Description: Digital signature

Bug#390122: pdl FTBFS - use of GLvoid has a return type in GL/gl.h

2006-10-07 Thread Jérémy Bobbio
Hi! Here's what I have found while trying to fix pdl FTFBS: * The line with "GLvoid T_VOID" in Graphics/TriD/OpenGL/typemap is buggy. xsubpp does not know the T_VOID typekind. * It was never triggered before the GL/gl.h header included in Mesa 6.5.1 (relevant lines added in revision 1.1

Bug#391792: bittornado-gui: Suggests python-wxgtk2.4 while depending on python-wxgtk2.6

2006-10-08 Thread Jérémy Bobbio
Package: bittornado-gui Version: 0.3.15-2 Severity: minor Hi! bittornado-gui depends on python-wxgtk2.6 but still have python-wxgtk2.4 as a Suggests. This does not make much sense, and python-wxgtk2.4 should probably be removed. :) -- System Information: Debian Release: testing/unstable APT p

Bug#391808: FTBFS: cp: cannot stat `debian/tmp//usr/lib/python2.3/site-packages/Pyro': No such file or directory

2006-10-08 Thread Jérémy Bobbio
Package: pyro Version: 3.5-1.1 Severity: serious pyro does not build from source on my pbuilder, see attached log. *.install files explicetely reference files in "/usr/lib/python2.3" which are not created anymore with Python 2.4 as the default. Regards, -- Jérémy dpkg-buildpackage: source packa

Bug#388116: Patch in #383034 is not helpful

2006-10-08 Thread Jérémy Bobbio
On Sun, Oct 08, 2006 at 11:29:28AM -0700, Dave Beckett wrote: > I've uploaded an experimental cairo 1.2.4-3 with this fix. Maybe you > can try it out and see if this fixes it. > > Since you are on powerpc you might have to compile it yourself from > sources since experimental packages are not gen

Bug#391792: [PATCH] Fix GUIs to work with python-wxgtk2.6

2006-10-08 Thread Jérémy Bobbio
tags 391792 + patch thanks On Sun, Oct 08, 2006 at 01:39:42PM -0700, Cameron Dale wrote: > As noted in the NEWS.Debian file: > > The btcompletedirgui and btmaketorrentgui programs have been patched as > they were not working with python-wxgtk2.6. They do, however, work with > python-wxgtk2.4,

Bug#330955: [PATCH] Fix unicode issue when making torrents

2006-10-08 Thread Jérémy Bobbio
Hi! The attached patch (a simple one-liner) fix unicode issues when trying to make torrents. Regards, -- Jérémy #! /bin/sh /usr/share/dpatch/dpatch-run ## 14_fix_unicode_in_makemetafile.py.dpatch by Jérémy Bobbio <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a des

Bug#391863: ipcheck: Should use Build-Depends for debhelper instead of Build-Depends-Indep

2006-10-08 Thread Jérémy Bobbio
Package: ipcheck Version: 0.233 Severity: minor Hi! ipcheck uses debhelper for the "clean" target of debian/rules, therefore debhelper should be listed in Build-Depends instead of Build-Depends-Indep per policy 7.6: The dependencies and conflicts they define must be satisfied (as defined

Bug#391792: [PATCH] Fix GUIs to work with python-wxgtk2.6

2006-10-08 Thread Jérémy Bobbio
On Mon, Oct 09, 2006 at 12:34:36AM +0200, Jérémy Bobbio wrote: > Attached is a patch that will make btcompletedirgui and btmaketorrentgui > working with python-wxgtk2.6. It can replace the current > 12_make_guis_use_2.4 patch. *ahem* Here it is. Regards, -- Jérémy #! /bin/sh /usr/sha

Bug#391865: poker-engine: Packages missing in Build-Depends

2006-10-08 Thread Jérémy Bobbio
Package: poker-engine Version: 1.0.19 Severity: minor Hi! poker-engine runs its configure script during the "clean" target of debian/rules. To suceed, it needs python-pypoker-eval, python-libxml2 and python-libxslt1 installed (per policy 7.6). Either these package should be moved from Build-Dep

Bug#391866: albatross: FTBFS on amd64: Got: hash('spam') is -1840390907728881881

2006-10-08 Thread Jérémy Bobbio
Package: albatross Version: 1.35-1 Severity: serious Justification: FTBFS albatross does not build on my amd64 pbuilder: cd ../doc && make PYTHON="python" test make[2]: Entering directory `/tmp/buildd/albatross-1.35/doc' PYTHONPATH=.. python test_examples.py ..

Bug#391942: FTBFS: You need GNUe-Common 0.5.2 or newer installed to install GNUe-Forms

2006-10-09 Thread Jérémy Bobbio
Package: gnue-forms Version: 0.5.13-1 Severity: serious Justification: Fail To Build From Source Hi! gnue-forms now fails to build from source: cd . && python setup.py build \ --build-base="/tmp/buildd/gnue-forms-0.5.13/./build" You need GNUe-Common 0.5.2 or newer installed to install GN

Bug#391947: FTBFS: You need GNUe-Common 0.5.2 or newer installed to install GNUe-Navigator

2006-10-09 Thread Jérémy Bobbio
Package: gnue-navigator Version: 0.0.9-1 Severity: serious Justification: Fail To Build From Source Hi! gnue-navigator now fails to build from source: cd . && python setup.py build \ --build-base="/tmp/buildd/gnue-navigator-0.0.9/./build" You need GNUe-Common 0.5.2 or newer installed to

Bug#391937: FTBFS: You need GNUe-Common 0.5.2 or newer installed to install GNUe-AppServer

2006-10-09 Thread Jérémy Bobbio
Package: gnue-appserver Version: 0.4.3-1 Severity: serious Justification: Fail To Build From Source Hi! gnue-appserver does not build from source anymore: cd . && python setup.py build --build-base="/tmp/buildd/gnue-appserver-0.4.3/./build" You need GNUe-Common 0.5.2 or newer installed to

Bug#391950: FTBFS: You need GNUe-Common 0.5.2 or newer installed to install GNUe-Reports

2006-10-09 Thread Jérémy Bobbio
Package: gnue-reports Version: 0.1.8-1 Severity: serious Justification: Fail To Build From Source gnue-reports now fail to build from source: cd . && python setup.py build \ --build-base="/tmp/buildd/gnue-reports-0.1.8/./build" You need GNUe-Common 0.5.2 or newer installed to install GNUe

Bug#391941: FTBFS: You need GNUe-Common 0.5.2 or newer installed to install GNUe-Designer

2006-10-09 Thread Jérémy Bobbio
Package: gnue-designer Version: 0.5.7-1 Severity: serious Justification: Fail To Build From Source Hi! gnue-designer now fails to build from source: cd . && python setup.py build \ --build-base="/tmp/buildd/gnue-designer-0.5.7/./build" You need GNUe-Common 0.5.2 or newer installed to in

Bug#391075: python-wxgtk2.4 has not been transitioned to the new Python policy

2006-10-09 Thread Jérémy Bobbio
block 391075 by 373411 thanks Hi! thuban fails to start because it depends on python-wxgtk2.4 which has not been transitioned to the new Python policy. It might be possible to switch thuban to use python-wxgtk2.6, though... I will try this in the next days. Regards, -- Jérémy signature.asc D

Bug#373411: python-wxgtk2.4 is breaking every package depending on it

2006-10-09 Thread Jérémy Bobbio
severity 373411 grave thanks Hi! python-wxgtk2.4 has not been transitioned to the new Debian policy. This now breaks package depending on it (#391075 is an example), severity has been raised accordingly. The best solution could be to ship etch without the obsolete python-wxgtk2.4 at all. Here's

Bug#380825: Make other GNUe package FTBFS

2006-10-09 Thread Jérémy Bobbio
block 391937 by 380825 block 391941 by 380825 block 391942 by 380825 block 391947 by 380825 block 391950 by 380825 severity 380825 serious thanks Hi! gnue-common has not been transitioned to the new Python policy and prevent other GNUe package to build from source. I am thus raising the bug seve

Bug#391987: thuban: New upstream version available

2006-10-09 Thread Jérémy Bobbio
Package: thuban Version: 1.0.1-1.1 Severity: wishlist Hi! thuban upstream had made a new release more than one year ago. Quoting the Changelog: Changes compared to release 1.0.1: * Add some support for wxPython 2.5 and 2.6. Thuban is still compatible with wxPython 2.4. * Change

Bug#391991: openrpg: Possible Depends on obsolete python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: openrpg Version: 1.6.3-1.1 Severity: important Hi! openrpg Depends on either python-wxgtk2.4 or python-wxgtk2.6. python-wxgtk2.4 is obsolete and has not been transitioned to the new Python policy, and will prevent openrpug from working correctly. python-wxgtk2.6 works fine, you can jus

Bug#391992: python-dsv: Suggests obsolete python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: python-dsv Version: 1.4.0-3 Severity: wishlist Hi! python-dsv Suggests python-wxgtk2.4 which is obsolete. The later has not been transitioned to the new Python policy, this will not work correctly. python-wxgtk2.6 works fine, you can then just remove python-wxgtk2.4 from python-dsv Sug

Bug#391989: python-serial: Suggests obsolete python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: python-serial Version: 2.2-3 Severity: wishlist Hi! python-serial Suggests python-wxgtk2.4 which is obsolete. The later has not been transitioned to the new Python policy, this will not work correctly. python-wxgtk2.6 works fine, you can then just remove python-wxgtk2.4 from python-ser

Bug#391993: londonlaw: Possible Depends on obsolete python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: londonlaw Version: 0.2.1-6 Severity: important Hi! londonlaw Depends on either python-wxgtk2.4 or python-wxgtk2.6. python-wxgtk2.4 is obsolete and has not been transitioned to the new Python policy, and will prevent londonlaw from working correctly. python-wxgtk2.6 works fine, you can

Bug#391994: python-twisted-core: Obsolete Suggests for python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: python-twisted-core Version: 2.4.0-2 Severity: wishlist Hi! python-twisted-core Suggests python-wxgtk2.4 which is obsolete. The later has not been transitioned to the new Python policy, this will not work correctly. python-wxgtk2.6 works fine, you can then just remove python-wxgtk2.4 f

Bug#392001: collatinus: Possible Depends on obsolete python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: collatinus Version: 7.14-1.1 Severity: important Hi! collatinus Depends on either python-wxgtk2.4 or python-wxgtk2.6. python-wxgtk2.4 is obsolete and has not been transitioned to the new Python policy, and will prevent collatinus from working correctly. python-wxgtk2.6 works fine, you

Bug#390122: pdl FTBFS - use of GLvoid has a return type in GL/gl.h

2006-10-09 Thread Jérémy Bobbio
On Sun, Oct 08, 2006 at 10:04:05PM +0200, Michel Dänzer wrote: > On Sun, 2006-10-08 at 01:19 +0200, Jérémy Bobbio wrote: > > > > Here's what I have found while trying to fix pdl FTFBS: > > > > * The line with "GLvoid T_VOID" in Graphics/TriD/OpenGL/type

Bug#392041: gnue-forms: Please package new upstream version

2006-10-09 Thread Jérémy Bobbio
Package: gnue-forms Version: 0.5.13-1 Severity: wishlist Hi! Upstream have released a new version of gnue-forms, namely 0.5.16. This version is compatible with python-wxgtk2.6 and can replace the dependency on the obsolete python-wxgtk2.4. The later has not been transitioned to the new Python p

Bug#392043: gnue-designer: Depends on obsolete python-wxgtk2.4

2006-10-09 Thread Jérémy Bobbio
Package: gnue-designer Version: 0.5.7-1 Severity: important Hi! gnue-designer depends on the obsolete python-wxgtk2.4. The later has not been transitioned to the new Python policy and will prevent gnue-designer from working. By reading gnue-designer upstream ChangeLog, it seems that the package

Bug#373411: Update for gnue-forms and gnue-designer

2006-10-10 Thread Jérémy Bobbio
block 373411 by 392041 block 373411 by 392043 thanks Hi! In fact gnue-designer is already ready to use python-wxgtk2.6, and gnue-forms needs to be updated to last upstream minor update to do so. Regards, -- Jérémy signature.asc Description: Digital signature

Bug#392628: python-mechanize: python-setuptools should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: python-mechanize Version: 0.1.2b-1 Severity: minor Hi! python-setuptools is needed by the clean target of debian/rules. Therefore it should be in Build-Depends instead of Depends per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Conflicts fields must be s

Bug#392632: schoolbell: debhelper and python should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: schoolbell Version: 1.2.4-2 Severity: minor Hi! schoolbell uses python and debhelper in the clean target of debian/rules. Therefore, they should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Confli

Bug#392630: python-xml: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: python-xml Version: 0.8.4-5 Severity: minor Hi! python-xml use debhelper in the clean target of debian/rules. Therefore, debhelper should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Conflicts fie

Bug#392640: schooltool: po-debconf and debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: schooltool Version: 0.11.4-3 Severity: minor Hi! schooltool uses po-debconf and debhelper in the clean target of debian/rules. Therefore, they should be in Build-Depends instead of Build-Depends-Indep per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Co

Bug#392632: Read po-debconf instead of python

2006-10-12 Thread Jérémy Bobbio
retitle 392632 debhelper and po-debconf should be in Build-Depends thanks err... it's po-debconf which is missing in Build-Depends, not python. Regards, -- Jérémy signature.asc Description: Digital signature

Bug#392642: squishdot: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: squishdot Version: 1.5.0-5 Severity: minor Hi! squishdot uses debhelper in the clean target of debian/rules. Therefore it should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Conflicts fields must

Bug#392648: zope-cmfmember: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cmfmember Version: 1.1b2-1 Severity: minor Hi! zope-cmfmember uses debhelper in the clean rules of debian/rules. Therefore, it should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Conflicts fi

Bug#392655: zope-cookiecrumbler: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cookiecrumbler Version: 1.2-5 Severity: minor Hi! zope-cookiecrumbler uses debhelper in the clean target of debian/rules. Therefore, it should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Con

Bug#392653: zope-common: lsb-release and po-debconf should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-common Version: 0.5.24 Severity: minor Hi! zope-common uses lsb-release and po-debconf in the clean target of debian/rules. Therefore they should be in Build-Depends, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Conflicts fields must be satis

Bug#392652: zope-cmfphotoalbum: debhelper and dpatch should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cmfphotoalbum Version: 0.5.0-7 Severity: minor Hi! zope-cmfphotoalbum uses debhelper and dpatch for its clean target in debian/rules. Therefore, they should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depend

Bug#392660: zope-cps-localizer: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cps-localizer Version: 1.2.0-1 Severity: minor Hi! zope-cps-localizer uses debhelper in the clean target of debian/rules. Therefore, it should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Con

Bug#392662: zope-cps-portaltransforms: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cps-portaltransforms Version: 1.7.0-1 Severity: minor Hi! zope-cps-portaltransforms uses debhelper in the clean rule of debian/rules. Therefore, it should be listed in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-D

Bug#392668: zope-cpsskins: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cpsskins Version: 2.10.0-1 Severity: minor Hi! zope-cpsskins uses debhelper in the clean target of debian/rules. Therefore, it should be listed in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-Depends and Build-Confl

Bug#392664: zope-cps-translationservice: debhelper should be in Build-Depends

2006-10-12 Thread Jérémy Bobbio
Package: zope-cps-translationservice Version: 0.11.0-1 Severity: minor Hi! zope-cps-translationservice uses debhelper in the clean target of debian/rules. Therefore, it should be in Build-Depends instead of Build-Depends-Indep, per policy 7.6: Build-Depends, Build-Conflicts The Build-D

  1   2   3   4   5   6   7   8   9   10   >